-
Notifications
You must be signed in to change notification settings - Fork 38
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
[BUG] Soft-reset adds module commands each time #576
Milestone
Comments
I've got a fix for this and will submit a PR now |
shreeve
added a commit
to shreeve/kaluma
that referenced
this issue
May 12, 2023
shreeve
added a commit
to shreeve/kaluma
that referenced
this issue
May 12, 2023
shreeve
added a commit
to shreeve/kaluma
that referenced
this issue
May 15, 2023
… reset (fixes kaluma-project#576) (#2)" This reverts commit 4df6186.
shreeve
added a commit
to shreeve/kaluma
that referenced
this issue
May 15, 2023
commit c4d4f26 Author: Steve Shreeve <steve.shreeve@gmail.com> Date: Mon May 15 12:52:29 2023 -0600 Revert "Allow --rev=REVISION to tag a revision to a build file" This reverts commit 395b972. commit 5545262 Author: Steve Shreeve <steve.shreeve@gmail.com> Date: Mon May 15 12:52:18 2023 -0600 Revert "Don't keep adding module commands to the help menu after soft reset (fixes kaluma-project#576) (#2)" This reverts commit 4df6186. commit 225ec56 Author: Steve Shreeve <steve.shreeve@gmail.com> Date: Mon May 15 12:52:09 2023 -0600 Revert "Normalize some of the keystrokes in the REPL" This reverts commit 9df496e. commit 9b3b586 Author: Steve Shreeve <steve.shreeve@gmail.com> Date: Mon May 15 12:52:04 2023 -0600 Revert "Make the soft reset a little more pronounced when it's done" This reverts commit ae3f4e4. commit c0b7f5c Author: Steve Shreeve <steve.shreeve@gmail.com> Date: Sat May 13 00:24:12 2023 -0600 Use all cores when building commit ae3f4e4 Author: Steve Shreeve <steve.shreeve@gmail.com> Date: Fri May 12 00:20:47 2023 -0600 Make the soft reset a little more pronounced when it's done commit 9df496e Author: Steve Shreeve <steve.shreeve@gmail.com> Date: Fri May 12 00:20:14 2023 -0600 Normalize some of the keystrokes in the REPL
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When typing
.help
after first launching the REPL, we see:But, each time we do a soft reset, any module commands (not the default REPL commands) get added again, like this:
For each reset, we get the
.ls
through.cat
commands added another time.The text was updated successfully, but these errors were encountered: