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: ryoon
Date: Wed Oct 30 12:28:48 UTC 2019
Modified Files:
pkgsrc/lang/nim: Makefile distinfo
Log Message:
Update to 1.0.2
Changelog:
v1.0.2 - 2019-10-23
Bugfixes
fixes the --verbosity:2 regression
Fixed "Fail to compile a file twice under Windows (v1.0 bug)." #12242
fix nimpretty removing space before pragma
JS: gensym is stricter for 'this'
Fixed "VM Assertion Error with newruntime" #12294
Fixed "Assertion error when running nim check on compiler/nim.nim" #12281
Fixed "Compiler crash with empty array and generic instantiation with int as parameter" #12264
Fixed "Regression in JS backend codegen "Error: request to generate code for .compileTime proc"" #12240
Fix how relativePath handle case sensitiviy
Fixed "SIGSEGV in compiler when using generic types and seqs" #12336
Fixed "[1.0.0] weird interaction between import os and casting integer to char on macosx trigger bad codegen" #12291
VM: no special casing for big endian machines
Fixed "internal error: environment misses with a simple template inside one of Jester macros" #12323
nimsuggest: fix tcp socket leak
nimsuggest: fix tcp socket leak for epc backend
Fixed "writeFile and write(f, str) skip null bytes on Windows" #12315
Fixed "Crash in intsets symmetric_difference" #12366
Fixed "[regression] VM crash when dealing with var param of a proc result" #12244
fixes a koch regression that made 'koch boot --listcmd' not work anymore
Fixed "[regression] inconsistent signed int mod operator between runtime, compiletime, and semfold" #12332
Fixed "Boehm disables interior pointer checking" #12286
Fixes semCustomPragma when nkSym
Fixed yield in nkCheckedFieldExpr
Fixed "randomize() from random not working on JS" #12418
Fixed "Compiler crash with invalid object variant" #12379
fix type's case in random.nim
Fixed "Update docs with a better way to signal unimplemented methods" #10804
Fixed "Nim language manual, push pragma is not explained well" #10824
Fixed "[regression] Importing more than one module with same name from different packages produce bad codegen" #12420
Namespace unittest enums to avoid name conflicts
Fixed "VM checks unsigned integers for overflow." #12310
Fixed "line directive is not generated for first line of function definition" #12426
Documentation improvements
threadpool: fix link in docs (#12258)
Fix spellings (#12277)
fix #12278, don't expose internal PCRE documentation
Fixed "Documentation of quitprocs is wrong" [#12279(https://github.com/nim-lang/Nim/issues/12279)
Fix typo in docs
Fix reference to parseSpec proc in readme
[doc/tut1] removed discard discussion in comments
Documentation improvements around the db interface
Easier build instructions for windows - just run build_all.bat.
fix a few dead links and a missing sentence in documentation
Macro docs additions
Updated the code example in the os module to use better grammar.
Mention "lambdas" and => in the manual
Better documentation on Garbage Collector
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/nim/Makefile
cvs rdiff -u -r1.9 -r1.10 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.10 pkgsrc/lang/nim/Makefile:1.11
--- pkgsrc/lang/nim/Makefile:1.10 Fri Oct 4 13:25:23 2019
+++ pkgsrc/lang/nim/Makefile Wed Oct 30 12:28:48 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2019/10/04 13:25:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.11 2019/10/30 12:28:48 ryoon Exp $
-DISTNAME= nim-1.0.0
+DISTNAME= nim-1.0.2
CATEGORIES= lang
MASTER_SITES= http://nim-lang.org/download/
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/lang/nim/distinfo
diff -u pkgsrc/lang/nim/distinfo:1.9 pkgsrc/lang/nim/distinfo:1.10
--- pkgsrc/lang/nim/distinfo:1.9 Fri Oct 4 13:25:23 2019
+++ pkgsrc/lang/nim/distinfo Wed Oct 30 12:28:48 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2019/10/04 13:25:23 ryoon Exp $
+$NetBSD: distinfo,v 1.10 2019/10/30 12:28:48 ryoon Exp $
-SHA1 (nim-1.0.0.tar.xz) = 81d315804146e608fb9892e6af75b8cba3690481
-RMD160 (nim-1.0.0.tar.xz) = 44e0cbe359b42cb2653b3101489136504910585b
-SHA512 (nim-1.0.0.tar.xz) = 951bbec06a6a1059214b485c5eddfa3c1be0a4ccf6ba98ac3ee624f57d36e86ae1212ffcb6d1bb7ea0938aabbe95a8a6587b140f3219ddb24ec7c93f5672266f
-Size (nim-1.0.0.tar.xz) = 5136624 bytes
+SHA1 (nim-1.0.2.tar.xz) = dec2e06d9a15bda9ddbc607c160fdbf537aa96d7
+RMD160 (nim-1.0.2.tar.xz) = d48bc7e837a07bc0d351d376e8b511bf99367d78
+SHA512 (nim-1.0.2.tar.xz) = 5d7a45efcf656d5467554c3bbf42d0c62a760ccd107cec439d8375839d2e80baadfb3f598598748ef8e1b32d3eb931caaa273f8e41bbf6f4e16c7afbef745349
+Size (nim-1.0.2.tar.xz) = 5139712 bytes
Home |
Main Index |
Thread Index |
Old Index