Leon Matthes
Leon Matthes
Hi, I'm also experiencing this issue at the moment with vulkano 0.29
After looking at the ESP32 Hardware reference manual, I just wanted to add that the input pin for the 32KHz waveform might have to be the 32_XN (IO33) pin, and...
From recent discussion on Discord it seems this is now part of the new board design. @sqfmi can you confirm? And has anyone tried it? Can you keep BLE active...
Hm, I don't see how 3000 classes should produce anything close to 100GB in terms of memory usage... There seems to be a serious memory leak somewhere. I've heard from...
Rerunning did fix it. Maybe it was a temporary issue :shrug: Odd that it happened multiple times though.
The first error appeared again today, I had to rerun the build twice before it somehow fixed itself. The compression error's are still printed, so I don't think that's the...
Hm, that's odd... Is smalltalkci by any chance called with `smalltalkci /usr/local/bin/./smalltalkCI-master`? Even though on my machine it always uses the absolute path. Has that caused any problems for you?...
@fniephaus Note that I've changed smalltalkCI's `.smalltalk.ston` to use all supported coverage formats, #coveralls, #lcov and #stdout, so it implicitly tests them each run.
Ah, it seems Gemstone is actually not loading the Coverage package, which is where the `exportResultsIn:`-method is implemented. It is called from `SmalltalkCI>>#basicTest` if coverage is available. I'll see what...
@fniephaus . It seems the Merge of the master branch into this fork somehow bricked Pharo builds. Do you have any idea what might be causing this? I suspect it...