-
I got a compiler assertion error from the following code
```pony
actor Main
new create(env: Env) =>
{(a) => a}
```
Full backtrace:
```
Building builtin -> /usr/local/Cellar/p…
-
The following code causes a compiler crash if the `/* commented */` section is left commented.
# Code snippet
```pony
primitive ThingBase
primitive ThingOne
primitive ThingTwo
type OtherTh…
-
The following (malformed) input causes a crash in
0.14.0-f70dba0 [release]
compiled with: llvm 3.9.1 -- cc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
`actor Main new create(env: Env) => {(x)…
-
We only get one chance to have first impressions so I am writing mine up in the hope you will find it valuable. Feel free to ignore, or let me know if you'd like me to split up any of these items into…
-
This is a work log of a "OSS Gate workshop".
"OSS Gate workshop" is an activity to increase OSS developers.
Here's been discussed in Japanese. Thanks.
## 作業ログ作成時の説明
以下のテンプレートを埋めてタイトルに設定します。埋め方…
treby updated
6 years ago
-
pony-pubsub/server.pony:23:56: couldn't find 'lt' in 'None'
let isRegistered = (Set[Publisher val].set(sender) < pubs)
$ ponyc --version
0.15.0-d603ecce [release]
compiled with: llvm 3.9.1 -…
-
I'm looking at the `release` branch at commit de9212133cc0936dc9045f3d2aa365d2e070154f, both with & without resilience enabled(*) on OS X. When I see run `machida` process as described by the `exampl…
-
The following is from IRC. I didn't personally create. Minimal case needs to be found.
```pony
use "random"
use "collections"
use "itertools"
use "ponybench"
class ref Tests
var k: Arra…
-
## Details
I wanted to migrate the project documetation to readthedocs, so I initially just added the github repository to RTD. It never leaves the "Cloning" state without any further information.
- …
cajus updated
6 years ago
-
I'm trying to implement a twitter client with Pony, and I want to take in user inputs to tweet it.
So I was trying ANSITerm to read a line from the keyboard, but the compiler crashed during code gene…