This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 177
Make MultiTargetAnnotation.targets a def #1969
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This enables the annotation writer to choose their own underlying data structure
jackkoenig
requested review from
albert-magyar
and removed request for
a team
November 17, 2020 00:09
seldridge
approved these changes
Nov 17, 2020
albert-magyar
approved these changes
Nov 17, 2020
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.
Scaladoc changes look good, thanks!
jackkoenig
added
the
Please Merge
Accepted PRs that are ready to be merged. Useful when waiting on CI.
label
Nov 17, 2020
mergify bot
pushed a commit
that referenced
this pull request
Nov 17, 2020
* Make MultiTargetAnnotation.targets a def This enables the annotation writer to choose their own underlying data structure * Update MultiTargetAnnotation ScalaDoc Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> (cherry picked from commit cd845bd) # Conflicts: # src/main/scala/firrtl/annotations/Annotation.scala
mergify bot
pushed a commit
that referenced
this pull request
Nov 17, 2020
* Make MultiTargetAnnotation.targets a def This enables the annotation writer to choose their own underlying data structure * Update MultiTargetAnnotation ScalaDoc Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> (cherry picked from commit cd845bd) # Conflicts: # src/main/scala/firrtl/annotations/Annotation.scala
mergify bot
pushed a commit
that referenced
this pull request
Nov 17, 2020
* Make MultiTargetAnnotation.targets a def This enables the annotation writer to choose their own underlying data structure * Update MultiTargetAnnotation ScalaDoc Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> (cherry picked from commit cd845bd)
mergify
bot
added
the
Backported
This PR has been backported to marked stable branch
label
Nov 17, 2020
mergify bot
added a commit
that referenced
this pull request
Nov 17, 2020
* Make MultiTargetAnnotation.targets a def This enables the annotation writer to choose their own underlying data structure * Update MultiTargetAnnotation ScalaDoc Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> (cherry picked from commit cd845bd) Co-authored-by: Jack Koenig <[email protected]>
mergify bot
added a commit
that referenced
this pull request
Nov 24, 2020
* Make MultiTargetAnnotation.targets a def (#1969) * Make MultiTargetAnnotation.targets a def This enables the annotation writer to choose their own underlying data structure * Update MultiTargetAnnotation ScalaDoc Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> (cherry picked from commit cd845bd) # Conflicts: # src/main/scala/firrtl/annotations/Annotation.scala * Resolve merge conflicts Co-authored-by: Jack Koenig <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
mergify bot
added a commit
that referenced
this pull request
Nov 24, 2020
* Make MultiTargetAnnotation.targets a def (#1969) * Make MultiTargetAnnotation.targets a def This enables the annotation writer to choose their own underlying data structure * Update MultiTargetAnnotation ScalaDoc Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> (cherry picked from commit cd845bd) # Conflicts: # src/main/scala/firrtl/annotations/Annotation.scala * Resolve merge conflicts Co-authored-by: Jack Koenig <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Backported
This PR has been backported to marked stable branch
Please Merge
Accepted PRs that are ready to be merged. Useful when waiting on CI.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This enables the annotation writer to choose their own underlying data structure.
Pleasantly surprising to me, this is binary compatible so I think we should backport.
Contributor Checklist
Type of Improvement
API Impact
It loosens it so that implementers of
MultiTargetAnnotation
don't have to havetargets
be aval
, but this is backwards compatible.Backend Code Generation Impact
No impact
Desired Merge Strategy
Release Notes
Change
MultiTargetAnnotation.targets
from aval
to adef
Reviewer Checklist (only modified by reviewer)
Please Merge
?