Joachim Schmidt
Joachim Schmidt
There is a [debug extension](https://github.com/GothenburgBitFactory/timewarrior/blob/dev/ext/debug.py) which just prints out the input to an extension verbatim.
Hmm, I can't seem to reproduce this. `llvm-objdump` works fine for me.
Yeah, my executable was non-existent before compilation so incremental compilation didn't kick in.
In future it would be nice if we use inline assembly instead of LLVM intrinsics to enable the self-hosted backends to use these features too.
See #75: I will merge this PR on the 1st of January 2023.
If desired, I could also add the non-portable package to my automatic update repository. I'd have to be added as package maintainer in chocolatey.
I agree with @jcs090218 and @purcell. At least as long as we support older Emacs versions which do not include tree sitter support by default, it is best to separate...
`zig build` automatically searches for a `build.zig` file in the current directory or in all parent directories. ``` joachim@pier ~ % ~/src/zig/build/stage3/bin/zig build info: Initialize a 'build.zig' template file with...
An alternative would be to create a function in `std.testing` to handle optional types.
Ok, when other testing frameworks (Junit, NUnit, etc.) also follow these guidelines, it should be ok to just explicitly cast the expected values to the correct type.