Unverified Commit 3ef3ea2b authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

Fix naming for RHS of named unapply expressions (backport #3163) (#3165)

* Fix naming for RHS of named unapply expressions (#3163)

Previously, the naming plugin would not recurse for the RHS of an
unapply, meaning that vals declared in blocks that ultimately return
some result that is unapplied into some named Data would not be named.

Also, audit and improve the naming mdocs.

(cherry picked from commit 262caa73

)

# Conflicts:
#	docs/src/cookbooks/naming.md

* Resolve backport conflicts

---------

Co-authored-by: default avatarJack Koenig <koenig@sifive.com>
parent 05be8a25
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment