diff options
author | George L. Albany <Megacake1234@gmail.com> | 2024-07-05 22:30:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-05 22:30:32 +0200 |
commit | 4a49007492152037bc1e9636b024cc67700e9dae (patch) | |
tree | 457b7fbda6d4470465c05d59b0ca51ed30628640 /.gitmodules | |
parent | deed8ec0ae23651529a58125012c1b4aab015d02 (diff) | |
parent | 3eb78b27505b602c1ccfa952c4cc00f942ccb2b9 (diff) |
Merge pull request #50 from OpenVicProject/simplify-string-interning
Fix string interning pointer invalidity for AST
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index d4c2c55..c40746f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -14,9 +14,12 @@ ignore = dirty [submodule "deps/range-v3"] path = deps/range-v3 - url = https://github.com/ericniebler/range-v3 + url = https://github.com/spartan322/range-v3 ignore = dirty [submodule "tests/deps/snitch"] path = tests/deps/snitch url = https://github.com/snitch-org/snitch ignore = dirty +[submodule "deps/vmcontainer"] + path = deps/vmcontainer + url = https://github.com/spartan322/vmcontainer |