Skip to content

Commit

Permalink
Bug fix in <CopyParms>
Browse files Browse the repository at this point in the history
  • Loading branch information
aplteam committed Jul 12, 2024
1 parent f2b6367 commit 2367fde
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions APLSource/Cider/CopyParms.aplf
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
cfgcfg CopyParms parms
Copy anything from "parms" to "cfg" that is not a default or undefined
cfg.CIDER.parentparms.parent
cfg.CIDER.projectSpaceparms.projectSpace
:If 0<parms.parent
cfg.CIDER.parentparms.parent
:EndIf
:If 0<parms.projectSpace
cfg.CIDER.projectSpaceparms.projectSpace
:EndIf
:If ' '=10parms.watch
:AndIf 0<parms.watch
cfg.LINK.watchparms.watch
:EndIf
Done
2 changes: 1 addition & 1 deletion APLSource/Cider/OpenProject.aplf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
projectSpace_parms.parent Is either # or ⎕SE
:Else
:If ~(,1 ⎕C parms.parent),¨'#' '⎕SE'
('Namespace <',parms.parent,' does not exist')Assert 9=⎕NC parms.parent
('Namespace <',parms.parent,'> does not exist')Assert 9=⎕NC parms.parent
:EndIf
projectSpace_parms.projectSpace(parms.parent).⎕NS'' Create project space from "parent" to avoid problems
:EndIf
Expand Down
2 changes: 1 addition & 1 deletion APLSource/Cider/Version.aplf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rVersion
See also `History`
r'0.42.1-beta-4+671'
r'0.42.1-beta-6+671'
2 changes: 1 addition & 1 deletion apl-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
tags: "project-management",
tatin_version: "0.103.0",
userCommandScript: "APLSource/Cider_UC.dyalog",
version: "0.42.1+768",
version: "0.42.1+771",
}

0 comments on commit 2367fde

Please sign in to comment.