-
Currently neither the readme nor pony-stable provide/explain a way to initialise a project.
I had to look at other repos and projects in pony to find how to structure the bundle.json. It's not expl…
-
This feature request is definitely a "nice to have" so I'm not expecting people to jump on this.
Currently pony has several syntax highlighting supported editors. Highlighting is nice but a statica…
-
Hi, and thanks a lot for a great presentation!
I'm still very much a Pony beginner. I got curious re. your "primitive Functional" at my-little-pony.html#/7/4, and just pasted your 4 lines into an exi…
-
the docgen process is currently set up so it creates documentation for the code inside the given directory and all reference packages. It documents private types as well as public ones and also includ…
-
When running:
```pony
actor Main
new create(env: Env) =>
let x = I64.min_value() / -1
env.out.print(x.string())
```
I would expect the value to wrap back around to I64.min_value…
-
Once the [issue](https://github.com/ponylang/corral/issues/120) surrounding `corral` is fixed, I think we can reasonably transition to using corral over stable. Given the stdlib is moving in that rout…
-
Should object literals resulting in an anonymous class or primitive be promoted to actor literals when they are sub-typed with an interface or trait including a behavior? As it is now, the literal mus…
-
[UDPSocket.create](https://stdlib.ponylang.io/net-UDPSocket/#create) stores a copy of the local `sockaddr`, but then calls `map_any_to_loopback` in `pony_os_sockname`, which converts `INADDR_ANY` to `…
-
When calling a `box` method on a `trn` expression, automatic receiver recovery seems to occur without proper checks, and the result is `ref`. I suspect this occurs because the return type cannot be co…
-
While getting pony working on 64-bit Arm, we found a bug where the `test-stdlib-debug` tests would segfault. Everything worked fine with `release` builds, but `debug` builds would crash.
After inve…