-
Notifications
You must be signed in to change notification settings - Fork 196
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
WIP namespaces #2929
WIP namespaces #2929
Conversation
|
attest(config.tables.namespace__Example.tableId).equals( | ||
attest<"namespace">(config.tables.Example.namespace).equals("namespace"); | ||
attest<"Example">(config.tables.Example.name).equals("Example"); | ||
attest(config.tables.Example.tableId).equals( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably also include the namespaced variant of these for backwards compatibility, but would be considered deprecated usage.
I thought about doing this for just single-namespace mode (to not break compatibility with the current config) but it's probably even less clear than doing this everywhere.
d9efc24
to
afde0de
Compare
b5d1ca7
to
f1ef5d3
Compare
8ee055b
to
adbe642
Compare
This reverts commit c03c09c.
replaced by #2968 |
TODO
config.tables
output