You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this might have been caused by the changes in the naming of the cache in the Zig build system. After updating Zig and rebuilding ZLS, it was fixed.
can you try after deleting .zig-cache and ~/.cache/zig?
if that doesn't work, it might be because I also updated my dependency (which I control) to use the new stuff in the build.zig.zon. See: bfactory-ai/zignal@10bb0cf
Zig Version
0.14.0-dev.3367+1cc388d52
ZLS Version
0.14.0-dev.397+30b0da02
Client / Code Editor / Extensions
Zed dev 0.175.2.r93.gd0a0303 d0a0303428bed88da0c3773740a9cd8b39d8910d
Steps to Reproduce and Observed Behavior
I want to implement this wrapper function for bitset types and zls only predicts type information after 1 layer of function call.
Expected Behavior
Ideally zls should be able to infer that
self.bs
is a bitset.Relevant log output
The text was updated successfully, but these errors were encountered: