elmPackages.elm-i18next-gen: init at 1.1.0#320127
Conversation
|
Thanks for PR. Unfortunetely this PR seems to cause some regressions: Which is not directly related to your changes but to the updates of the packages I believe. I think we will need to resolve these. |
|
@turboMaCk How would I go about fixing the regression? |
It's not technically your fault, node2nix is not only adding your package to Instead of fixing it, try to avoid it by doing a clean commit:
|
yes. And the update here is a problem. I think we should look into why newer version of these fails and how can we patch it. I knew this is a problem before your PR. I just didn't have time to look into it yet. It might be simple or it might be complex. That's hard to say without proper investigation into what the problem is. |
PedroHLC
left a comment
There was a problem hiding this comment.
@ilyakooo0 any interest in resuming this one?
9bb8c39 to
f3d8f3a
Compare
|
there is an interest but unfortunately I'm extremely busy myself these days. Because of coupling of all node packages via node2nix in here it would be best to first do the upgrade of existing packages and resolve all issues which will raise with it. Then we can add new package easily without causing regressions. |
|
I'll look into it today |
|
Result of 3 packages failed to build:
12 packages built:
|
|
@zupo Are you willing to look into the elm-land update? |
Gave it a try, got it to reproduce locally, but this is way above my pay grade, sorry :( |
|
Ok I had a quick look. It seems that both elm-land and elm-pages started depending on packages that are pulling native dependencies like esbuild. It would be probably possible to patch these away but then there is also this bug npm/cli#4828 I'm myself not really invested in these two packages - never used either of them. So I would consider simply marking them as broken. |
|
If you don't mind waiting, I will have another look later next week. I use both elm-land and elm-pages. That said, it's perfectly fine if you wanna mark them as broken for now and move on. |
|
If you want I can give you some hints on the possible direction. I think we can wait. This has been delayed for a while but I don't like the idea of dropping the packages. |
|
@domenkozar and I paired up and got a PoC of a fix sort of working. But it's getting too late to wrap it up. Here's the work in progress diff: e6201cb |
|
@ilyakooo0 Complications around regression are now resolved. Can you re-open new PR based on current master? If you do please tag me. I will make sure it will get timely merge. Thanks for the patience. |
Description of changes
Reimplementation of #267454
Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.