the-carlisle-group / Acre-Desktop

A simple Dyalog APL IDE plugin that introduces "projects" and allows you to keep your source code in Unicode text files.
MIT License
11 stars 1 forks source link

]SetChanged -recursive does not always work #219

Closed aplteam closed 4 years ago

aplteam commented 4 years ago

It's possibly only working on the first level.

I have amended test case "Test_SetChanged_005` so that ot highlights the problem

PhilLast commented 4 years ago

SetChanged 005 now creates nss Sub1 and Sub2. Items are added to Sub2 but Sub1 is the object of the call to Setchanged which adds nothing there being nothing to add.

2020-02-20 12:33:08 SetChanged wrote 0 files
2020-02-20 12:33:08 ]acre.SetChanged #.Test_SetChanged_005.Sub1  -recursive=1
PhilLast commented 4 years ago

]SetChanged -recursive does not always work

Under what circumstances does it not work? Those modelled in _Test_SetChanged005 do not demonstrate the problem.

aplteam commented 4 years ago

I cannot reproduce it anymore...