Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.04 KB

File metadata and controls

33 lines (19 loc) · 1.04 KB

CLASP.Go - TODO

Table of Contents

Functional improvements

  • consider whether handling of Version should be implemented in terms of ver2go;
  • Standardise format of all (public) constants;
  • Flags with bit-flags receiver variables should be marked used during Parse() (except when suppressed);

Performance improvements

  • <none>

Packaging improvements

  • Before the next official release: confirm go.mod (go 1.21) and the CI Go-version matrix, bump Synesis requires to newly published tags, then run go mod tidy (not against currently published tags). Prior Synesis Go releases, in order:
    • ver2go;
    • STEGoL;
    • ANGoLS;
  • Ensure all documentation markup is adequate;
  • Flesh out all documentation;