-
Notifications
You must be signed in to change notification settings - Fork 44
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
Merge develop into pre/2.8 #1846
Conversation
May be better for another pair of eyes to take a look at the conflicting pieces of the code only rather than everything? Out of curiosity, did you merge and then rebase? Did the rebase introduce more conflicts? For these types of things (merge develop to and from release branches) we have been doing merging without rebasing. |
1d31791
to
08768ea
Compare
@tylerflex @momchil-flex I split the merge into fast-forwarded changes and a commit with the conflict resolutions now (08768ea). This is not perfect as you don't get any insight into what was conflicting and how it was resolved, but at least you can see which conflicting changes are getting merged into |
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.
Conflicts look resolved fine to me. Do all of the tests pass?
Note: changelog is missing a link for 2.8.0 but that can be cleaned up later too.
CHANGELOG.md
Outdated
@@ -1245,7 +1267,8 @@ which fields are to be projected is now determined automatically based on the me | |||
- Job and Batch classes for better simulation handling (eventually to fully replace webapi functions). | |||
- A large number of small improvements and bug fixes. | |||
|
|||
[Unreleased]: https://github.com/flexcompute/tidy3d/compare/v2.7.0...develop | |||
[Unreleased]: https://github.com/flexcompute/tidy3d/compare/v2.7.1...develop |
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.
you'll want to also add a tag for 2.8.0rc1 here
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.
Nice, thanks! This will fix the sync issue. I've had a glance over the rest of the file changes only too but unsure if any specific conflicts you're concerned about too.
4b9a441
to
3207199
Compare
Supersedes #1840
Quite a lot of conflicts, would be great to have some other pairs of eyes on this.