Skip to content
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

Merged
merged 4 commits into from
Mar 23, 2020
Merged

Remove toNamed (and friends) deprecation. #1377

merged 4 commits into from
Mar 23, 2020

Conversation

ucbjrl
Copy link
Contributor

@ucbjrl ucbjrl commented Mar 13, 2020

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 of Targets

@ucbjrl ucbjrl requested a review from azidar March 13, 2020 15:51
@ucbjrl ucbjrl requested a review from a team as a code owner March 13, 2020 15:51
@ucbjrl
Copy link
Contributor Author

ucbjrl commented Mar 13, 2020

As with the firrtl version of this PR, I've left the old deprecation warnings as comments, but bumped the affected versions.

Copy link
Contributor

@chick chick left a 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")
Copy link
Contributor

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?

Copy link
Contributor Author

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.

@ucbjrl ucbjrl added this to the 3.3.0 milestone Mar 13, 2020
@ucbjrl ucbjrl added the Please Merge Accepted PRs that are ready to be merged. Useful when waiting on CI. label Mar 23, 2020
@mergify mergify bot merged commit 6ed81bc into master Mar 23, 2020
@ucbjrl ucbjrl deleted the undeprecate_Named branch April 10, 2020 16:59
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Please Merge Accepted PRs that are ready to be merged. Useful when waiting on CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants