Skip to content

Commit

Permalink
CI passed, removing temp global switch
Browse files Browse the repository at this point in the history
  • Loading branch information
metagn committed Jul 22, 2024
1 parent 65c0ee4 commit a174996
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion compiler/condsyms.nim
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,3 @@ proc initDefines*(symbols: StringTableRef) =

defineSymbol("nimHasVtables")
defineSymbol("nimHasJsNoLambdaLifting")
defineSymbol("nimHasGenericsOpenSymTemp")
4 changes: 0 additions & 4 deletions config/nim.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
# Environment variables can be accessed like so:
# gcc.path %= "$CC_PATH"

@if nimHasGenericsOpenSymTemp:
--experimental:genericsOpenSym # temp
@end

cc = gcc

# additional options always passed to the compiler:
Expand Down
1 change: 0 additions & 1 deletion tests/generics/tmacroinjectedsymwarning.nim
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
discard """
disabled: true # temp
matrix: "--skipParentCfg --filenames:legacyRelProj"
"""

Expand Down

0 comments on commit a174996

Please sign in to comment.