pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/janet janet: update to 1.16.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2f6e24010fb
branches:  trunk
changeset: 456852:e2f6e24010fb
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Aug 10 11:56:16 2021 +0000

description:
janet: update to 1.16.1

## 1.16.1 - 2021-06-09
- Add `maclintf` - a utility for adding linting messages when inside macros.
- Print source code of offending line on compiler warnings and errors.
- Fix some issues with linting and re-add missing `make docs`.
- Allow controlling linting with dynamic bindings `:lint-warn`, `:lint-error`, and `:lint-levels`.
- Add `-w` and `-x` command line flags to the `janet` binary to set linting thresholds.
  linting thresholds are as follows:
    - :none - will never be trigger.
    - :relaxed - will only trigger on `:relaxed` lints.
    - :normal - will trigger on `:relaxed` and `:normal` lints.
    - :strict - will trigger on `:strict`, `:normal`, and `:relaxed` lints. This will catch the most issues
      but can be distracting.

diffstat:

 lang/janet/Makefile |   4 ++--
 lang/janet/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 03e564c784a8 -r e2f6e24010fb lang/janet/Makefile
--- a/lang/janet/Makefile       Tue Aug 10 11:53:58 2021 +0000
+++ b/lang/janet/Makefile       Tue Aug 10 11:56:16 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2021/06/06 13:45:58 nia Exp $
+# $NetBSD: Makefile,v 1.17 2021/08/10 11:56:16 nia Exp $
 
-DISTNAME=      janet-1.16.0
+DISTNAME=      janet-1.16.1
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=janet-lang/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 03e564c784a8 -r e2f6e24010fb lang/janet/distinfo
--- a/lang/janet/distinfo       Tue Aug 10 11:53:58 2021 +0000
+++ b/lang/janet/distinfo       Tue Aug 10 11:56:16 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2021/06/06 13:45:58 nia Exp $
+$NetBSD: distinfo,v 1.16 2021/08/10 11:56:16 nia Exp $
 
-SHA1 (janet-1.16.0.tar.gz) = c63678eec35c2e1d797631bb3d5588c8e78bd7c9
-RMD160 (janet-1.16.0.tar.gz) = 53ea14f18eb0636ae3cc596efb970b250d88242d
-SHA512 (janet-1.16.0.tar.gz) = 88bd0eddeb07e013ae2619e3fb46d245c3778e68ea55b67304f9bf08b64fbde4920b5ed648a0b77f0de63aa003135be7a282187f335187530c2ad80d42b71850
-Size (janet-1.16.0.tar.gz) = 492645 bytes
+SHA1 (janet-1.16.1.tar.gz) = f953c124e4e5474b2321df4f90836642ef83c819
+RMD160 (janet-1.16.1.tar.gz) = 1afd56e75e5012e94198feff22f630cfde97e6f0
+SHA512 (janet-1.16.1.tar.gz) = f4be0703676acad8896e41b46d79c4f6d99990c487028f1fd1abd681f756db119a06a5d6a0653b9301afcd62f45d6f1bb7876b9613c0ea28d7199e310a52895d
+Size (janet-1.16.1.tar.gz) = 493490 bytes



Home | Main Index | Thread Index | Old Index