Andrey Petrov

Results 214 comments of Andrey Petrov

We've generally had an arrangement where they keep the last N nightly tags, but otherwise they do get deleted regularly. Monthly is supposed to be permanent.

@beeb `AutoPatchelfHook` is for NixOS, it doesn't support darwin AFAIK. It's mainly to override the dynamically linked FHS paths. If you manage to patch the foundry binary manually (using `patchelf`)...

Also can you confirm whether just using the foundry binaries from the foundry repo works on your machine? If not, it may be a whole other issue.

@aldoborrero I tried this change here: https://github.com/shazow/foundry.nix/pull/24 But it didn't help @beep with their issue. Can you see if it helps you? If so, happy to merge it.

Interesting. The latest feeling on the situation is that we'll have to ditch go-bindata, otherwise it's impossible to use go-selfcompile with other projects that use go-bindata (it doesn't namespace at...

Fair enough. I think removing conflicts is important (namespacing is nice), but either way the funding on this project is suspended until further notice. Let me know if this is...

Related brainstorming thread in case it's useful later: https://warpcast.com/ncitron.eth/0x4238de4f

I don't have a good fix for bundling solc with foundry, _but_ there was a NixOS fix upstreamed to the foundry solc autodownloader, so (at least for me) it patches...

@bohendo Any chance your ~/.svm dir has some stale unpatched binaries from before? Try deleting that dir and trying again, I've found that recent versions of svm-rs are nix-aware (make...

@hellwolf That's handy, thanks! Improvements to the README are always appreciated. :)