File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed 
cls/SourceControl/Git/PullEventHandler Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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  )
Original file line number Diff line number Diff 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  '= " " 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments