Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Releases: aw/picolisp-nanomsg

v0.5.22

07 Apr 01:50
@aw aw
Compare
Choose a tag to compare
  • Update to picolisp-unit v0.6.0
  • Ignore dirty submodules

v0.5.21

01 Apr 10:52
@aw aw
Compare
Choose a tag to compare
Update to picolisp-unit v0.5.2

v0.5.20

24 Mar 11:46
@aw aw
Compare
Choose a tag to compare
Add test for sending/receiving messages

v0.5.19

24 Mar 11:17
@aw aw
Compare
Choose a tag to compare
Swap order of module.l loading

Add unit-tests, automated testing, and fix leaky globals

24 Mar 08:11
@aw aw
Compare
Choose a tag to compare
  • Add test-suite for the SP protocols
  • Add .travis.yml for automated build testing
  • Update README.md and EXPLAIN.md
  • Close the socket and endpoint when an error is thrown
  • Move MODULE_INFO to module.l

v0.5.16

15 Mar 12:44
@aw aw
Compare
Choose a tag to compare
Ensure the lib is loaded relative to nanomsg.l

Throw errors instead of quitting

12 Mar 03:00
@aw aw
Compare
Choose a tag to compare

This adds a (throw) call to replace (bye). It makes it easier to work with the library since you don't need to worry about it quitting your entire application. Just (catch) the error and move-on 👍

v0.5.14

08 Mar 12:24
@aw aw
Compare
Choose a tag to compare
Rename 'NN_Symbols' to '*NN_Symbols'

Minor improvements

04 Mar 08:44
@aw aw
Compare
Choose a tag to compare
v0.5.12

Fix minor bug and closes #1

All protocols supported

02 Mar 15:59
@aw aw
Compare
Choose a tag to compare

This release is the first to support all protocols. It implements almost every function of nanomsg v0.5-beta.