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

Improve chiselName to name Iterable[Data], Option[Data] #982

Merged
merged 3 commits into from
Jan 11, 2019

Conversation

aswaterman
Copy link
Member

I noticed that chiselName wasn't naming some things that reflective naming does name. This is because chiselName only looks for HasId, whereas reflective naming will dig through Options and Iterables to look for a HasId. This PR changes chiselName to use the same algorithm as reflective naming.

Type of change: other enhancement

Impact: no functional change

Development Phase: implementation

Release Notes

@aswaterman aswaterman requested a review from a team as a code owner January 11, 2019 23:10
@edwardcwang edwardcwang merged commit 685790b into master Jan 11, 2019
@edwardcwang edwardcwang deleted the improve-chiselname branch January 11, 2019 23:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants