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

35-logObsAndProps #36

Merged
merged 7 commits into from
Apr 5, 2024
Merged

35-logObsAndProps #36

merged 7 commits into from
Apr 5, 2024

Conversation

mbaas2
Copy link
Collaborator

@mbaas2 mbaas2 commented Apr 5, 2024

This addresses issue #35: the logmode "w" (intentionally using lowercase to avoid excessive file-activity when using default modes ⎕A) gathers information about ∆W* activity in a file. Path and filename are hardcodes to keep things easy (at least in this initial phase).
LOGMODES can now be set with a env/cfg variable named "EWC_LOGMODES" - so that any tests that want to use this info can control the setting as needed. Note that any calling program which activated that setting has to take care of removing the logfile itself.
Also: this log is not directly readable with ⎕JSON because it contains a list of records. The calling program needs to initialise this file with "[" and finally append a "]". (see Test/eWC_test.aplf for an actual use case).

@mbaas2 mbaas2 merged commit 4c74d34 into 30-testing Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant