Skip to content

Commit

Permalink
erlang-luerl: Update to 0.4
Browse files Browse the repository at this point in the history
upstream changes:
-----------------
  o Reformatted test chunks to make them more legible
  o Add proper handling of full userdata
  o Add test of function records to handle both forms
  o Remove experimental array functions
  o Fix handling of random number for ranges and value 1
  o Fix implementation of mod '%' operator
  o Update tests to new decode of functions
  o Add a Makefile for the minibench
  o Complete split of function record into separate lua and erlang records
  o Merge pull request #90 from benjamintanweihao/patch-1
  o Split function record into separate lua and erlang records
  o Fix Getting Started wiki link
  o Merge pull request #85 from lastcanal/sandbox_runner
  o remove random seed setting from sandbox runner
  o Add luerl_sandbox module, a sandbox builder and reduction counting ru…
  o Changes for hex.pm package
  o Update README.md
  o Make the random state part of the Lua state
  o Cleanup rebar3 config script
  o Fix generation of erlang version macro flag
  o Fix generation of erlang version macro flag
  o Set correct return values for luerl:load
  o The math lib now always uses the correct module random/rand
  o Add handling of erlang version based compiler macros
  o Fix handling of #! and Windows BOM when loading files
  o fixing typo in README
  o Adding support for maps to encode() and fixing README
  o Fixes make clean
  • Loading branch information
triaxx committed May 20, 2021
1 parent 2fc4902 commit f35355c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions lang/erlang-luerl/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.3 2018/03/24 16:29:51 fhajny Exp $
# $NetBSD: Makefile,v 1.4 2021/05/20 19:57:45 triaxx Exp $

DISTNAME= luerl-0.3
DISTNAME= luerl-0.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=rvirding/}

Expand Down
5 changes: 3 additions & 2 deletions lang/erlang-luerl/PLIST
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2018/03/24 16:29:51 fhajny Exp $
lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl.app
@comment $NetBSD: PLIST,v 1.3 2021/05/20 19:57:45 triaxx Exp $
lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl.beam
lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl_app.beam
lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl_comp.beam
Expand All @@ -21,6 +20,8 @@ lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl_lib_string.beam
lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl_lib_string_format.beam
lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl_lib_table.beam
lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl_parse.beam
lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl_sandbox.beam
lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl_scan.beam
lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl_sup.beam
lib/erlang/lib/luerl-${PKGVERSION}/ebin/ttdict.beam
lib/erlang/lib/luerl-${PKGVERSION}/ebin/ttsets.beam
10 changes: 5 additions & 5 deletions lang/erlang-luerl/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.2 2018/03/24 16:29:51 fhajny Exp $
$NetBSD: distinfo,v 1.3 2021/05/20 19:57:45 triaxx Exp $

SHA1 (luerl-0.3.tar.gz) = cde57825fe7fd2a6d0b777f943af80de2d41c3a7
RMD160 (luerl-0.3.tar.gz) = 33700f3dae60dd6b41da8191a9429da6e378f0c6
SHA512 (luerl-0.3.tar.gz) = 490e4cd5d26b18d4102e83b6a8440fd31588f3888ac1942c44ac0985f68250b440eabeecdae648f076a6b8290a5ae838a59e0a517d745c5febfbc00b6d5dba44
Size (luerl-0.3.tar.gz) = 95182 bytes
SHA1 (luerl-0.4.tar.gz) = cf88668169f0e6bd60f57ba2af1bb678ec59af6e
RMD160 (luerl-0.4.tar.gz) = 235a7c9ab40ed1c8fa1077377f4e6c9abaf9ef9d
SHA512 (luerl-0.4.tar.gz) = 70a7be0cc133d4a1975734f772b556f24e614738ac894bae735edc6b1ef2db8aa419c886c60eb13af25b3c57b25160b9ae3b6313cafe24be448121477833845a
Size (luerl-0.4.tar.gz) = 97730 bytes

0 comments on commit f35355c

Please sign in to comment.