-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proof of Concept Dsl for Entities and Sections - WIP #48
base: main
Are you sure you want to change the base?
Conversation
Initial work for #47 |
…s to share a name
There may be some work that needs to be done to make the formatter play nicely with the meta-DSL. Right now, the formatter is putting parenthesis around arguments for the entity and section macros.
Question: rather than: sections = Spark.load(Impl)
use Spark.Dsl.Extension,
sections: sections Is it possible to do something like this instead? use Spark.Dsl.Extension do
entity ...
end |
We probably can't do
Since I would need to investigate what would be required to provide that API. |
Contributor checklist