You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [EXAMPLES] Add better examples (e.g., Advent of Code snippets).
2
2
- [DOCS] Fix tests output in README.
3
-
- [TOOLING] Step debug kind of functionality in REPL. Inside REPL, while loading a file, load one expression at a time and provide user with some feedback and actions to perform.
4
3
- [DEV TOOLING] Make a pre-commit-hook which does not allow to push to master, if the tests are failing. Additionally, test whether the `docs/SIGNATURE.txt` is up-to-date or not.
4
+
5
+
# REPL
6
+
- Add support for step-debugging while loading a file (load single expression at a time).
7
+
Provide user feedback and actions to perform (gdb kind of).
0 commit comments