David McFarland
David McFarland
I also added support for `-v`. Both of these are needed to make it fully compatible with the dotnet sdk. `-v` is sort of a stub. It just checks for...
Should we also bail out of `setInterpreter` if .interp is NOBITS? If so, should it be an error? Unfortunately auto-patchelf calls `--set-interpreter` on any ELF where .interp exists, even if...
The test I added showed another problem when run with clang. It looks like clang outputs ET_DYN, which means it doesn't even hit the other fix in `rewriteSectionsExecutable`. The problem...
> I'm currently trying to understand why slime-after-change-function is getting called for this buffer, but only in some situations. So what's happening is that slime is doing: ``` (add-text-properties start...
https://github.com/company-mode/company-mode/pull/1460 Is my fix for the problem in `company-mode`. I still think this is a good change, because it should be able to reliably avoid an infinite loop, which can...
TODO: The directory for the ghci buffer ends up being set to the project where it is first created. It doesn't seem to matter to stack ghci, but having it...
It's working for my purposes, but it may be complicated by certain things assuming there is a cabal-dir per session (e.g. tag generation). I'll dig into it a bit more,...
I didn't intentionally remove it, I just replaced all of fetch-deps with the one from dotnet VMR. Sorry about that.
> Inside nix-shell, TMPDIR (used by mktemp) is set to /run/user/ which is usually a tmpfs stored in RAM. To me this sounds like `nix-shell` is setting it, but I...
> I think we should keep the tmpdir fix until newer Nix versions are widely used. can we add a comment to that effect?