Doug Coleman
Doug Coleman
It's supposed to look like this: ``` "palindrome" scaffold-work IN: scratchpad Command: continue-restart 1: Note: Added "tools.scaffold" vocabulary to search path Creating scaffolding for P" resource:work/palindrome/palindrome.factor" Loading resource:work/palindrome/palindrome.factor Creating scaffolding...
Can you please link me to the pkgbuild and tell me how you found it? I'd rather it not exist because it's not doing things the right way. Or we...
Should we load the one with the most recent timestamp if theres `.image` and `.image.zst` both?
What's a good threading model for native threads? You can do one VM per thread and start them manually, and it would be an easy enough to work up a...
This is a C++ way to get the numbers but it doesn't trigger fp exceptions like we want (this breaking USE: math.floats.env) some leads on abi differences on x86 vs...
Possibly works on Ubuntu16 but fails on Ubuntu18. Fails immediately on Ubuntu18 with `NAN: 123`
So if it's not a bug, we can close this?
``` factor "press" [ "Select an editor" editor-restarts throw-restarts ] gadget. ``` Buttons that start restarts don't work correctly.
The error is a `condition` ``` factor : debugger-window ( error continuation -- ) #! No restarts for the debugger window f f "Error" open-status-window ; ``` Since a restart...
`count` - the number of elements in a collection `capacity` - the size of the underlying collection