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

Schema for validating malli vector/map/lite syntax #904

Open
zerg000000 opened this issue May 27, 2023 · 1 comment
Open

Schema for validating malli vector/map/lite syntax #904

zerg000000 opened this issue May 27, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@zerg000000
Copy link

zerg000000 commented May 27, 2023

It would be nice to have a schema of malli vector/map/lite syntax. Since

  • it provides a better error message when we define malli schema, currently, we get a ":malli.core/invalid-schema"
  • user could check their schema before actually using it programmatically
  • open the possibility of clj-kondo checking?
  • Itself is a complete test suite/example of the malli capability
  • A specification of the syntax
@ikitommi
Copy link
Member

Agree. Resolution for vector-syntax is resolved with:

need to figure out how to create schema definitions without too much duplicaition (ast vs vector vs lite).

@ikitommi ikitommi added the enhancement New feature or request label May 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants