-
Notifications
You must be signed in to change notification settings - Fork 615
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Remove toNamed (and friends) deprecation. #1377
Conversation
As with the firrtl version of this PR, I've left the old deprecation warnings as comments, but bumped the affected versions. |
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.
ok, lgtm
@@ -258,7 +258,7 @@ package experimental { | |||
* | |||
* @note Should not be called until circuit elaboration is complete | |||
*/ | |||
@deprecated("toNamed API is deprecated -- use toTarget instead", "3.2") | |||
//@deprecated(toNamed API is deprecated -- use toTarget instead", "3.3") |
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.
Did you mean to delete the leading double quotes?
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.
Nope. Faulty regex. Thanks @jackkoenig.
Related issue: chipsalliance/firrtl#1449
Type of change: other enhancement
Impact: no functional change
Development Phase: implementation
Release Notes
Remove the deprecation of
Named
until we have time to sort out the issues with de-duplication ofTarget
s