John Ericson

Results 565 comments of John Ericson

Also BTW in https://github.com/Ericson2314/cabal/tree/cross-solve I have that change to qualifier, with prune just doing at most one exe/setup dep because there is no cross support yet. CC @grayjay

@grayjay the difference is the prune function---it limits the number of `QualExes` and there can already be only one `QualBase`, thus the length of the path must be finite. [I...

I want this to work, but unfortunately I see some issues with all the proposed formats so far. I think TOML / YAML / JSON will never work, but Dhall,...

We could probably cross compile for musl via nix very shortly. CC @bgamari @dtzwill @kmicklas @taktoa

Musl cross landed (on staging) in nixpkgs. I can look into this now.

Yeah I'm still interested. It depends on https://github.com/NixOS/nixpkgs/pull/37598 being resolved, but I can assist with that.

I am a bit confused what is going on, but I made https://github.com/NixOS/nixpkgs/pull/144193/files in part so we could make `toRustTarget` and friends less tied to specific rust packages. I hope...

I think some parts of this / rust-nightly-nix can be upstreamed to nixpkgs, which is a) good in general, and b) make this easier.

Was there any more progress on this? I am possibly interested in helping out.

I suppose the first challenge is that there isn't an optional std feature for flume (i.e. no-std + alloc or whatever support), and I am not sure how one could...