Results 44 comments of jhgorse

Greetings. Looking to give feedback on `t-zz.c`, which were the tests I used to learn from. As a first time user, I saw the random inits as magical mallocs compared...

in Core.c around line 390, why does this occur? ``` C for (k=CORE_minlength;k

It looks like the NUCLEO- boards have T_SWO wired. I've started cracking at the -F429ZI board. It looks like there may be a k26f reference implementation. The main thing so...

@flit Thanks for the tip! I just put that in there and now I'm crashing windows BSOD style. =) I just had a realization and a moment of confusion. What...

@PiotrZierhoffer no out of tree peripherals are needed for reproduction. There is some flakiness with the ltdc for stm32f429 Discovery board. The elf works for the hardware Discovery board. In...

The value is fixing code before touching a debugger. Saving time. The most convincing contemporary argument on the matter imho is made by Bjarne Stroustrup. Though he is biased against...

/usr/local is not safe in the latest macOS. Homebrew has two different default install prefixes for architecture and macOS version. I suspect this is due to Apple locking down /usr/local....

@junlarsen, We need the compiler environment to exec these commands: ``` pkg_manager install cabal-install cabal install split ``` Reference links: 1. https://github.com/compiler-explorer/compiler-explorer/blob/main/docs/AddingALibrary.md?plain=1 2. https://github.com/compiler-explorer/compiler-explorer/blob/main/docs/AboutLibraryPaths.md?plain=1 Next thing to look at would...

What is the recommended path forward on this? @flit that branch link is dead.

How does this have to do with #177 ?