Skip to content

Commit 4f35e62

Browse files
committed
enh: pull event handler uses more compile flags for related classes and skips unchanged
1 parent 90e07e5 commit 4f35e62

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- Settings page now has option to switch namespace (#856)
1414
- SourceControl.Git.Settings is now documented as part of the public API to allow programmatic configuration of settings (#262)
1515
- New setting to define an SSH client configuration file for connections to SSH remotes (#293)
16+
- Changed default compilation flags from "ck" to "ckbryu" to include related items (#882)
1617

1718
### Fixed
1819
- When cloning a repo with Configure, that repo's embedded-git-config file will overwrite previous settings (#819)

cls/SourceControl/Git/PullEventHandler/IncrementalLoad.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Method OnPull() As %Status
5252
write !, "Nothing to compile."
5353
quit $$$OK
5454
}
55-
set sc = $$$ADDSC(sc,$system.OBJ.CompileList(.compilelist, "ck"))
55+
set sc = $$$ADDSC(sc,$system.OBJ.CompileList(.compilelist, "ckbryu"))
5656
// after compilation, deploy any PTD items
5757
set key = $order(ptdList(""))
5858
while (key '= "") {

0 commit comments

Comments
 (0)