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

D.R.Y. with version numbers #4

Merged
merged 4 commits into from
Oct 28, 2022
Merged

Conversation

skieffer
Copy link
Member

We have had a D.R.Y. problem with the version numbers for certain JS dependencies.
This and companion PRs in the other projects make it so these numbers are set only in pfsc-ise,
and no longer appear as config vars in pfsc-server and pfsc-manage.

Under this new system, we leave it to the client-side code to insert the actual
version number for each project, replacing the string "VERSION". This means
the server does not need to know these numbers, and we do not have to
repeat ourselves.
We fix a value of "0.0" so that unit tests can run even when no ISE_VERSION has been set.
@skieffer skieffer added the breaking Includes breaking changes requiring a major version increment label Oct 27, 2022
@skieffer skieffer merged commit 3a5a98c into proofscape:main Oct 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Includes breaking changes requiring a major version increment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant