-
There is no equivelant way to refer to the literal under construction, like how `this` can be used in class/actor constructors.
pony version:
```
0.24.4 [release]
compiled with: llvm 3.9.1 -- cc…
-
```
use "collections"
use "itertools"
primitive Combinatorics
fun choose(n: USize, r':USize): USize =>
let r = r'.min(n - r')
// this code fix compiles and executes as expected
// le…
-
This would make conditional compilation possible as we currently have for the platform (windows, darwin, linux, ...) but for different pony versions for which there might exist breaking changes in the…
-
While working on some refactor changes to [`pony-resp`](https://github.com/jemc/pony-resp) I've noticed what seems to be a bug with union type constraints on type parameters. When using a union type c…
-
Currently broken. We will be updating existing ARM support to indicate that ARMv7 and up are supported. If you anyone wants ARMv6 support, they will need to add support for it.
https://github.com/p…
-
if attempting to populate a larger file (3 million lines vs 350k lines) the fix-generator's slow down to crawling speeds
-
I am trying to install the latest v0.0.34 on my machine (Intel Mac, Monterey and Python v3.8.19). It fails with following:
```
pip install libsql-experimental
Collecting libsql-experimental
…
-
- https://github.com/philburk/pforth
-
Running the following code after compiling in debug mode results in a segfault. Running the same code after compiling in release mode works as expected.
Environment:
- Linux on Intel® Core™ i5-65…
-
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.co…