Skip to content

Commit

Permalink
Revert "enable nimPreviewDotLikeOps (#19598)"
Browse files Browse the repository at this point in the history
This reverts commit 6773ffa.
  • Loading branch information
ringabout authored Jun 22, 2022
1 parent caf6aff commit f724da2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion config/config.nims
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ when defined(windows) and not defined(booting):
switch("define", "nimRawSetjmp")

switch("define", "nimVersion:" & NimVersion)
switch("define", "nimPreviewDotLikeOps")
1 change: 1 addition & 0 deletions tests/config.nims
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ switch("define", "nimExperimentalLinenoiseExtra")

# preview APIs are expected to be the new default in upcoming versions
switch("define", "nimPreviewFloatRoundtrip")
switch("define", "nimPreviewDotLikeOps")
switch("define", "nimPreviewJsonutilsHoleyEnum")
switch("define", "nimPreviewHashRef")
1 change: 0 additions & 1 deletion tests/stdlib/texperimental.nim

This file was deleted.

0 comments on commit f724da2

Please sign in to comment.