-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Attribute-based reverse mapping with SourceMemberAttribute #3337
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
Can you please trigger CI again. There seems to be an issue not related to the sourcecode |
It's ok, it will run again when you rebase after that other PR is merged. |
@timmi-on-rails Can you please rebase on master? |
I got a conflict, when I wanted to rebase on master. |
It's all your code. Surely you can solve any conflicts with your own code :) |
5c796b4
to
1ea048a
Compare
Ok, I think I got it right now. Doesn't rebasing and force pushing invalidate your code reviews, because I could make a mistake by accident (when resolving conflicts)? |
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.
Thanks!
Yes, the idea is to rebase and review again. But all I'm looking the second time around is rebase errors, so it's quick. Thanks for taking the time to do everything properly. I'm sure it'll be easier next time :) |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Based on PR #3336
Added test and fix.
Fixes #3129 .
#3329