-
Hello, the testing script was not working on Monterey. I was getting the error `"ld: library not found for -lSystem"`. After some googling and experimenting, I found this: https://github.com/ponylang/…
-
On Linux, when using the `examples/http` server and testing it with a large number of simultaneous connections, I commonly see one thread get stuck in an infinite loop, and the server fails to accept …
-
The following code:
```pony
actor Main
new create(env: Env) =>
test[U8]()
fun test[T: U8](): (U8 | None) =>
iftype T
^
```
The actual code generation failure is here:
…
-
The following setup:
```
interface State[S, I, O]
fun val apply(state: S, input: I): (S, O)
fun val bind[O2](next: State[S, O, O2]): State[S, I, O2]
```
doesn't typecheck. The compiler c…
ghost updated
4 years ago
-
Currently, all information there is on creating code documentation is hidden in [appendices/whitespace.md](https://github.com/ponylang/pony-tutorial/blob/f5e716e9944cbd00d8ca3c8bd0d8129472614f6b/appen…
-
As part of investigating ponylang/ponyc#2529 I discovered that the process package was triggering errors inside the asio epoll implementation. I haven’t tested on any platforms other than linux, so I…
-
At the moment, the best we can do when checking a PR is to verify that stable builds. We have no automated tests of basic functionality. I'm opening this issue to collect and track thoughts on what te…
-
When all member types in an union implement a function with the same number of arguments and the same return type, but one of them has a default argument, as follows:
```pony
class Foo
fun stri…
-
I'm opening this ticket to capture some important discussion from another ticket, which got dropped when that ticket was closed: https://github.com/ponylang/ponyc/issues/1331#issuecomment-256494016
…
-
see: https://github.com/ponylang/rfcs/blob/master/text/0009-copy-idiom.md