Ethan Slattery
Ethan Slattery
I am right now looking into CSpy for some in house testing, the main obstacle I think is the really complex options required for linking with EWAVR. AFAIK xlink won't...
I have been playing with modm on windows recently and also ran into this issue. I use CMake a lot across different platforms and IMO one should always use `/`...
Just found this project and it is really awesome! I ran into the same situation as #504 though. Is there any progress on this (#576) issue? I actually have a...
thanks for pointing this out! I've been working on a major refactor in the `multi-header-2` branch, so I made the fix in a branch off of that. I mainly test...
After some more experiments, I have discovered this only happens when constructing the reader with an `std::stringstream`, and not if I use the memory mapped version by passing in a...
Willing to clean up the commit and open an MR on the THREAD_LOCAL fix As far as the printing, falling back on the constexpr functions you have isn't bad. Having...
> Sorry I had forgotten about that last one! A simple fix would be to make terminate_with() use snitch::cli::console_print() (a function ref, which you can rebind) instead of snitch::stdout_print(). Would...
> > I get a compile error if `SNITCH_MAX_EXPR_LENGTH` and `SNITCH_MAX_MESSAGE_LENGTH` aren't the same, no conversion between a short string with the two different lengths > > This is fixed...
Interesting discovery, the std::to_char implementation (at least in GCC) is extremely large! I started working on the tests I am adding to our production pipeline and all of a sudden...
I think in the end it is your decision but since there is minimal performance difference I would lean towards using the constexpr version so that those functions get more...