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

Use SourceInfo in Builder error messages when available (backport #2849) (#2852)



* Use SourceInfo in Builder error messages when available (#2849)

* Use SourceInfo in Builder error messages when available

* Use line break instead of semicolon

Co-authored-by: default avatarJack Koenig <jack.koenig3@gmail.com>

Co-authored-by: default avatarJack Koenig <jack.koenig3@gmail.com>
(cherry picked from commit e45be10a

)

# Conflicts:
#	core/src/main/scala/chisel3/Module.scala
#	core/src/main/scala/chisel3/RawModule.scala
#	core/src/main/scala/chisel3/internal/Builder.scala

* Resolve backport conflicts

* Resolve binary compatibility issues

* Undo a change to a protected API
* Waive private classes (they're public in the bytecode because Java
  doesn't have a notion of file private)

* Fix test

---------

Co-authored-by: default avatarDaniel Resnick <danielzresnick@gmail.com>
Co-authored-by: default avatarJack Koenig <koenig@sifive.com>
parent e29830de
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