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

Feature/compiler version #37

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Feature/compiler version #37

wants to merge 2 commits into from

Conversation

Hrom131
Copy link
Member

@Hrom131 Hrom131 commented Oct 10, 2024

  • Since this PR suggests a bug fix, the relevant tests have been added.
  • Since this PR introduces a new feature, the update has been discussed in an Issue or with the team.
  • This PR is just a minor change, like a typo fix.

@Hrom131 Hrom131 requested a review from Arvolear October 10, 2024 16:43
@Hrom131 Hrom131 self-assigned this Oct 10, 2024
`${OLDEST_SUPPORTED_CIRCOM_VERSION} - ${LATEST_SUPPORTED_CIRCOM_VERSION}`,
);

if (isVersionStrict && !semver.satisfies(version, supportedVersionsRange!)) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why only when the version is strict?

Also there are js comments that need to be fixed.

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

Successfully merging this pull request may close these issues.

2 participants