Skip to content

Commit 520a9e3

Browse files
committed
use importer from gh
Signed-off-by: George Lemon <[email protected]>
1 parent 87ecec5 commit 520a9e3

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

tim.nimble

+8-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ requires "kapsis#head"
2121
requires "denim#head"
2222
requires "checksums"
2323
requires "flatty#head"
24-
# requires "malebolgia"
2524
requires "nyml >= 0.1.8"
2625
requires "zmq#head"
2726

@@ -37,7 +36,7 @@ task examples, "build all examples":
3736
exec "nim c -d:timHotCode --threads:on --mm:arc -o:./bin/" & x.name & " example/" & x.name & x.ext
3837

3938
task example, "example httpbeast + tim":
40-
exec "nim c -d:timHotCode -d:watchoutBrowserSync --threads:on --mm:arc -o:./bin/example_httpbeast example/example_httpbeast.nim"
39+
exec "nim c -d:timHotCode -d:watchoutBrowserSync --deepcopy:on --path:/Users/georgelemon/Development/packages/importer/src --threads:on --mm:arc -o:./bin/example_httpbeast example/example_httpbeast.nim"
4140

4241
task examplep, "example httpbeast + tim release":
4342
exec "nim c -d:timStaticBundle -d:release --threads:on --mm:arc -o:./bin/example_httpbeast example/example_httpbeast.nim"
@@ -46,7 +45,13 @@ task bench, "run some benchmarks":
4645
exec "nim c --threads:on -d:danger --opt:speed --mm:arc -o:./bin/bench example/benchmark.nim"
4746

4847
task dev, "build a dev cli":
49-
exec "nimble build -d:timStandalone"
48+
exec "nimble build -f -d:timStandalone"
5049

5150
task prod, "build a prod cli":
5251
exec "nimble build -d:release -d:timStandalone"
52+
53+
task fastparser, "testing a parser":
54+
exec "nimble --mm:arc -d:release c src/timpkg/engine/fastparser.nim -o:./bin/fastparser"
55+
56+
task client, "build udp client":
57+
exec "nimble c src/timpkg/server/client.nim"

0 commit comments

Comments
 (0)