rfcs
rfcs copied to clipboard
RFCs for changes to Pony
What do you think guys?
[Rendered](https://github.com/Praetonus/rfcs/blob/stateful-exceptions/text/0000-stateful-exceptions.md).
What I love is to know which features are implemented without to read closed pull requests. So, I think it's good if the RFC repository is marked as a release....
As discussed on the sync call, we want to audit the `Seq` interface, as it currently contains a lot of methods that make extra assumptions about what kind of sequence...
__TL;DR:__ Explanation of the issue with extracting fields from a consumed reference, and initial proposal of a syntax When handling viewpoint adaptation field extraction (especially with `iso` origins), there is...
Compiler crash on following code: ```pony trait T interface I class C actor Main fun f[A, B](x: (A | B)): (A | B) => match x | let a: A...
If you try to register signal handlers multiple times for the same signal, the last one wins. This can lead to undefined behaviour if libraries use signal handlers.
Hey, first of all: the command line parser in the cli package is great! But, I do have a suggestion for minor changes: - [1] Do not treat unknown options...
This should probably be written up as a change proposal but I've opened up this issue first to get feedback. There is a simple gotcha with pony use strings. If...
While fiddling with Pony 0.24.4, I've discovered that a suspended/hung/machine crashed TCP peer can interfere with the Pony runtime's shutdown. "Interfere" means blocking the runtime's timely shutdown due to network...