Skip to content
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

Closed
SeanTAllen opened this issue Apr 18, 2017 · 7 comments
Closed

Last Week in Pony - April 25, 2017 #56

SeanTAllen opened this issue Apr 18, 2017 · 7 comments

Comments

@SeanTAllen
Copy link
Member

For collecting items related to LWIP for April 25.

@SeanTAllen
Copy link
Member Author

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.

@SeanTAllen
Copy link
Member Author

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.

@SeanTAllen
Copy link
Member Author

SeanTAllen commented Apr 21, 2017

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.

@SeanTAllen
Copy link
Member Author

SeanTAllen commented Apr 21, 2017

Jaroslaw Palka has opened a PR to implement RFC #25 - " Require programmer to implement network failure handling". When merged, it will result in a breaking change that will cause some network applications to be updated if they aren't implementing their own error handling.

@SeanTAllen
Copy link
Member Author

SeanTAllen commented Apr 21, 2017

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 iftype conditionals. Specialized generic functions and documentation are in the pipeline.

@SeanTAllen
Copy link
Member Author

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.

@SeanTAllen
Copy link
Member Author

PR opened in prep for Monday. All items above are in the PR:

#60

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant