From 189abff7030a4bc800b7dd00393aca0dda1f916d Mon Sep 17 00:00:00 2001 From: "Sean T. Allen" Date: Sun, 9 Feb 2025 00:14:03 +0000 Subject: [PATCH] Last Week in Pony - February 9, 2025 --- .spelling-wordlist.txt | 1 + docs/blog/posts/last-week-in-pony-022925.md | 39 +++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 docs/blog/posts/last-week-in-pony-022925.md diff --git a/.spelling-wordlist.txt b/.spelling-wordlist.txt index 63720d84..3e1d7b5d 100644 --- a/.spelling-wordlist.txt +++ b/.spelling-wordlist.txt @@ -583,6 +583,7 @@ www Wyndham Xcode YAAM +yada Yaya Zapier Zulip diff --git a/docs/blog/posts/last-week-in-pony-022925.md b/docs/blog/posts/last-week-in-pony-022925.md new file mode 100644 index 00000000..fd3f917d --- /dev/null +++ b/docs/blog/posts/last-week-in-pony-022925.md @@ -0,0 +1,39 @@ +--- +draft: false +authors: + - seantallen +categories: + - "Last Week in Pony" +title: "Last Week in Pony - February 9, 2025" +date: 2025-02-09T07:00:06-04:00 +--- + +Be wary of nightly Ponyc builds. They may be broken. The Pony team is working on it. In the meantime, stick with the latest release. + + + +## Items of Note + +### Broken Nightly Builds + +On Friday, we merged a PR that makes improvements to the cycle detector. Unfortunately, that isn't quite what happened. Instead, we have stress tests failing. I wouldn't trust any nightlies until we get this sorted out. Keep an eye on [this Zulip thread](https://ponylang.zulipchat.com/#narrow/channel/189934-general/topic/Avoid.20ponyc.20nightly) for updates. + +### Pony Development Sync + +The recording from this week's Development Sync is now [available on Vimeo](https://vimeo.com/1053546199). + +I didn't jot down any notes about what was discussed, but I'm sure it was a great conversation. I mean, I was there so I should remember but, yada yada yada: you should check it out! + +### Office Hours + +We had a nice sized crowd at Office Hours this week. Red and I discussed the [Lori](https://github.com/ponylang/lori) based HTTP server that Red is playing around with and then a new attendee Steve Leak showed up with a number of excellent "can you explain questions". + +If you are learning Pony, Office Hours is a great place to get assistance. + +Attendees were: Red, Steve Leak, Adrian, Alex Webber, Nathan Watts, and myself. + +--- + +_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) 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).