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

pin deps to a ref before deployment (preferably via nimble lock file) #38

Open
ee7 opened this issue Jun 9, 2022 · 0 comments
Open

Comments

@ee7
Copy link
Member

ee7 commented Jun 9, 2022

Follow-up for #37 (comment)

Currently, our .nimble file contains:

requires "nim >= 1.6.6"
requires "nimscripter == 1.0.14"
requires "docopt == 0.6.8"

which means that we will execute arbitrary code if

  • nimscripter or docopt are re-tagged
  • or any dependency of nimscripter ( assume, balls, grok, ups, npeg, sync) or docopt (regex, unicodedb) receive a new release.

Ideally, we'd use a Nimble lock file. The current Nim stable release (1.6.6) supports the Nimble version that supports lock files, but does not yet ship with such a Nimble.

The .nimble files of our Nimble dependencies:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant