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

Removes deprecated attributes :dllimport :handle :heapQuantifier #3673

Merged
merged 202 commits into from
Mar 9, 2023

Conversation

davidcok
Copy link
Collaborator

@davidcok davidcok commented Mar 2, 2023

Fixes #3398
Follows on #3456
By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

davidcok and others added 30 commits January 29, 2021 12:41
@davidcok davidcok changed the title Removes deprecated attributes :dllimport :handle Removes deprecated attributes :dllimport :handle :heapQuantifier Mar 3, 2023
@davidcok davidcok enabled auto-merge (squash) March 3, 2023 18:54
}
boolean more() {
if (lookahead == null) {
lookahad = this.
Copy link
Contributor

Choose a reason for hiding this comment

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

This doesn't look right, nor does the enclosing class do what it claims... Is this an old version of the file?

@davidcok
Copy link
Collaborator Author

davidcok commented Mar 9, 2023

Work in progress. Should not have been in the PR. I think I've cleaned out all the extraneous files now.

@davidcok davidcok merged commit 77d2953 into dafny-lang:master Mar 9, 2023
@davidcok davidcok deleted the cok-3398-deprecated-attributes branch March 22, 2023 13:51
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.

Post 4.0, remove all code associated with :handle and :dllimport
6 participants