ponylang / main.actor.archived

https://www.main.actor
6 stars 5 forks source link

Constrain versions #6

Closed SeanTAllen closed 5 years ago

SeanTAllen commented 5 years ago

As part of CI for new PRs, we would like to validate that all versions in the manifest files conform to our version number requirements. That is...

x.y.z or x.y where x,y, and z are all digits

Any PR that contains an invalid version should be failed. This issue can be addressed in 2 passes:

Fail the build immediately when we encounter the first invalid version

Validate all versions, output all that don't pass and fail the build

For this, we want a script in the main repo that can be run by hand or via CI.

SeanTAllen commented 5 years ago

This is no longer applicable given the recent change in architecture:

https://gist.github.com/SeanTAllen/1ecefb51c606c1a5b5b278b89aa49f4e