pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/nim



Module Name:    pkgsrc
Committed By:   charlotte
Date:           Thu Sep 29 22:05:39 UTC 2022

Modified Files:
        pkgsrc/lang/nim: Makefile PLIST distinfo

Log Message:
nim: Update to 1.6.8

Noteworthy changes from 1.6.6:

- Fixed "Add --gc:arc (or --mm:arc) induce different behavior when using
  converter" (#19862)
- Fixed "Converting unsigned integer to float fails in VM" (#19199)
- Fixed "regression(0.20.0 => devel): var params assignment gives silently
  wrong results in VM" (#15974)
- Fixed "genDepend broken for duplicate module names in separate folders"
  (#18735)
- Fixed "Orc booting compiler doesn't work with newSeq operations" (#19404)
- Fixed "hasCustomPragma and getCustomPragmaVal don't work on fields with
  backticks" (#20067)
- Fixed "Cant use uint64 in case" (#20031)
- Fixed "nim jsondoc output is broken" (#20132)
- Fixed "Underscores are unnecessarily escaped in db_mysql" (#20153)
- Fixed "Invalid codegen when block ends with lent" (#20107)
- Fixed "locals doesn't work with ORC" (#20162)
- Fixed "reset does not work on set" (#19967)
- Fixed "selectRead and selectWrite are dangerous to use sockets with FD
  numbers bigger than FD_SETSIZE (1024) on *nixes" (#19973)
- Fixed "use-after-free bugs in object variants" (#20305)
- Fixed "[ARC] C compiler error when using the result of a template in the
  subscript operator" (#20303)
- Fixed "Calling nullary templates without () doesn't work inside calls
  inside other templates" (#13515)
- Fixed "[Regression] Incorrect captures of pegs \ident macro in nim 1.6"
  (#19104)
- Fixed "Windows gcc shipped with choosenim 1.6.4 with TLS emulation turned
  off : The application was unable to start correctly (0xc000007b)."
  (#19713)


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/lang/nim/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/lang/nim/PLIST
cvs rdiff -u -r1.23 -r1.24 pkgsrc/lang/nim/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/nim/Makefile
diff -u pkgsrc/lang/nim/Makefile:1.27 pkgsrc/lang/nim/Makefile:1.28
--- pkgsrc/lang/nim/Makefile:1.27       Thu May 19 01:50:25 2022
+++ pkgsrc/lang/nim/Makefile    Thu Sep 29 22:05:39 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2022/05/19 01:50:25 charlotte Exp $
+# $NetBSD: Makefile,v 1.28 2022/09/29 22:05:39 charlotte Exp $
 
-DISTNAME=      nim-1.6.6
+DISTNAME=      nim-1.6.8
 CATEGORIES=    lang
 MASTER_SITES=  http://nim-lang.org/download/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/lang/nim/PLIST
diff -u pkgsrc/lang/nim/PLIST:1.14 pkgsrc/lang/nim/PLIST:1.15
--- pkgsrc/lang/nim/PLIST:1.14  Sun Nov 21 16:40:02 2021
+++ pkgsrc/lang/nim/PLIST       Thu Sep 29 22:05:39 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2021/11/21 16:40:02 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.15 2022/09/29 22:05:39 charlotte Exp $
 bin/nim
 bin/nim-gdb
 bin/nim-gdb.bash
@@ -105,6 +105,7 @@ nim/compiler/nversion.nim
 nim/compiler/optimizer.nim
 nim/compiler/options.nim
 nim/compiler/packagehandling.nim
+nim/compiler/packages.nim
 nim/compiler/parampatterns.nim
 nim/compiler/parser.nim
 nim/compiler/passaux.nim

Index: pkgsrc/lang/nim/distinfo
diff -u pkgsrc/lang/nim/distinfo:1.23 pkgsrc/lang/nim/distinfo:1.24
--- pkgsrc/lang/nim/distinfo:1.23       Thu May 19 01:50:25 2022
+++ pkgsrc/lang/nim/distinfo    Thu Sep 29 22:05:39 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2022/05/19 01:50:25 charlotte Exp $
+$NetBSD: distinfo,v 1.24 2022/09/29 22:05:39 charlotte Exp $
 
-BLAKE2s (nim-1.6.6.tar.xz) = 661c60cb971f909d9546b92bfdc7bec425137b50db6fc398e1c5273558e93f4a
-SHA512 (nim-1.6.6.tar.xz) = 6ea8d3f61adae48184dd0e3ac393296fd3bd5ead818e7dee949f43eccbd0b6229ebfc474353ddd63cc734f82c3247998fbfe88362061983f978ad8d0ab7fa677
-Size (nim-1.6.6.tar.xz) = 5149956 bytes
+BLAKE2s (nim-1.6.8.tar.xz) = fb28347e9d7db6227ace68ad676695fd6085d1e545319d4f4935468de0064b8d
+SHA512 (nim-1.6.8.tar.xz) = dd046dd393136fdcb78f463e267756bdb990b08e80e3a8be7fec1995b47a930447468e12bb9a59db6ec5546117f62ff4ccd032959879ef2d1d06a7bc5c438f83
+Size (nim-1.6.8.tar.xz) = 5219880 bytes
 SHA1 (patch-bin_nim-gdb) = 0d4e9ae4cc8687ca7821891b63808fa1d175069c



Home | Main Index | Thread Index | Old Index