all repos — min @ 5e109cb84605ee0c6179b13b12f5ab6672849060

A small but practical concatenative programming language.

Modified next release changelog.
h3rald h3rald@h3rald.com
Wed, 19 Jul 2023 20:16:25 +0000
commit

5e109cb84605ee0c6179b13b12f5ab6672849060

parent

1dcffd7965a675670203960535eec938e4e0a758

3 files changed, 8 insertions(+), 15 deletions(-)

jump to
M min.ymlmin.yml

@@ -1,5 +1,5 @@

author: Fabio Cevasco description: A small but practical concatenative programming language and shell. -id: 56055122 +id: 112872350 name: min -version: 0.37.0+version: 0.38.0
M next-release.mdnext-release.md

@@ -1,15 +1,8 @@

-### New Features +### New Features + -* Added **quoted-symbol?** predicate. -* Added **get-raw** operator to retrieve information on an element of a quotation without evaluating it. -* Added **dget-raw** operator to retrieve information on an element of a dictionary without evaluating it. -* Added **set-sym** operator to set an element of a quotation to a symbol (specified as a string). -* Added **dset-sym** operator to set a key of a dictionary to a symbol (specified as a string). ### Fixes and Improvements -* Miscellaneous documentation fixes. -* Now clearing the stack after every HTTP request received by **http-server**. -* Fixed #174 (cons operator was not creating a new quotation). -* Fixed #176 (times can now execute a quotation 0 times). -* **set** now actually creates a copy of the specified quotation. -* Documented previously-undocumented **type** operator. +* Documentation improvements and fixes (thanjs @agentofuser, @tristanmcd130, and @jo-he. +* Fixed #184 (thanks @inivekin) +* Fixed problem with hardcoded relative paths to third-party libraries that prevented installing via nimble.
M site/settings.jsonsite/settings.json

@@ -6,5 +6,5 @@ "rules": "rules.min",

"temp": "temp", "templates": "templates", "title": "min language", - "version": "0.37.0" + "version": "0.38.0" }