Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected NOTIFY messages #687

Open
jwied opened this issue Dec 11, 2024 · 0 comments
Open

Unexpected NOTIFY messages #687

jwied opened this issue Dec 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jwied
Copy link

jwied commented Dec 11, 2024

Describe the bug
With existing links to a script file (not a folder), Notify sends Warnings on any changes in the files folder.
This doesn´t happen, when only folders are linked.

To Reproduce
]LINK.Create 'EXCEL' 'F:\Test\Code\Excel.dyalog'
Linked: #.EXCEL ←→ F:\Test\Code\Excel.dyalog
]LINK.Create 'ADO' 'F:\Test\Code\ADO.apln'
Linked: #.ADO ←→ F:\Test\Code\ADO.apln

   (3 3⍴⍳9)(⎕CSV⍠('IfExists' 'Replace')('Separator' ';')('Decimal' ',')) 'F:\Test\Code\Data\test.csv'

Link Warning: ⎕SE.Link.Notify: created F:/Test/Code/Data/test.csv: path not in a linked directory
Link Warning: ⎕SE.Link.Notify: created F:/Test/Code/Data/test.csv: path not in a linked directory
Link Warning: ⎕SE.Link.Notify: changed F:/Test/Code/Data/test.csv: path not in a linked directory
Link Warning: ⎕SE.Link.Notify: changed F:/Test/Code/Data/test.csv: path not in a linked directory

Expected behaviour
I would not expect a warning in this case, because the Data folder is not linked. Only single files in its parent folder are linked.

Desktop :

  • OS: Windows
  • APL version: 19.0 Unicode 64-bit]
  • ⎕SE.Link.Version: 4.0.17
@jwied jwied added the bug Something isn't working label Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant