Skip to content

Commit

Permalink
switch to Nim v2.0.14 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec authored Dec 24, 2024
1 parent 29445a4 commit 4c6ff07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
cpu: arm64
- os: windows
cpu: amd64
- os: windows
cpu: i386
branch: [version-1-6, version-2-0, version-2-2, devel]
include:
- target:
Expand Down
2 changes: 1 addition & 1 deletion vendor/Nim
Submodule Nim updated 58 files
+3 −3 build_all.bat
+6 −11 compiler/ccgexprs.nim
+14 −22 compiler/injectdestructors.nim
+1 −8 compiler/jsgen.nim
+2 −1 compiler/semcall.nim
+2 −0 compiler/semexprs.nim
+2 −1 compiler/semgnrc.nim
+1 −0 compiler/semmacrosanity.nim
+7 −1 compiler/sempass2.nim
+19 −0 compiler/semstmts.nim
+17 −0 compiler/semtypes.nim
+2 −1 compiler/semtypinst.nim
+14 −5 compiler/sigmatch.nim
+12 −4 compiler/transf.nim
+1 −2 compiler/trees.nim
+13 −12 compiler/types.nim
+15 −9 compiler/vmgen.nim
+6 −7 koch.nim
+16 −2 lib/posix/posix.nim
+0 −2 lib/posix/posix_haiku.nim
+0 −2 lib/posix/posix_linux_amd64.nim
+5 −7 lib/posix/posix_macos_amd64.nim
+0 −2 lib/posix/posix_nintendoswitch.nim
+5 −7 lib/posix/posix_openbsd_amd64.nim
+0 −7 lib/posix/posix_other.nim
+1 −1 lib/pure/ioselects/ioselectors_poll.nim
+5 −3 lib/pure/net.nim
+2 −3 lib/pure/volatile.nim
+3 −1 lib/system.nim
+1 −1 lib/system/compilation.nim
+1 −1 lib/system/strs_v2.nim
+3 −8 lib/windows/winlean.nim
+2 −2 testament/important_packages.nim
+17 −0 tests/arc/tstringliteral.nim
+36 −0 tests/ccgbugs/t13062.nim
+32 −0 tests/ccgbugs/tunioninit.nim
+13 −0 tests/destructor/tmove.nim
+46 −1 tests/destructor/tnewruntime_strutils.nim
+21 −0 tests/distinct/tcomplexaddressableconv.nim
+16 −0 tests/generics/t19848.nim
+21 −1 tests/generics/tgeneric0.nim
+9 −0 tests/generics/tnestedtemplate.nim
+30 −0 tests/generics/tuninstantiatedgenericcalls.nim
+18 −0 tests/init/tlet.nim
+19 −0 tests/lent/tlent_from_var.nim
+23 −0 tests/macros/t23547.nim
+8 −0 tests/objects/t20972.nim
+13 −0 tests/objects/tobject_default_value.nim
+18 −0 tests/objvariant/tconstobjvariant.nim
+10 −0 tests/overload/m19737.nim
+15 −0 tests/overload/t19737.nim
+15 −10 tests/overload/tvartypeclass.nim
+41 −0 tests/proc/tanonprocresem.nim
+8 −0 tests/stdlib/twronguidtype.nim
+7 −0 tests/varstmt/tvardecl.nim
+49 −0 tests/vm/tconvaddr.nim
+3 −3 tools/ci_generate.nim
+13 −0 tools/deps.nim

0 comments on commit 4c6ff07

Please sign in to comment.