Stewart Gebbie

Results 24 comments of Stewart Gebbie

I've started drafting and RFC for this change: - https://github.com/sgebbie/ponylang-rfcs/tree/3922-json-getter I'll send through a PR once I've completed the documentation.

I've posted an RFC for this proposed change: - https://github.com/ponylang/rfcs/pull/191

Following the [Pony sync 2021-11-23](https://ponylang.zulipchat.com/#narrow/stream/190591-sync/topic/2021-11-23) it seems like the issue in the `JSON` API has more to do with the difference in how the compiler is handling field access versus...

> @sgebbie this seems like a reasonable addition that doesn't need to go through the RFC process (@ponylang/committer's can you weigh in)? > > I would also be open to...

@jemc , @jasoncarr0 , @SeanTAllen - following on from the Zulip chat regarding type inference for method signatures in a union, please see the issue that has been drafted.

A quick superficial look at the error message and the code leads to here: - [src/libponyc/type/lookup.c](https://github.com/ponylang/ponyc/blob/main/src/libponyc/type/lookup.c#L385)

Following the [Pony sync 2021-11-23](https://ponylang.zulipchat.com/#narrow/stream/190591-sync/topic/2021-11-23) the general view is that there is support for including Unix domains into the `net` package. However, the before moving forward with the RFC, it...

> you also need to update the version in the `go.mod` file (https://stackoverflow.com/questions/60675415/how-to-upgrade-the-go-version-in-a-go-mod) Fair point. Given that we are updating `go.mod`, in addition to `go mod edit -go=1.21` I will...

Please see: https://github.com/TobyLobster/ImportLDraw/pull/104 for a fix. This PR does not provide full support for the new `FABRIC` finishes. But, it does resolve the error on import. ## Proof-of-work ``` $...

This fixes the import failure described in: - https://github.com/TobyLobster/ImportLDraw/issues/103 ## Proof-of-work ### Without the change ``` 21:04:02.26 [importldraw] The LDraw Parts Library path to be used is: /home/stewart/opt/lego/ldraw/library 21:04:02.26 [importldraw]...