pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/fennel
Module Name: pkgsrc
Committed By: yhardy
Date: Thu Apr 27 12:45:56 UTC 2023
Modified Files:
pkgsrc/lang/fennel: Makefile distinfo
Log Message:
lang/fennel: update to fennel-1.3.0
1.3.0 / 2023-02-13
New Forms
* Add case which does pattern matching without pinning existing locals
* Add case-try which works like match-try without pinning locals
* Add faccumulate macro as range analog to accumulate
New Features
* Reduced compiler memory footprint
* Omit escape codes highlighting errors when NO_COLOR env var is set
* Support & for rest args in function arglists for consistency with let
* Add error-pinpoint option to support custom error highlighting
* The fn special now allows arbitrary compiler metadata keys via the
metadata table syntax
* Options in fennel.view can be altered for the next invocation of the
pretty-printer by setting them to {:once val} or {:once val :after
other-val}. See fennel.view docstring for more info
Bug Fixes
* Fix a bug where readline repl history would be saved to the wrong file
* Fix a bug where set did not catch unknown locals when setting table
fields
* Add a workaround for a bug around ctrl-d in readline
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/fennel/Makefile \
pkgsrc/lang/fennel/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/fennel/Makefile
diff -u pkgsrc/lang/fennel/Makefile:1.1 pkgsrc/lang/fennel/Makefile:1.2
--- pkgsrc/lang/fennel/Makefile:1.1 Tue Jan 10 21:51:30 2023
+++ pkgsrc/lang/fennel/Makefile Thu Apr 27 12:45:56 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2023/01/10 21:51:30 nikita Exp $
+# $NetBSD: Makefile,v 1.2 2023/04/27 12:45:56 yhardy Exp $
-DISTNAME= 1.2.1
-PKGNAME= ${LUA_PKGPREFIX}-fennel-1.2.1
+DISTNAME= 1.3.0
+PKGNAME= ${LUA_PKGPREFIX}-fennel-1.3.0
CATEGORIES= lang
MASTER_SITES= https://git.sr.ht/~technomancy/fennel/archive/
DIST_SUBDIR= fennel
Index: pkgsrc/lang/fennel/distinfo
diff -u pkgsrc/lang/fennel/distinfo:1.1 pkgsrc/lang/fennel/distinfo:1.2
--- pkgsrc/lang/fennel/distinfo:1.1 Tue Jan 10 21:51:30 2023
+++ pkgsrc/lang/fennel/distinfo Thu Apr 27 12:45:56 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2023/01/10 21:51:30 nikita Exp $
+$NetBSD: distinfo,v 1.2 2023/04/27 12:45:56 yhardy Exp $
-BLAKE2s (fennel/1.2.1.tar.gz) = 6ea5293da80dde5dcdb7a376d0c9aff318ecf45dbad1908f9f7468864ac87308
-SHA512 (fennel/1.2.1.tar.gz) = dc8c99c1708457d1d84f5755145b66e691040ac06bf218e4140e1b3eb614b41b0b7211e304f9bae51304a78c1ec82595d32cf497085fcae4805c51f245620f55
-Size (fennel/1.2.1.tar.gz) = 271590 bytes
+BLAKE2s (fennel/1.3.0.tar.gz) = eab7c8696c6c43cb52cfb573324f3d569cb639b5ae9bfb5e84d30833f2dd7d1f
+SHA512 (fennel/1.3.0.tar.gz) = b4b9b96f71d1cbbf5c81eae737aca01f7d417a227925d19008a923f5045a86a355297f927ecdb719653097f73d6d6df148955b1973e4483dd14e863384ca0ff3
+Size (fennel/1.3.0.tar.gz) = 280241 bytes
SHA1 (patch-Makefile) = 7d5bc78b33725551ce9ce1cb11570377daeb99a3
Home |
Main Index |
Thread Index |
Old Index