-
Notifications
You must be signed in to change notification settings - Fork 3
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
we do need a notion of newline after all #28
Comments
proposal: in the preprocessor, add an EOL token, concretely |
(This won't be closed automatically until you merge the branch into master) |
Please don't do huge squash commits with huge messages like that. It removes all sense of history, so you can't hover over a line to figure out why it was added. Also, the git lens plugin for VS Code tries to show the whole commit message before you can see the type on hovering, but I guess that's the plugin's fault. |
At least add a summary to the top, so we don't have to read the whole thing to figure out what it's about, otherwise the squashing provides zero value. Use rebase if you want to remove merge commits, and use |
an action might look like
-> pay
to = bob, alice
amount = 100 each
The text was updated successfully, but these errors were encountered: