-
Notifications
You must be signed in to change notification settings - Fork 23
fix: Add additional dependencies for immutable #227
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
Conversation
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
lavaleri
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Can you get one more person to sanity check that this update unblocks the local build instructions?
lavaleri
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Taking another look, we shouldn't need to add System.Runtime to fix our local build. System.Collections.Immutable should be enough.
MatthewBennington
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure we should include fixes for versions of Dafny we aren't technically building with. I'm fine with this change (pending my one comment), but once Dafny gets onto real releases, we shouldn't do this.
I ran into a number of issues with Dafny when didn't have |
I agree! I also think we'll want to change our Dafny instructions so you don't need to pull down Dafny and build it in order to get everything working. |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Description of changes:
As a result of dafny-lang/dafny#559 we need to add 2 additional dependencies if we are running the latest version of Dafny locally. This will likely be reverted once we add them to dafny-lang/dafny.msbuild#10 and update our version of dafny.msbuild to use the latest version
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.