Update modules and rules, Syndicate patterns are broke

This commit is contained in:
Emery Hemingway 2023-03-22 15:57:57 -05:00
parent aac5489ec8
commit c3f99cecf9
9 changed files with 17 additions and 10 deletions

4
.gitignore vendored
View File

@ -1,2 +1,6 @@
.direnv
##### TUP GITIGNORE #####
##### Lines below automatically generated by Tup.
##### Do not edit.
.tup
/.gitignore

View File

@ -7,10 +7,13 @@ DIRENV = direnv exec .
BIN_DIR = $(TUP_CWD)/bin
SYNDICATE_PROTOCOL = $(TUP_CWD)/syndicate-nim/<protocol>
NIM = $(TUP_CWD)/nim/bin/nim
NIM_BACKEND = compile
!nim = |> ^o nim compile %B^ $(DIRENV) nim $(NIM_BACKEND) --hints:off -o:%o %f |> %B
!nim_run = |> ^o nim run %B^ $(DIRENV) nim c $(NIM_PATH) --hints:off -o:%o -r %f |> %B.run
!nim_bin = |> ^o nim bin %B^ $(DIRENV) nim c $(NIM_PATH) --hints:off -o:%o %f |> $(BIN_DIR)/%B | $(BIN_DIR)/<%B>
!nim = |> ^o nim compile %f^ $(DIRENV) $(NIM) compile $(NIM_FLAGS) $(NIM_FLAGS_%B) -o:%o %f |> %B
!nim_run = |> ^o nim run %f^ $(DIRENV) $(NIM) compile $(NIM_FLAGS) $(NIM_FLAGS_%B) -o:%o -r %f |> %B.run
!nim_bin = |> ^o nim bin %f^ $(DIRENV) $(NIM) compile $(NIM_FLAGS) $(NIM_FLAGS_%B) -o:%o %f |> $(BIN_DIR)/%B | $(BIN_DIR)/<%B>
!nim_check = |> ^ nim doc %f^ $(DIRENV) $(NIM) doc $(NIM_FLAGS) $(NIM_FLAGS_%B) -o:%o %f |> %B.html
!symlink = |> ln -s %f %o |>

2
cbor

@ -1 +1 @@
Subproject commit 680d76fc0b01964a5af36a2b61670bcea9137851
Subproject commit a7a67afa11f15afa385e3c0b49ea0ce4946b5e84

@ -1 +1 @@
Subproject commit fb04d0862aca4be2edcc0eafa94b1840030231c8
Subproject commit 2e83d90313ab875db4941d8424c48a52126b0e69

2
getdns

@ -1 +1 @@
Subproject commit 217fc92e7546f8f2d31f7d1c021dd011fc3a2332
Subproject commit 1748023c0317f7d14868328a6a8e9aac9b0434f1

2
nim

@ -1 +1 @@
Subproject commit 1aa9273640c0c51486cf3a7b67282fe58f360e91
Subproject commit 653724d48d5cb9ca31d8416b835f5735460dba0b

@ -1 +1 @@
Subproject commit 8ff65486fff3364a0889856c112e41bcbf68ffde
Subproject commit b38b85a8f1899ebca381261bd382d4d0e513621d

2
taps

@ -1 +1 @@
Subproject commit 7421a2f47039a986113afb7455d02934c8884c37
Subproject commit 73b560d3c8fb7b39a3e30f6f6cdb61592fc163af

2
tkrzw

@ -1 +1 @@
Subproject commit efd87edb7b063182c1a1fa018006a87b515d589b
Subproject commit 90bd457a4d33f4d1adac88d3b17eb3212c595d92