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

Fix using QSelf in a where clause or a return type. #208

Merged
merged 1 commit into from
Sep 7, 2020

Conversation

asomers
Copy link
Owner

@asomers asomers commented Sep 7, 2020

In where clauses, this is a regression from 0.7.2. But using qself in
return types never worked correctly.

In where clauses, this is a regression from 0.7.2.  But using qself in
return types never worked correctly.
@asomers
Copy link
Owner Author

asomers commented Sep 7, 2020

The tests are failing because of an update to the syn crate. The failure is already fixed on the r0.8.1 branch. However, I intend to merge this change to the master branch as well. In order to do that without losing merge history, IIUC, the origin of the feature branch must be the most recent common parent of both r0.8.1 and master. So I can't rebase this branch. But I've tested it locally, so I'll merge anyway.

@asomers asomers merged commit af51db5 into r0.8.1 Sep 7, 2020
@asomers asomers deleted the where_clause_with_qself2 branch September 7, 2020 23:42
asomers added a commit that referenced this pull request Sep 8, 2020
asomers added a commit that referenced this pull request Sep 8, 2020
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.

None yet

1 participant