Uh oh!
There was an error while loading. Please reload this page.
Solved last master build system changes to EmitBinPath - #2007
Conversation
lmarzocchetti
commented
Aug 21, 2024
i don't know why fails on macos or windows. I'm on linux, i've tested the build on macos and it works perfectly, but the failed test still remain |
Uh oh!
There was an error while loading. Please reload this page.
Techatrix
commented
Aug 21, 2024
The relevant zig commit is ziglang/zig@43f73af.
Did you run |
lmarzocchetti
commented
Aug 21, 2024
Ok, i'll take a look at this commit and the test and see if i can solve this |
Techatrix
commented
Aug 21, 2024
👍 Feel free to let me know if there is anything I can do to help you with this. |
lmarzocchetti
commented
Aug 22, 2024
i have printed the communicated hash, but i don't find the algorithm used to decrypt this |
lmarzocchetti
commented
Aug 22, 2024
Okay i think this is it, the test is no longer failing, tell me if i'm wrong with the commit (i'm new to contributing to open source software) |
Uh oh!
There was an error while loading. Please reload this page.
lmarzocchetti
commented
Aug 22, 2024
With the build "dffc8c4" of zig, zls can be builded seamlessy. I'have watched and there is a new release "7bbbbf8ff" and it fails to build entirely. I think is not my commit but something with zig itself |
Techatrix
commented
Aug 22, 2024
That's ziglang/zig#21135. It has fixed a bug with |
lmarzocchetti
commented
Aug 22, 2024
I have managed to build ZLS inserting @setEvalBranchQuota(3000) in the insertionContext function inside the standard library file "sort.zig". Idk if this is an useful information, but i wanted to let you know |
Techatrix
commented
Aug 22, 2024
The call to |
lmarzocchetti
commented
Aug 22, 2024
Okay so we need to wait the change to zig-lsp-codegen. There is something that i can do, or just wait for the change? |
Techatrix
commented
Aug 22, 2024
The branch eval quota stuff should be taken care of. I have directly pushed to changes to this Pull Request. @lmarzocchetti FYI It is recommended to create a separate branch in your Fork (https://github.com/lmarzocchetti/zls) instead of committing to master when you plan to send a Pull Request. |
Techatrix
left a comment
There was a problem hiding this comment.
Everything looks to be in order now.
Thank you @lmarzocchetti
lmarzocchetti
commented
Aug 22, 2024
Thank you for your time helping me! And thank you for suggesting the branch stuff, next time i will be more prepared! |
Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/c3d4ac725177c030b1e289015989da2ad9d56af0' (2024-08-15) → 'github:NixOS/nixpkgs/224042e9a3039291f22f4f2ded12af95a616cca0' (2024-08-21) • Updated input 'zig-overlay': 'github:mitchellh/zig-overlay/f7606d2b29799b15f401b0501c712d50c2fbb90d' (2024-08-16) → 'github:mitchellh/zig-overlay/1f0785c9b064455d5ba78002470f6dfad65de2a8' (2024-08-22)
From the last master changes of the commit: "dffc8c4", they changed "emit_bin_path" to "emit_digest", so the build of zls was broken for the latest master, updating these result in a succeful build