Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling with master branch of ziglang gives error. #117

Closed
vedantroy opened this issue Jun 16, 2020 · 1 comment
Closed

Compiling with master branch of ziglang gives error. #117

vedantroy opened this issue Jun 16, 2020 · 1 comment

Comments

@vedantroy
Copy link

Not sure if I'm doing this right, but, I checked out zig from master, built it, and tried to compile zls.

I received the following error:

./src/main.zig:63:39: error: TODO: type coercion of anon struct literal to struct
    try std.json.stringify(reqOrRes, .{}, arr.outStream());
                                      ^
@ifreund
Copy link
Contributor

ifreund commented Jun 17, 2020

@vedantroy I think you need to update your zig repository, it should build fine as of commit ziglang/zig@2bb3e1a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants