-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Last Week in Pony - April 25, 2017 #56
Comments
Dipin Hora opened a PR that starts us down the path towards supporting musl based operating systems. Once the change is merged, you should be able to compile and run Pony on Alpine Linux. |
Audio from the April 19th Pony Development Sync meeting is available for your listening pleasure. Includes a discussion of the heavy burden of trying to maintain install packages for various operating systems and possible things we can do to ease the load. |
Benoit Vey has opened a PR to implement RFC #34 - "Bare FFI Lambdas". Once merged, you'll be able to use bare lambdas for use in FFI interoperation with C libraries that use function pointers as callbacks. |
Benoit Vey been working on implementing RFC #26: Subtype checking. We're quite excited to see this land on master. Last week, we merged the first half of that work. Pony now support |
Pony 0.13.1 released 0.13.1 is a high priority release that everyone is encouraged to update as soon as possible. PR #1842 fixed a garbage collection bug that resulted in GC running too often and in turn could have a large impact on performance for some applications. Full details can be found in the release notes. |
PR opened in prep for Monday. All items above are in the PR: |
For collecting items related to LWIP for April 25.
The text was updated successfully, but these errors were encountered: