-
Notifications
You must be signed in to change notification settings - Fork 614
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
Remove chisel3.stage.phases.DriverCompatibility #1772
Conversation
Signed-off-by: Schuyler Eldridge <[email protected]>
Signed-off-by: Schuyler Eldridge <[email protected]>
Judging by the deprecation warning, I assume this is |
3.4.x or 3.5 is fine. If it's the latter, I'll update the deprecation warning number again. |
Is any of this code used by the stuff @sequencer recently deleted? If so then it has to be 3.5. |
Yeah, |
@jackkoenig When should we get this in? |
Let's get it in before 3.5 |
Add cross-building of unidoc to test issues if a user later does a +publishLocal (like with Chisel CI). Signed-off-by: Schuyler Eldridge <[email protected]>
Remove the
private[chisel3]
phases inside theDriverCompatibility
object. This then deprecates the (always publicly empty) object.Contributor Checklist
docs/src
?Type of Improvement
API Impact
Deprecates a public object.
Backend Code Generation Impact
None.
Desired Merge Strategy
Release Notes
Reviewer Checklist (only modified by reviewer)
Please Merge
?