Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revise versioning #10

Closed
sgtp opened this issue Nov 20, 2012 · 2 comments
Closed

Revise versioning #10

sgtp opened this issue Nov 20, 2012 · 2 comments

Comments

@sgtp
Copy link
Contributor

sgtp commented Nov 20, 2012

The current mechanism of version management assumes the possibility of different versioning branches, and it has a few limitations:

  • It relies of version number to be of the form "stringNumber"
  • When multiple branches are present, the system is largely inconsistent: the most recent branch returns a random one

The mechanism should be refactored to accommodate more generic version identifications (e.g.: numbers only?), and to cope with multiple version branches. For instance by some diff&merge command (see #9 ).

@sgtp
Copy link
Contributor Author

sgtp commented Mar 12, 2013

The objective is to have a simple version implementation (single number), rather than more complex schemes.

@sgtp
Copy link
Contributor Author

sgtp commented Mar 22, 2013

Simple version implementation is in place. Versions like "v0" results now in a configuration error (they could easily be allowed if needed).

@sgtp sgtp closed this as completed Mar 22, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant