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
This is regarding PR #3122. We want to merge it ASAP, but there some low-priority improvements we can do in terms of polishing and UX. Introducing those changes in a separate PR with fewer line changes helps too.
Todo:
Replicate codgen v1 naming convention mechanism for Swift naming, assuming it's worth it. Right now we have some custom handlers for certain modules.
Generate the WalletCore.h file that currently gets copied directly to swift/Sources/Generated/ with the templating engine.
Add proper CLI interface with configuration options (or config file).
Open questions
Shorten process_methods and process_properties functions?
Use chrono for year calculation (probably overkill)?
The text was updated successfully, but these errors were encountered:
This is regarding PR #3122. We want to merge it ASAP, but there some low-priority improvements we can do in terms of polishing and UX. Introducing those changes in a separate PR with fewer line changes helps too.
Todo:
WalletCore.h
file that currently gets copied directly toswift/Sources/Generated/
with the templating engine.Open questions
process_methods
andprocess_properties
functions?chrono
for year calculation (probably overkill)?The text was updated successfully, but these errors were encountered: