Benedikt Reinartz

Results 150 comments of Benedikt Reinartz

The proposed format would be very useful in the context of IDEs (like VSCode) which can interpret path:line:column entries like this and allow you to navigate to the location of...

I tried to write a proper Gentoo ebuild and am failing due to this. It's actually easy enough to get all of the dependencies and place them where `bootstrap` would...

I indeed made the registry available already, but the code still calls the web service, apparently. I'll try your suggestion of making the whole cache dir available.

Ah, actually it's enough to have a usable `packages.idx` file around. For some reason I thought that this was the same as Hex's `registry.ets.gz`. For bootstrapping, it's not required to...

I know you didn't specifically ask for my needs, but I'll tell you anyway :): For packaging in Gentoo, I find it immensely useful to not just get a dump...

@ferd Not sure whether I understand you correctly, but for me it would be enough if I could once run the whole build process normally to create the lock file...

@c-bik You can run rebar3 (and any other escript) with werl by specifying the `ESCRIPT_EMULATOR` environment variable. In a Git bash that would be ESCRIPT_EMULATOR=werl ./rebar3 shell In `cmd.exe` it's...

It seemed to be doing exactly that (degrading gracefully), but I can check again.

It does seem to degrade half-way gracefully, it doesn't take down all of erlang-ls, just the `edoc` calls are crashing. Definitely much better than the current state of things for...

I will clean this up further (and will publish `erlang-cargo` to Hex for use in here), but this is finally passing all tests, would be nice if you could review...