Tom Lauwaerts

Results 32 comments of Tom Lauwaerts

There is an issue with the supervisor and the proxy RFC calls. Because they are synchronous, they hijack the main interpretation loop. The loop does not advance as it waits...

> There is an issue with the supervisor and the proxy RFC calls. Because they are synchronous, they hijack the main interpretation loop. The loop does not advance as it...

This looks like a good change. This can be implemented on its own branch and merged to main.

If this problem gets resolved, the documentation website should be updated:

@carllocos just a thought that occurred to me: One could argue that this is a bug in the plugin for not following the debug protocol correctly. That is why I...

Adding the `hold on` and `question` labels until we know what impact the debugger has on execution speed.

Strangely, the Types are all still zero initialized when resolving the primitives. Same situation in the `install_primitive` macro. https://github.com/TOPLLab/WARDuino/blob/e14891990e0c37bade4aa7b1c75e3f1d58ef43e3/src/Primitives/primitives.cpp#L1147-L1160

Currently, 23384/25975 (90%) of failing tests are tests for the SIMD proposal.

The table is never compiled away anymore. I fixed that issue a while back by setting the correct compiler options. But callbacks still don't work, because the table index is...

Hi Sorry for the late answer 😅. Yes, it is possible to implement this on WARDuino. But you would need to implement your own primitives as C++ wrappers around the...