ponylang / ponylang-website

The ponylang.io website
http://www.ponylang.io
BSD 2-Clause "Simplified" License
78 stars 50 forks source link

Last Week in Pony - June 10, 2018 #296

Closed SeanTAllen closed 6 years ago

dipinhora commented 6 years ago

Both ponyc and pony-stable are now available via Fedora COPR (https://copr.fedorainfracloud.org/coprs/ponylang/ponylang/) and Ubuntu Launchpad PPA (https://launchpad.net/~ponylang/+archive/ubuntu/ponylang).

Install ponyc:

Install pony-stable:

SeanTAllen commented 6 years ago

Pony 0.22.4 has been released: https://www.ponylang.org/blog/2018/06/0.22.4-released/

SeanTAllen commented 6 years ago

Pony 0.22.5 has been released. Upgrading is recommended: https://www.ponylang.org/blog/2018/06/0.22.5-released/

SeanTAllen commented 6 years ago

Sean Allen and Sylvan Clebsch will be doing a Pony tutorial at CodeMesh London on November 7th.

https://codesync.global/conferences/code-mesh-2018/training

SeanTAllen commented 6 years ago

Audio from the June 6, 2018 Pony development sync is now available: https://pony.groups.io/g/dev/files/Pony%20Sync/2018_06_06

SeanTAllen commented 6 years ago

Remove HTTP Packages from Stdlib RFC has been accepted:

https://github.com/ponylang/rfcs/blob/master/text/0055-remove-http-server-from-stdlib.md

SeanTAllen commented 6 years ago

Buffered Line Reader Iso RFC has been accepted:

https://github.com/ponylang/rfcs/blob/master/text/0056-buffered-reader-line-iso.md

And the implementation ahs been merged to master for inclusion in the next release:

https://github.com/ponylang/ponyc/pull/2756

SeanTAllen commented 6 years ago

SSL ALPN RFC is now in final comment period:

https://github.com/ponylang/rfcs/pull/127

SeanTAllen commented 6 years ago

Formal Viewpoint Adaptation RFC is now in final comment period:

https://github.com/ponylang/rfcs/pull/122

SeanTAllen commented 6 years ago

Add operators for partial integer arithmetic RFC is now in final comment period:

https://github.com/ponylang/rfcs/pull/125

SeanTAllen commented 6 years ago

Pony 0.22.6 has been released. Upgrading is recommended: https://www.ponylang.org/blog/2018/06/0.22.6-released/

mfelsche commented 6 years ago

on generating coverage reports for pony programs: https://blog.m7w3.de/pony-coverage.html

SeanTAllen commented 6 years ago

Pony 0.23.0 has been released. Contain one small breaking change and a couple of bug fixes. Upgrading is recommended.

https://www.ponylang.org/blog/2018/06/0.23.0-released/