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
We are at a point in the macros repo where we can start prototyping, yay!
In particular, we have:
Serializable data types generated from a definition, so we can quickly get up and running with any idea for a model, or multiple models in parallel, or ... note that these are extension types, so we are not using class hierarchies, instead we have "union types".
And all of this is fully outside the SDK so we can move fast and break things without breaking anything :)
Johnni, I think you're probably best placed to have ideas about what we should try next/first; I'll be more than happy to help, however I'll be on vacation next week, perhaps we can chat briefly before then? Otherwise looking forward to pushing on this when back :)
The text was updated successfully, but these errors were encountered:
Re: dart-lang/language#3847 and @jakemac53 @munificent @scheglov @johnniwinther
We are at a point in the
macros
repo where we can start prototyping, yay!In particular, we have:
And all of this is fully outside the SDK so we can move fast and break things without breaking anything :)
Johnni, I think you're probably best placed to have ideas about what we should try next/first; I'll be more than happy to help, however I'll be on vacation next week, perhaps we can chat briefly before then? Otherwise looking forward to pushing on this when back :)
The text was updated successfully, but these errors were encountered: