Results 59 issues of nomennescio

Now with the 0.99 release pending, I propose to add an optional vocabulary to support backwards compatibility with 0.98 names. Some codebases still need to support both 0.98 and 0.99...

compatibility
fixups
backwards-compatibility

Although I was able to convert a repo, after some `git replace`s, I get errors trying to redo it. First did an analysis to check if I could learn more:...

Ready to merge

Consider the program hw.factor: USING: io kernel ; IN: hw : hello-world ( -- ) "Hello World!" print ; MAIN: hello-world When running this from the cmd.exe commandline with factor.exe...

deploy
io
windows
console

When running "performance" Katas, code typically times out repeatedly before arriving at a solution. Now most test frameworks *don't* print any information on the (partial) completed testcases at all. This...

enhancement

When trying to run a piece of C++ code similar to: ``` char c; int f (void) { return c; } ``` I got this error message: ``` ./solution.cpp:27:57: error:...

language/cpp

In Clang/C18 the standardized `` (optional) standard C library is not supported. Instead people need to use the platform specific ``. Please consider adding `` for the CW platform.

kind/feature-request

When trying to create a NASM translation, I noticed that none of the code in the Preloaded section is used by the Runner. Even if I type in complete rubbish,...

enhancement
language/nasm

Not sure what is causing this behavior, might also be related to the way error messages are handled in the output pane. During execution of code under test, which is...

language/c

When running my C++ code, which has a bug in it, the runtime generates this error: ``` UndefinedBehaviorSanitizer:DEADLYSIGNAL ==1==ERROR: UndefinedBehaviorSanitizer: FPE on unknown address 0x0000004258f5 (pc 0x0000004258f5 bp 0x000000f695c0 sp...

language/cpp