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

Housekeeping Items #2655

Open
11 tasks
Firstyear opened this issue Mar 15, 2024 · 1 comment
Open
11 tasks

Housekeeping Items #2655

Firstyear opened this issue Mar 15, 2024 · 1 comment

Comments

@Firstyear
Copy link
Member

Firstyear commented Mar 15, 2024

  • fn verify in plugins should return vec of consistency error instead of a vec result
  • remove unused syntax/attributes from schema
  • combine repl/dbentry
  • remove unsafe entry from str
  • btreemap/btreeset macros can be replaced with btreemap::from([ ... ]) where slice contains a tuple.
  • remove validators from Value (they are now in ValueSet)
  • valueset clear should use purge instead
  • Can we remove to_value_iter from valueset?
  • Results for set_ava_set / set_ava
  • Remove old log macros
  • Move commonOpt in CLI to be a global.

More to be added.

@yaleman
Copy link
Member

yaleman commented May 12, 2024

fn verify in plugins should return vec instead of a vec

"no vec only vec" 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants