From 0ac07c9c642872b9c2dff47ba02c683920c5f087 Mon Sep 17 00:00:00 2001 From: PhilLast <34437648+PhilLast@users.noreply.github.com> Date: Thu, 27 Feb 2020 10:20:34 +0000 Subject: [PATCH] Acre 8.0.0+308 2020-02-27 09:08 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ⎕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 --- .../Tests-1/Test_API_024-e1.aplf | 7 ++++--- .../Tests-1/Test_SetChanged_005-121.aplf | 5 +++-- APLSource/_code-0/branch-0.charstring | 2 +- APLSource/_code-0/releaseNotes-80.aplf | 10 +++++++--- 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/APLSource/AcreDesktop_Testcases-1011/Tests-1/Test_API_024-e1.aplf b/APLSource/AcreDesktop_Testcases-1011/Tests-1/Test_API_024-e1.aplf index 2dfba74..5359ef5 100644 --- a/APLSource/AcreDesktop_Testcases-1011/Tests-1/Test_API_024-e1.aplf +++ b/APLSource/AcreDesktop_Testcases-1011/Tests-1/Test_API_024-e1.aplf @@ -27,13 +27,13 @@ ref.⎕FX'r←Hello2' 'r←''Universe''' ref.TheAnswer←42 result←⎕SE.acre.SetChanged('#.',projectName)('recursive' 1) - →T.GoToTidyUp 3≠≢list←F.ListFiles projectPath,'\.acre\changes\' ⍝ Because QuadVars is added due to the recursive option - →T.GoToTidyUp 3≠≢list←F.ListFiles projectPath,'\APLSource\' + →T.GoToTidyUp 4≠≢list←F.ListFiles projectPath,'\.acre\changes\' ⍝ Because QuadVars is added due to the recursive option + →T.GoToTidyUp 4≠≢list←F.ListFiles projectPath,'\APLSource\' ref.⎕FX'r←Hello3' 'r←''You''' ref.Vars2←'More' result←⎕SE.acre.SetChanged('#.',projectName)('recursive' 1) - →T.GoToTidyUp 5≠≢list←F.ListFiles projectPath,'\.acre\changes\' + →T.GoToTidyUp 6≠≢list←F.ListFiles projectPath,'\.acre\changes\' ∆RunUcmd'CloseProject #.',projectName F.RmDir projectPath @@ -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 diff --git a/APLSource/AcreDesktop_Testcases-1011/Tests-1/Test_SetChanged_005-121.aplf b/APLSource/AcreDesktop_Testcases-1011/Tests-1/Test_SetChanged_005-121.aplf index a2773e0..d7155d5 100644 --- a/APLSource/AcreDesktop_Testcases-1011/Tests-1/Test_SetChanged_005-121.aplf +++ b/APLSource/AcreDesktop_Testcases-1011/Tests-1/Test_SetChanged_005-121.aplf @@ -17,13 +17,13 @@ →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 3≠≢list←F.ListFiles projectPath,'\.acre\changes\' ⍝ Because QuadVars is added due to the recursive option + →T.GoToTidyUp 2≠≢list←F.ListFiles projectPath,'\.acre\changes\' ⍝ Because QuadVars is added due to the recursive option →T.GoToTidyUp 3≠≢list←'recursive'F.ListFiles projectPath,'\APLSource\' R←T._OK @@ -31,4 +31,5 @@ ∆TidyUp: F.RmDir projectPath ∆RunUcmd'CloseProject #.',projectName +⍝ Phil 2020-02-26 22:57 7.0.0+306 ⍝Done diff --git a/APLSource/_code-0/branch-0.charstring b/APLSource/_code-0/branch-0.charstring index b6bbd0f..1f7391f 100644 --- a/APLSource/_code-0/branch-0.charstring +++ b/APLSource/_code-0/branch-0.charstring @@ -1 +1 @@ -vars +master diff --git a/APLSource/_code-0/releaseNotes-80.aplf b/APLSource/_code-0/releaseNotes-80.aplf index 5aae4a4..2c305b4 100644 --- a/APLSource/_code-0/releaseNotes-80.aplf +++ b/APLSource/_code-0/releaseNotes-80.aplf @@ -2,11 +2,15 @@ z←UT.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 }