Skip to content

Commit

Permalink
switch to the latest Nim 2.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
narimiran committed Oct 25, 2024
1 parent 1c6c29b commit d1e3347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/Nim
Submodule Nim updated 41 files
+1 −1 .github/workflows/ci_docs.yml
+2 −1 .github/workflows/ci_packages.yml
+3 −2 azure-pipelines.yml
+4 −0 compiler/guards.nim
+4 −4 compiler/linter.nim
+8 −0 compiler/packages.nim
+4 −3 compiler/renderer.nim
+6 −1 compiler/sem.nim
+10 −0 compiler/semcall.nim
+1 −0 compiler/semexprs.nim
+14 −1 compiler/semfields.nim
+5 −1 compiler/seminst.nim
+48 −31 compiler/sigmatch.nim
+16 −7 compiler/types.nim
+30 −10 doc/manual.md
+7 −8 koch.nim
+1 −1 lib/system/compilation.nim
+4 −2 testament/categories.nim
+18 −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
+0 −2 tests/macros/tgetimpl.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
+21 −0 tests/vm/tgenericcompiletimeproc.nim

0 comments on commit d1e3347

Please sign in to comment.