Unverified Commit 83cccfb7 authored by Jack Koenig's avatar Jack Koenig Committed by GitHub
Browse files

Make ExtModule port naming consistent with Module (#2548)

ExtModule now uses the same namePorts implementation as regular Modules.
Previously, ExtModules only allowed port naming via runtime reflection.
This meant that .suggestName and other naming APIs do not work. It also
breaks FlatIO for ExtModule which is a potential replacement API for
BlackBox's special `val io` handling.
parent adefddbd
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