-
Notifications
You must be signed in to change notification settings - Fork 12
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
Link.Export should call beforeWrite [for variables] #21
Comments
mkromberg
changed the title
Nameclass 2
Link.Export should call beforeWrite for variables
Mar 24, 2019
mkromberg
changed the title
Link.Export should call beforeWrite for variables
Link.Export should call beforeWrite [for variables]
Mar 24, 2019
Link.Export should probably call beforeWrite for ALL write operations. Support for variables using .apla (array format) is planned - see issue #37. Some kind of switch will be provided to say whether Link.Export should include variables. |
Yes, |
fixed in link v2.1 |
nicolas-dyalog
added a commit
that referenced
this issue
May 15, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
UCMD.Export (
link/UCMD.dyalog
Line 313 in cca5c7a
In fact: shouldn't Export always use onWrite if present before commiting to the various []NPUT? If not, it's possible that special logic in onWrite only kicks in when the objects (even classes 3, 4 and 9) are modified after the first export. But the logic in onRead/onWrite could prescribe for certain objects different extensions, different encodings. And this would mean a big mess in the source folder...
The text was updated successfully, but these errors were encountered: