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

LWIP 070421 #684

Merged
merged 1 commit into from
Jul 4, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions content/blog/last-week-in-pony-070421.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
+++
draft = false
author = "theobutler"
description = "Pony 0.41.2 of ponylang/ponyc has been released! Andy Turley is leaving the core team. There's a new RFC related to the FilePath constructor and AmbientAuth."
categories = [
"Last Week in Pony",
]
title = "Last Week in Pony - July 4, 2021"
date = "2021-07-04T10:32:33-04:00"
+++

Pony 0.41.2 of ponylang/ponyc has been released! Andy Turley is leaving the core team. There's a new RFC related to the FilePath constructor and AmbientAuth.


<!--more-->


## Items of note

- Audio from the [June 29, 2021](https://sync-recordings.ponylang.io/r/2021-06-29.m4a) Pony development sync call is available.

- Andy Turly is leaving the core team. See the note from him below.

## Releases

- Version 0.41.2 of ponylang/ponyc has been released.
See the [release notes](https://github.com/ponylang/ponyc/releases/tag/0.41.2) for more details.

## RFCs

### New RFCs

- Split FilePath constructor to guarantee constructor with AmbientAuth](https://github.com/ponylang/rfcs/pull/190)

---

Andy Turley writes:

Hey all, I wanted to announce that I'm leaving the Pony core team. I've been working with Pony since early 2016 and it's a great language and great community. But my job has shifted away from using Pony, and I've had some events in my life over the last year or so (some good, some less good) that have impacted my ability to commit the time that I think is necessary to being a core team member. I'll still be in zulip, and I'll try to contribute to Pony where I can. I'll always be an evangelist, and if we're every in the same place I'd love to talk to you about refcaps and actors and all the other good stuff. Thank you all for making this a great experience.

___

_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](https://ponylang.io), our Twitter account [@ponylang](https://twitter.com/ponylang), or our [Zulip community](https://ponylang.zulipchat.com).

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](https://github.com/ponylang/ponylang.github.io/issues?q=is%3Aissue+is%3Aopen+label%3Alast-week-in-pony).

Interested in making a change, or keeping up with changes to Pony? Check out the [RFC repo](https://github.com/ponylang/rfcs). Contributors welcome!