Vanessa McHale
Vanessa McHale
It looks like `hgmp` has a bug that causes the test suite to fail. Thus, while it is definitely a superior approach in terms of efficiency, I will be using...
Nevermind. I think the bug was on my end. I will be using `hgmp` for performance reasons :)
I can't figure out how to use this without a space leak so this won't be uploaded to Hackage quite yet.
works for me!
I think the way cargo handles linker flags on OSX is hinky. I use the following: ``` install_name_tool -add_rpath /usr/local/lib target/release/beacon ``` (`/usr/local/lib` is where my BQN shared library is)...
The problem happens even with vim-plug Seems to have been around at least a year: https://www.reddit.com/r/neovim/comments/11banfa/cant_get_syntax_highlighting_to_work_correctly/ja0ptzq/
> > See #26378. > > Yes. https://github.com/altercation/vim-colors-solarized likely needs a small adjustment. But it hasn't been updated for 13 years. Thank you!
The command-line flags still seem to do nothing. Not sure why it exists.
This appears to be related to `--hadrian`. `ghcup compile ghc -j6 -v 9.2.8 -b 9.0.2 -x aarch64-linux-gnu --config $(pwd)/build-native.mk --make` with ghcup 0.1.22.0 works, provided that one runs `ghcup set...