pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/nim nim: Update to 1.6.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c243977ef9e
branches:  trunk
changeset: 386007:3c243977ef9e
user:      charlotte <charlotte%pkgsrc.org@localhost>
date:      Thu Sep 29 22:05:39 2022 +0000

description:
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)

diffstat:

 lang/nim/Makefile |  4 ++--
 lang/nim/PLIST    |  3 ++-
 lang/nim/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (43 lines):

diff -r 54f71e3e0c03 -r 3c243977ef9e lang/nim/Makefile
--- a/lang/nim/Makefile Thu Sep 29 21:26:33 2022 +0000
+++ b/lang/nim/Makefile Thu Sep 29 22:05:39 2022 +0000
@@ -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
diff -r 54f71e3e0c03 -r 3c243977ef9e lang/nim/PLIST
--- a/lang/nim/PLIST    Thu Sep 29 21:26:33 2022 +0000
+++ b/lang/nim/PLIST    Thu Sep 29 22:05:39 2022 +0000
@@ -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/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
diff -r 54f71e3e0c03 -r 3c243977ef9e lang/nim/distinfo
--- a/lang/nim/distinfo Thu Sep 29 21:26:33 2022 +0000
+++ b/lang/nim/distinfo Thu Sep 29 22:05:39 2022 +0000
@@ -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