Skip to content

Commit

Permalink
Add Ponyc 0.58.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Nov 24, 2023
1 parent e44d8ee commit ed34077
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions content/blog/last-week-in-pony-112623.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ date = "2023-11-26T07:00:06-04:00"

## Items of Note

### Ponyc 0.58.0 has been released

We released Ponyc version 0.58.0 on Black Friday. It is technically a break change release as we disallowed the usage of `return` at the end of `with` blocks. Previously this was allowed and did create programs that woud run but it also created invalid LLVM IR which might for some programs result in bugs.

Additionally, we made validating LLVM IR a standard compilation step for Pony programs so we catch issues like this sooner. If any of your programs complain about invalid IR, please [open an issue](https://github.com/ponylang/ponyc/issues/new) and add the `--noverify` flag when compiling.

### DockerHub Deprecation is Here

Sometime in the next two weeks, we will stop pushing all our container images to DockerHub. We will only be pushing to GitHub Container Registry. If you are using images that are updated regularly like `ponylang/ponyc:latest` or `ponylang/ponyc:release`, you'll need to start pulling them from the GitHub Container Registry.
Expand All @@ -35,6 +41,10 @@ Turns out the bug was that the algorithm that Red was using requires the size of

Interested in background? Check out the [initial conversation](https://ponylang.zulipchat.com/#narrow/stream/234733-off-topic/topic/Algorithm.20Request.3A.20uniform.20and.20100.25.20coverage.20prng) from the Ponylang Zulip.

## Releases

- [ponylang/ponyc 0.58.0](https://github.com/ponylang/ponyc/releases/tag/0.58.0)

## Community Resource Highlight

We like to take a moment in each Last Week in Pony to highlight a community resource. There are many community resources that can go unappreciated until _just the right time_ when someone hops into the Ponylang Zulip asking a question or facing a problem we have all had at one time or another. Well here in Last Week in Pony, we make it **just the right time** to highlight one of our excellent community resources.
Expand Down

0 comments on commit ed34077

Please sign in to comment.