ponyc
ponyc copied to clipboard
Pony is an open-source, actor-model, capabilities-secure, high performance programming language
This make the error message a bit more helpful in cases like those seen in #4514. Resolves #4514
Target release date is June 1, 2024
Target release date is the enď of August 2024
The "gold" linker is being used on Linux, but Gentoo devs dropped support for it, after declaring it dead upstream: https://bugs.gentoo.org/936112 Replacing it with an external "lld" is as easy...
Target release date is the end of November 2024
Before this commit, any unused chunks after actor heap garbage collection would be destroyed and returned to the memory pool immediately for reuse by the runtime or any actor. This...
Seen as part of https://github.com/ponylang/ponyc/pull/4522, it seems the `x86-64 Linux musl` builds result in random segfaults.. some example CI logs from the referenced PR: * https://github.com/ponylang/ponyc/actions/runs/11223060385/job/31252734889 * https://github.com/ponylang/ponyc/actions/runs/11220047775/job/31187359953 * https://github.com/ponylang/ponyc/actions/runs/11217855902/job/31180337962...
Target release date is the end of May 2025 Pre-release tasks - [x] Add Alpine 3.20 x86 support to ponyup - [x] Add Alpine 3.21 x86 support to ponyup -...