Cat Stevens

Results 54 comments of Cat Stevens

That commit has the "correct" implementation sans necessary docs. Still doesn't compile without freezing, i'd love to know why.

That's what I was forgetting about, thank you.

Maybe not the best thread to debug this in, but bootstrapping with my new image causes ``` *** Stage 2 early init... done You have triggered a bug in Factor....

All the code works when named `step-slice`, and all the stack effects are definitely good. I haven't changed the USING: at all for the reason you mentioned, unless there's a...

codegen tests are the only other place `slice boa` is used. Changing them doesn't help https://github.com/catb0t/factor/commit/5d397f8901022792002a3f515d040c7ce0adb8bc https://github.com/search?q=%22slice+boa%22++repo%3Afactor%2Ffactor+extension%3Afactor+language%3AFactor&type=Code&ref=advsearch&l=Factor&l=

Did the header file change too? (but Windows doesn't update DLLs and headers at the same time or in the same channels, so that sucks?) I was thinking we could...

also happens like ``` : bar ( -- x ) { { { { { { { { { { { { { { { { } } } }...

This isn't present in zsh 5.5.1 either. I'm using Bash 4.4, as are the vast majority of users in Debian/Fedora, since Bash 5 is a long way away due to...

Cool, and thank you for your response! :D I'll be curious to see how it goes.

The workaround, which might help debugging, is to simply not declare the array of callables in any of the parent classes, but to declare it in the bottom class, and...