Skip to content

refactor: simplify grades, now there's just one enum GradeVariant

Georgy Moshkin requested to merge gmoshkin/simplify-grades into master

Summary

  • refactor: simplify grades, now there's just one enum GradeVariant

Close #...

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • (if Lua API changed) Lua API version is bumped in luamod.rs
  • (if necessary) A follow-up doc issue is created in picodata/docs and linked here
Edited by Yaroslav Dynnikov

Merge request reports