John Schmidt
John Schmidt
### Peer type resolution for vectors This is consistent with how coercion for vectors work. So now you can do this: ``` var a: @Vector(2, u16) = .{1, 2}; var...
Hello! I tried to edit https://github.com/ziglang/zig/blob/master/src/Sema.zig with coq but I got the following error: ``` ❌ Buffer will not be indexed: size 1384704 > 333333 ``` Is it possible to...
I've come across a weird issue. To reproduce, create a new folder with the following files: project.clj: ``` (defproject virgil-debug "0.1.0-SNAPSHOT" :dependencies [[org.clojure/clojure "1.9.0"]] :profiles {:dev {:plugins [[lein-virgil "0.1.7"]] :source-paths...