Skip to content

Commit

Permalink
define -d:nimHasDefaultFloatRoundtrip and enable datamancer (#24300)
Browse files Browse the repository at this point in the history
ref SciNim/Datamancer#73
ref SciNim/Datamancer#72

(cherry picked from commit d4b9c14)
  • Loading branch information
ringabout authored and narimiran committed Jan 14, 2025
1 parent 4114521 commit e3a8d98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions compiler/condsyms.nim
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,4 @@ proc initDefines*(symbols: StringTableRef) =
defineSymbol("nimHasGenericsOpenSym2")
defineSymbol("nimHasGenericsOpenSym3")
defineSymbol("nimHasJsNoLambdaLifting")
defineSymbol("nimHasDefaultFloatRoundtrip")
2 changes: 1 addition & 1 deletion testament/important_packages.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e3a8d98

Please sign in to comment.