-
We currently have some kind of template for setting up a new project: https://github.com/ponylang/library-project-starter but setting this up is a tiny bit cumbersome as one has to replace all variabl…
-
When I run the [main example](https://github.com/Theodus/jennet#named-parameters) on Windows, it's either crash (2%) or just hang after several concurrent requests (98%).
## Expected Behavior
Pony…
-
The compiler crashes with an assertion failure when compiling the method `bar`, but not `bar` is commented out:
```pony
interface box FnBox[A, B]
fun apply(a: A): B ?
interface ref FnRef[A, B]…
-
The following code produces a strange compile error:
```pony
use "debug"
class iso T[A: Array[I64] #send]
var data: A
new iso create() =>
data = recover Array[I64] end
new iso _…
-
While discussing https://github.com/ponylang/ponylang-website/issues/502 (add quiescence FAQ).
- Garbage collector basics (there are 2 entries in the appendix)
- Quiescence
- ASIO system
- Env.…
-
Hey there, I saw that there is no pdf file of the Ponylang tutorials on the website. So I thought that perhaps you guys could make available a pdf which folks can download and study on their own. This…
-
Pony code:
```pony
use "format"
actor Main
new create(env: Env) =>
Format~apply()
```
Compiler version:
```
0.21.2-5485bf4a [debug]
compiled with: llvm 3.9.1 -- clang version 3.9.1 (…
-
The "integration.Env(invalid bundle.json in nested dir)" periodically fails. So far twice since it was merged. Here's an example:
https://circleci.com/gh/ponylang/pony-stable/204
Need to figure …
-
Pull in https://github.com/ponylang/appdirs as a submodule, and use it to finish #28
-
Using http://lint.travis-ci.org/ to validate https://github.com/ponylang/ponyc/blob/master/.travis.yml shows a bunch of things that aren't really problems:
![screen shot 2017-03-20 at 6 15 14 pm](htt…