rafaqz / FieldMetadata.jl

Metadata for julia fields
Other
22 stars 4 forks source link

Begin syntax. WARNING: New syntax. #10

Closed rafaqz closed 4 years ago

rafaqz commented 4 years ago

This pull request makes a number of syntax major changes.

Macros are now written in the same order as the fields. This should be less confusing, but will break all current uses.

@re- macros are gone. Now we just use the same macro name but on a begin block to update the fields. This is also a breaking change, but I think better in the long term.