Ryan A. Hagenson

Results 107 comments of Ryan A. Hagenson

I think `debug` and `PonyTest` should both be elsewhere for involving stdlib packages. However, until such time that there is a sufficient "elsewhere" to put this, I see no reason...

Permission to do a larger reformat of the content on appendices->compiler-args to promote the "most useful" options into subsections on the page? Otherwise I think adding use of `Debug` breaks...

Oh goodness, I never did the reformatting on this! Well only a year and a pandemic later for me to realize, eh? I will get that handled in the next...

Currently, `ifdef` is mentioned in both Keyword (in the table with brief usage) and Program Annotations (as possible annotation). https://github.com/ponylang/pony-tutorial/blob/7e880412a2250ddc8c6611066ed613f3ae760766/content/appendices/keywords.md#L35 https://github.com/ponylang/pony-tutorial/blob/7e880412a2250ddc8c6611066ed613f3ae760766/content/appendices/annotations.md#L33 @jemc and @SeanTAllen is `ifdef` out of "experimental" status...

Goodness me, `ificanread` is apparently still under consideration though.

Unfortunately, I am not familiar enough with the breadth of compile-time conditionals to write such a chapter. If work starts on it, I am willing to help, but I cannot...

I first searched through Carl's design, QA, and dep management docs [here](https://github.com/ponylang/corral/tree/fb97117625f2af89216946686bef181f74819593/doc) however I was unable to relocate the old issue thread that was started well before corral came to...

I propose this command work in the following manner. `ponyc` and Markdown table formatting used for example. This should work the same for any core Pony tool on Cloudsmith and...

Writing Pony generics is definitely advanced Pony, not intermediate Pony as I thought at one point. What are you suggesting here? An upfront warning that generics are more difficult than...