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
Currently Node type internally uses std.variant.Algebraic but the official document says it becomes outdated.
Is there a plan to migrate from Algebraic to std.sumtype.SumType or can I send a pull request for it?
IMO it is worth doing because it enables D-YAML to work with attributes such as pure.
The text was updated successfully, but these errors were encountered:
It is something I wanna do eventually, but at the moment it doesn't really add a lot of value by itself. There are a few other dependencies that block pure, like std.regex, and that doesn't appear to be changing anytime soon...
Currently
Node
type internally usesstd.variant.Algebraic
but the official document says it becomes outdated.Is there a plan to migrate from
Algebraic
tostd.sumtype.SumType
or can I send a pull request for it?IMO it is worth doing because it enables D-YAML to work with attributes such as
pure
.The text was updated successfully, but these errors were encountered: