You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey team!
First off, thanks for your awesome work and contributions to the rescript ecosystem ❤️
I'm using this ppx to build the new version of Ancestor and one ppx that could save me a lot of work is partial. However, partial doesn't support the new optional fields api introduced on the rescript @ v10.
Are you planning to add support for the new optional fields api? If so, can I help you with this feature?
The text was updated successfully, but these errors were encountered:
@vmarcosp Hey!
Thank you for using this ppx.
Sure, it would support the optional field record. I couldn't grab the time to fix it yet. PR is always welcome! 👍
Nice!
Sure, I can help with this issue :)
Are you planning to keep supporting both apis using ?: and option or should we create a second partial implementation?
Good question!
I think the partial ppx should support the ? not option<'a> which is now possible with the new feature of v10. I prefer not to make a breaking change, but this time breaking would be okay.
What do you think?
Hey team!
First off, thanks for your awesome work and contributions to the rescript ecosystem ❤️
I'm using this ppx to build the new version of Ancestor and one ppx that could save me a lot of work is partial. However, partial doesn't support the new optional fields api introduced on the rescript @ v10.
Are you planning to add support for the new optional fields api? If so, can I help you with this feature?
The text was updated successfully, but these errors were encountered: