Why is master red most of the time? #495
-
Hi everyone. Today I've decided to give Zig a go.. Soon I realized I'll need a some way to debug the zig code if I'll be writing anything moderately complicated. So that's how I came here... Ok. So how do I compile zls? I have 9351ca722d8a0cac8a530db0bd78b1a5944a6aa commit checked out and I get the same errors as in the last master build: https://github.com/zigtools/zls/runs/6640490340?check_suite_focus=true My zig compiler version is zig-windows-x86_64-0.10.0-dev.2431+0e6285c8f BTW. Why people keep merging PRs on top of red master? Specifically why they do this for weeks? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
PRs have continued to be merged because we knew exactly what was broken. It was a specific change in a few of the things that zls uses, and we were just waiting for a patch that solved the problem (without introducing more). Now that #496 is merged, zls is back to working on the latest zig master. Unfortunately zig makes these changes quite often. |
Beta Was this translation helpful? Give feedback.
PRs have continued to be merged because we knew exactly what was broken. It was a specific change in a few of the things that zls uses, and we were just waiting for a patch that solved the problem (without introducing more).
Now that #496 is merged, zls is back to working on the latest zig master. Unfortunately zig makes these changes quite often.