Fork me on GitHub
#cursive
<
2023-05-01
>
steveb8n22:05:25

I’m seeing some flakey behaviour with the new commands feature. anyone else seeing REPL commands intermittently disappear from the modal?

steveb8n22:05:29

I think it might be because some of my commands reference invalid forms and maybe that breaks the list

cfleming22:05:36

You mean they disappear from the REPL commands dialog? Do they also disappear from the Tools | REPL | REPL commands menu?

steveb8n23:05:11

yes from dialog, no from REPL commands in prefs

steveb8n23:05:42

I should be able to workaround by ensuring that all commands are valid forms

steveb8n23:05:07

but I suspect you’ll want to make it robust enough to handle invalid forms?

steveb8n23:05:20

ah, it seems there’s some kind of duplicate command name conflict

steveb8n23:05:57

I have project specific commands with the same name in different projects but they seem to conflict. starts working if I use different names

cfleming00:05:16

Ok, does this only happen when you have the projects with conflicting names open?

steveb8n01:05:44

yes. both open at same time

steveb8n01:05:01

global scope bug?