Skip to content

Commit

Permalink
switch to Nim v2.0.12 (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec authored Nov 1, 2024
1 parent 0dfdddb commit 8fafcd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/Nim
Submodule Nim updated 71 files
+1 −1 .github/workflows/ci_docs.yml
+2 −1 .github/workflows/ci_packages.yml
+3 −2 azure-pipelines.yml
+1 −9 compiler/astalgo.nim
+2 −2 compiler/ccgtypes.nim
+4 −4 compiler/evalffi.nim
+4 −0 compiler/guards.nim
+1 −1 compiler/importer.nim
+1 −1 compiler/jsgen.nim
+4 −4 compiler/linter.nim
+8 −8 compiler/lookups.nim
+2 −2 compiler/main.nim
+2 −2 compiler/modulegraphs.nim
+2 −2 compiler/msgs.nim
+1 −1 compiler/nimeval.nim
+2 −2 compiler/optimizer.nim
+8 −0 compiler/packages.nim
+1 −1 compiler/pipelines.nim
+2 −2 compiler/procfind.nim
+4 −3 compiler/renderer.nim
+2 −1 compiler/reorder.nim
+6 −1 compiler/sem.nim
+14 −4 compiler/semcall.nim
+10 −10 compiler/semexprs.nim
+14 −1 compiler/semfields.nim
+1 −4 compiler/semfold.nim
+1 −1 compiler/semgnrc.nim
+5 −1 compiler/seminst.nim
+5 −5 compiler/semmagic.nim
+1 −1 compiler/sempass2.nim
+2 −2 compiler/semstmts.nim
+1 −1 compiler/semtempl.nim
+1 −1 compiler/semtypes.nim
+9 −5 compiler/sighashes.nim
+48 −31 compiler/sigmatch.nim
+1 −1 compiler/syntaxes.nim
+9 −13 compiler/transf.nim
+16 −7 compiler/types.nim
+1 −1 compiler/vmmarshal.nim
+30 −10 doc/manual.md
+7 −8 koch.nim
+1 −1 lib/pure/collections/tables.nim
+1 −1 lib/system/compilation.nim
+4 −2 testament/categories.nim
+17 −24 testament/important_packages.nim
+1 −0 tests/closure/tboehmdeepcopy.nim
+57 −0 tests/concepts/t976.nim
+0 −50 tests/concepts/tconcepts_issues.nim
+14 −0 tests/converter/tdeprecatedconverter.nim
+0 −1 tests/cpp/temitlist.nim
+0 −1 tests/cpp/tempty_generic_obj.nim
+38 −0 tests/cpp/tmanual_exception.nim
+10 −0 tests/errmsgs/t24258.nim
+2 −1 tests/exception/tcpp_imported_exc.nim
+32 −0 tests/iter/tfoldedaddr.nim
+0 −2 tests/macros/tgetimpl.nim
+1 −1 tests/macros/tmacrostmt.nim
+22 −0 tests/objvariant/tcorrectcheckedfield.nim
+10 −0 tests/overload/issue22142/tfail_implicit_ambiguous.nim
+12 −0 tests/overload/issue22142/tfail_nested_pointers.nim
+16 −0 tests/overload/issue22142/tfail_object_is_generic.nim
+9 −0 tests/overload/issue22142/tfail_typeclass_var_invar.nim
+68 −0 tests/overload/issue22142/tissue22142_shouldpass.nim
+62 −0 tests/overload/t23755.nim
+0 −1 tests/overload/tor_isnt_better.nim
+10 −1 tests/stylecheck/tforeign_package.nim
+45 −1 tests/system/tfields.nim
+22 −0 tests/types/ttopdowninference.nim
+15 −0 tests/vm/tconstprocassignments.nim
+15 −0 tests/vm/tconsttable.nim
+21 −0 tests/vm/tgenericcompiletimeproc.nim

0 comments on commit 8fafcd0

Please sign in to comment.