Skip to content

Commit

Permalink
Acre 8.0.0+308 2020-02-27 09:08
Browse files Browse the repository at this point in the history
* ⎕SE.acre._functions_ no longer deliver messages to the session
* Redundant options removed
* Remove version from session on startup
* Remove "Variables" configuration parameter
* Edit no longer adds new variables - use SetChanged
  • Loading branch information
PhilLast committed Feb 27, 2020
1 parent 8820896 commit 0ac07c9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
ref.⎕FX'r←Hello2' 'r←''Universe'''
ref.TheAnswer42
result⎕SE.acre.SetChanged('#.',projectName)('recursive' 1)
T.GoToTidyUp 3listF.ListFiles projectPath,'\.acre\changes\' Because QuadVars is added due to the recursive option
T.GoToTidyUp 3listF.ListFiles projectPath,'\APLSource\'
T.GoToTidyUp 4listF.ListFiles projectPath,'\.acre\changes\' Because QuadVars is added due to the recursive option
T.GoToTidyUp 4listF.ListFiles projectPath,'\APLSource\'

ref.⎕FX'r←Hello3' 'r←''You'''
ref.Vars2'More'
result⎕SE.acre.SetChanged('#.',projectName)('recursive' 1)
T.GoToTidyUp 5listF.ListFiles projectPath,'\.acre\changes\'
T.GoToTidyUp 6listF.ListFiles projectPath,'\.acre\changes\'

∆RunUcmd'CloseProject #.',projectName
F.RmDir projectPath
Expand Down Expand Up @@ -90,4 +90,5 @@
:Trap 0 ⎕FUNTIE tno :EndTrap
∆RunUcmd'CloseProject #.',projectName
F.RmDir projectPath
Phil 2020-02-26 22:57 7.0.0+306
Done
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,19 @@
T.GoToTidyUp result'#.',projectName

ref2'Sub1'ref.⎕NS''
ref3'Sub2'ref.⎕NS''
ref3'Sub2'ref2.⎕NS''
ref3.⎕FX'r←Hello' 'r←''World'''
ref3.vars'# Markdown' '' 'APL is Great'
result∆RunUcmd'SetChanged #.',projectName,'.Sub1 -recursive'
T.GoToTidyUp 0=result

T.GoToTidyUp 3listF.ListFiles projectPath,'\.acre\changes\' Because QuadVars is added due to the recursive option
T.GoToTidyUp 2listF.ListFiles projectPath,'\.acre\changes\' Because QuadVars is added due to the recursive option
T.GoToTidyUp 3list'recursive'F.ListFiles projectPath,'\APLSource\'

RT._OK

∆TidyUp:
F.RmDir projectPath
∆RunUcmd'CloseProject #.',projectName
Phil 2020-02-26 22:57 7.0.0+306
Done
2 changes: 1 addition & 1 deletion APLSource/_code-0/branch-0.charstring
Original file line number Diff line number Diff line change
@@ -1 +1 @@
vars
master
10 changes: 7 additions & 3 deletions APLSource/_code-0/releaseNotes-80.aplf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@
zUT.cq ntbs UT.ft''
1 1:z
z#.⎕NEW'ClipBoard'('Text'z)
Acre 7.0.0+306 2020-02-25 07:05
Acre 8.0.0+308 2020-02-27 09:08
## Acre Desktop - Release Notes
* variable config param retired
* ⎕SE.acre._functions_ no longer deliver messages to the session
* Redundant options removed
* Remove version from session on startup
* Remove "Variables" configuration parameter
* Edit no longer adds new variables - use SetChanged
Phil 2020-02-25 07:05 7.0.0+305
Phil 2020-02-27 09:08 8.0.0+307
}

0 comments on commit 0ac07c9

Please sign in to comment.