mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 05:50:30 +00:00
define -d:nimHasDefaultFloatRoundtrip and enable datamancer (#24300)
ref https://github.com/SciNim/Datamancer/pull/73 ref https://github.com/SciNim/Datamancer/issues/72
This commit is contained in:
@@ -169,3 +169,4 @@ proc initDefines*(symbols: StringTableRef) =
|
||||
defineSymbol("nimHasGenericsOpenSym2")
|
||||
defineSymbol("nimHasGenericsOpenSym3")
|
||||
defineSymbol("nimHasJsNoLambdaLifting")
|
||||
defineSymbol("nimHasDefaultFloatRoundtrip")
|
||||
|
||||
@@ -61,7 +61,7 @@ pkg "constantine", "nimble make_lib"
|
||||
pkg "cowstrings", "nim c -r tests/tcowstrings.nim"
|
||||
pkg "criterion"
|
||||
pkg "dashing", "nim c tests/functional.nim"
|
||||
pkg "datamancer", url = "https://github.com/nim-lang/Datamancer"
|
||||
pkg "datamancer"
|
||||
pkg "delaunay"
|
||||
pkg "docopt"
|
||||
pkg "dotenv"
|
||||
|
||||
Reference in New Issue
Block a user