Skip to content
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

Wire up the DSL for aliases #199

Closed
TheMrMilchmann opened this issue Jan 8, 2023 · 0 comments
Closed

Wire up the DSL for aliases #199

TheMrMilchmann opened this issue Jan 8, 2023 · 0 comments
Assignees
Labels
a:feature New feature or request in:dsl
Milestone

Comments

@TheMrMilchmann
Copy link
Member

The API for SchemaAlias is fully fleshed out already but the backend has yet to be implemented. This is probably the last major missing feature and must definitely happen before 0.7.0.

internal fun Alias(type: DeferredPrimitiveType, name: Name): DeferredPrimitiveType {
return type // TODO impl
}

@TheMrMilchmann TheMrMilchmann added a:feature New feature or request in:dsl labels Jan 8, 2023
@TheMrMilchmann TheMrMilchmann added this to the 0.7.0 milestone Jan 8, 2023
@TheMrMilchmann TheMrMilchmann self-assigned this Jan 8, 2023
@TheMrMilchmann TheMrMilchmann changed the title Implement SchemaAlias Wire up the DSL for aliases Jan 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:feature New feature or request in:dsl
Projects
Status: Done
Development

No branches or pull requests

1 participant