Robbert van der Helm

Results 168 comments of Robbert van der Helm

These are my configuration files for some of the programs I regularly use so I can easily keep them in sync between my different computers. Every directory under `user/` stores...

With that option disabled I'm getting a `bad offset 1467245907`. No idea what would or should be at that offset though, don't have the time to really look into this...

CLAP 1.1.1 is just a version bump on the Rust side.

While working on another feature I've reimplemented accelerate-llvm's current dynamic linker using the operating system's own linker and `dlopen()`: https://github.com/robbert-vdh/accelerate-llvm/commit/272297ccdd8afa097a84904dc1e83914c44c7356 This still does not support Windows, but if this gets...

> Update compiler/linker I haven't tested it on anything other than Linux, but all of that should in theory indeed work on any Unix-like system in my `feature/tracy-annotations` branch since...

@ivogabe Yes, it would be possible to add the use site of `aerror*` to the message! With annotations in place you could just extract that information from the `Ann` field...

If you change the `llvm-hs` source repository stanza in `cargo.project` (or the Stack equivalent) to this then accelerate-llvm will work just fine with LLVM 13: ```cabal source-repository-package type: git location:...

I agree that this could be a pretty large surface for bugs (and it would of course make the compile time for yabridgectl a bit longer since this would add...

When building from source you actually don't have to copy things to your home directory! I've just added the build directory in the repo to my `PATH`, and with `yabridgectl...

I don't think you're allowed to prompt in an .install script (but please correct me if I'm wrong!). Those scripts are also run as root so if you wanted to...