snakeyaml-engine-kmp icon indicating copy to clipboard operation
snakeyaml-engine-kmp copied to clipboard

Refactor Mark

Open aSemy opened this issue 1 month ago • 0 comments

  • Change codepoint buffer from mutable IntArray to read-only List<Int>
  • Deprecate alternate constructors. They were only used in tests, and the 'real' constructor wasn't tested.
  • update kdoc
  • trim Mark.name in toString() (the yaml-test-suite tests end with newlines, which lead to weird output messages)
  • refactor createSnippet() to be more Kotlin-ey
  • add more Character & Codepoint utils

aSemy avatar May 17 '24 14:05 aSemy