Skip to content

Commit

Permalink
Bump NQP_REVISION.
Browse files Browse the repository at this point in the history
* Gets complete JVM support for the streaming decode API, which gets
  synchronous sockets back to passing all of their tests after the
  recent refactors.
* Brings in MoarVM changes that mean libuv is no longer used for
  synchronous sockets. This in turn means that the exceptions and
  crashes when trying to use handles across different threads are
  now cleared up (for example, accepting a handle on one thread and
  handing it off to another to communicate).
  • Loading branch information
jnthn committed May 23, 2017
1 parent 8ee383e commit 6f202fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/NQP_REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2017.05
2017.05-23-g6f0b5b4

0 comments on commit 6f202fb

Please sign in to comment.