-
Hi all,
Repology publishes a list of `problems' in repositories. Mostly they're issues with homepage redirects and 404s but probably worth looking into.
https://repology.org/repository/nix_unsta…
-
Building Pony on Debian Sid works fine. When I try to build Pony on
Fedora Rawhide, I get:
```
Linking libponyrt-pic
main.c
Linking ponyc
build/release/libponyrt.a(pool.o): In function `pool_get…
-
-
I'm finding that tuples are allowed as type args for type params with no constraints, but are not allowed for type params that are constrained on `Any #any`, or more useful constraints, like `Any #sha…
-
Much like how Ponyc standard library documentation is generated and made available after each commit to master at http://www.ponylang.org/ponyc/, so we want to generate documentation for everything in…
-
Hi,
i tried to to build ponyc like described in the readme for FreeBSD but I always get the following error message:
```
Linking libponyrt.tests
build/release/libponyrt.a(threads.o): In functi…
-
(I'm new to Pony, hopefully I got the terminology correct.)
A helpful info message "this would be possible if ..." is missing in the following context:
Attempting to use helper functions from co…
-
I had this line of code crash the compiler:
let ev2 = myfun(x, 3, 2, 5) as I64
with the error:
src/libponyc/ast/ast.c:490: ast_id: Assertion `ast != NULL` failed.
Once I fix the input by …
-
*(Maybe related to https://github.com/ponylang/ponyc/issues/2028 ?)*
Given this start of a program that uses a `Tester` class:
``` pony
use "debug"
actor Main
new create(env: Env) => Test…
-
```pony
// main.pony
actor @Foo
new create() => None
```
```
$ ponyc -l
Building builtin -> /opt/pony/lib/pony/0.13.2-220d430/packages/builtin
Building . -> /Users/iology/test/foo
Generat…