Aaron Christiansen

Results 37 comments of Aaron Christiansen

Thanks for the feedback. I'm planning to do a large code refactor soon (it's a bit of a mess), so I'll accommodate these changes.

Okay, many of these changes are now in the `v2` branch, along with much neater code. Needs some testing before merging to `master` though.

Feature-wise, I think it's done, although I may have missed something. It's not been extensively tested yet, but in my experience it's usable.

Apologies it's taken me so long to respond to this! I totally missed the notification the first time around, it was the new comment which brought this back into my...

I didn't know Sorbet supports overloads now - that's great! Parlour doesn't support this currently. I'm happy to look at implementing overloads, but we do indeed need to decide on...

May I ask if you're currently using overloads in a codebase, @bmalinconico? It seems that they aren't generally available for use in Sorbet yet, and I can't get them to...

Ah, so you can - thanks! Something I noticed while experimenting, though, is that I can't get any parse errors to trigger when methods contain keywords even without backticks: ```...

This would be good to have! Parlour's not really designed to be smart enough to find and resolve struct-like classes itself, but there could be an "acts like struct" configuration...

The Fast gem looks like it would be massively helpful for this: https://github.com/jonatas/fast