-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Add
no-san
to the skipped targets in the msan build.
- Loading branch information
Showing
11 changed files
with
20 additions
and
21 deletions.
There are no files selected for viewing
Submodule hs-cimple
updated
16 files
+8 −2 | BUILD.bazel | |
+7 −3 | cimple.cabal | |
+1 −0 | src/Language/Cimple/Ast.hs | |
+24 −1 | src/Language/Cimple/CommentParser.y | |
+138 −2 | src/Language/Cimple/DescribeAst.hs | |
+1 −0 | src/Language/Cimple/Flatten.hs | |
+8 −6 | src/Language/Cimple/Lexer.x | |
+2 −0 | src/Language/Cimple/MapAst.hs | |
+24 −17 | src/Language/Cimple/Parser.y | |
+33 −5 | src/Language/Cimple/Pretty.hs | |
+0 −1 | src/Language/Cimple/Tokens.hs | |
+5 −0 | src/Language/Cimple/TraverseAst.hs | |
+57 −0 | test/Language/Cimple/DescribeAstSpec.hs | |
+0 −5 | test/Language/Cimple/ParserSpec.hs | |
+4 −4 | test/Language/Cimple/PrettySpec.hs | |
+144 −0 | test/Language/CimpleSpec.hs |
Submodule hs-happy-arbitrary
updated
8 files
+1 −1 | BUILD.bazel | |
+1 −1 | happy-arbitrary.cabal | |
+9 −0 | src/Language/Happy.hs | |
+56 −30 | src/Language/Happy/Arbitrary.hs | |
+1 −0 | src/Language/Happy/Lexer.x | |
+13 −10 | src/Language/Happy/Parser.y | |
+1 −0 | src/Language/Happy/Tokens.hs | |
+3 −2 | test/Language/Happy/ArbitrarySpec.hs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule toktok-fuzzer
updated
980 files
Submodule toxic
updated
93 files
Submodule zig-toxcore-c
updated
4 files
+2 −1 | .github/workflows/ci.yaml | |
+11 −11 | build.zig | |
+6 −6 | build.zig.zon | |
+1 −7 | src/tox.zig |