Skip to content

Last Week in Pony - May 17, 2020

Pony 0.35.0 and 0.35.1 have been released! Stable, our little dependency manager that could, has been deprecated in favor of our new dependency manager, Corral.

Items of note

  • Audio from the May 12, 2020 Pony sync is available here.

  • Stable, our little dependency manager that could, has been deprecated. It’s being replaced by Corral. The stable repo has been archived. No additional fixes, changes, or releases will be coming. Thank you to everyone who contributed.

  • Work started to bring Pony Language support to IntelliJ platforms such as IDEA and CLion. See roadmap and vision at https://github.com/niclash/pony-idea-plugin. Assistance greatly appreciated from Java developers to bring code navigation, code completion, quick fixes, intentions, doc lookup, debugger integration and much more.

  • Ponyc release notes are moving!

    Previously, release notes for Ponyc were posted to Ponylang website. Starting today, they will be posted in the release tab of the ponyc repo.

    As a result of this, there will be no RSS feed for releases. Releases will still be announced in Last Week in Pony which still has an RSS feed.

    The release notes are moving as automating their creation on GitHub is easier to do and maintain than having them on the ponylang website.

Releases

  • Pony 0.35.0 has been released. Full details are in the release notes. It was followed by 0.35.1. 0.35.1 fixes a bug introduced by 0.35.0 that only impacts Windows users. Windows users using 0.35.0 should update to 0.35.1. See the release notes for more details.

  • Version 0.2.0 of semver has been released. See the release notes for more details.

  • Version 0.3.5 of corral has been released. See the release notes for more details.

RFCs

Approved RFCs


Last Week In Pony is a weekly blog post to catch you up on the latest news for the Pony programming language. To learn more about Pony check out our website, our Twitter account @ponylang, or our Zulip community.

Got something you think should be featured? There’s a GitHub issue for that! Add a comment to the open “Last Week in Pony” issue.

Interested in making a change, or keeping up with changes to Pony? Check out the RFC repo. Contributors welcome!