typelevel / weaver-test

A test framework that runs everything in parallel.
https://typelevel.org/weaver-test/
Other
46 stars 8 forks source link

Set versioning pattern to earlySemver versioning in sbt #109

Open zainab-ali opened 2 weeks ago

zainab-ali commented 2 weeks ago

This issue was copied over from: https://github.com/disneystreaming/weaver-test/issues/253 It was opened by: Baccata


to help downstream users ... but also after we assess how much of a pain it'll be to try to guarantee backward compat

zainab-ali commented 2 weeks ago

This comment was copied over from: https://github.com/disneystreaming/weaver-test/issues/253#issuecomment-824280476 It was written by: keynmol


I think this would be a good opportunity to lock down some of the internal-ish traits that we have exposed.

The only argument against that I can see is keeping integration points open (*Aux classes and unsealed TestOutcome), the rest of the hierarchy can be probably locked down.