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

Change the labelling process when outputting objects to the log #288

Open
Tracked by #214
zero-plusplus opened this issue Feb 15, 2023 · 0 comments
Open
Tracked by #214
Labels
improve Improvement of existing features.

Comments

@zero-plusplus
Copy link
Owner

The current specification treats the string before and after the object is output as a label, as follows.

This will be changed so that only the preceding string is treated as a label and the following string is output as a separate log.

; str := "label"
; obj := { key: "value" }

{str}{obj}{str} ; => labellabel
@zero-plusplus zero-plusplus added the improve Improvement of existing features. label Feb 15, 2023
@zero-plusplus zero-plusplus mentioned this issue Feb 15, 2023
62 tasks
zero-plusplus added a commit that referenced this issue Feb 20, 2023
#275
Change the syntax of debug directive

#288
Change the labelling process when outputting objects to the log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improve Improvement of existing features.
Projects
None yet
Development

No branches or pull requests

1 participant