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

[Validator] Reference the objects directly instead of querying using field names #4

Open
4 tasks
Tracked by #5
wakaztahir opened this issue Apr 15, 2023 · 0 comments
Open
4 tasks
Tracked by #5

Comments

@wakaztahir
Copy link
Owner

wakaztahir commented Apr 15, 2023

  • Deprecate methods that use unchecked casts to validate schema using string fields by using overlays , With a ReplaceWith that would replace the function call to its Validator
  • Replace all the function calls using ReplaceWith
  • Check where the constant fields of Impl classes are being used and delete them if unused
  • Change Impl code to not generate unused constant fields in companion objects
@wakaztahir wakaztahir mentioned this issue Apr 15, 2023
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant