-
Notifications
You must be signed in to change notification settings - Fork 613
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
Remove deprecations #1730
Remove deprecations #1730
Conversation
* then continues trimming elements belonging to [[blacklistPackages]] | ||
*/ | ||
@deprecated("This method will be removed in 3.4", "3.3") | ||
def trimmedStackTrace: Array[StackTraceElement] = trimmedStackTrace(this) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Although it's deprecated in 3.3, I removed this since it's a internal API and no other place use it.
And it claims to be removed in in 3.4. ;p
51569e5
to
ef0e5b0
Compare
I like the idea here, but we unfortunately can't remove everything that's deprecated. The If you could put remove 2.11 in a different PR I'd love to fast track that one 🚀 |
I think we've discussed pulling |
This PR is rebase onto #1732 now ;)
I will take a look today. |
ef0e5b0
to
9c12c12
Compare
Just take another hour on freechipsproject/chisel-testers#309, it should not be a blocker now:
|
6959cd0
to
5c1e642
Compare
5c1e642
to
8391247
Compare
@chick did you check upstream repos? chisel-iotesters (with the related PR), chisel-test, and dsp-tools? |
I started testing but got stuck at iotesters. I talked to @sequencer and he said he would fix. |
I tested this, those was introduced by remove io. I’ll fix that today. |
8391247
to
01960a0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit remove all reference to chisel3.core, toBool, unless in firesim, which was broken by chipsalliance/chisel#1730.
This commit remove all reference to chisel3.core, toBool, unless in firesim, which was broken by chipsalliance/chisel#1730.
This compbined PR #222 AND PR #222 Depends on freechipsproject/chisel-testers#309 Depends on chipsalliance/chisel#1730 Black boxes required suggest Name to work setResource on black box is not addResource Lots of import cleanup Saturate did it's own firrtl compiling, modified to use current idioms Changed dsptools Driver to use jiuyangs iotesters DriverCompatibility stuff Cleaned up dependencies in build.sbt Removed BuildInfo plugin from build.sbt (I'm not that sure about it, but it was causing build errors) -- Now uses github actions for CI
* Black boxes required suggest Name to work setResource on black box is not addResource Lots of import cleanup Saturate did it's own firrtl compiling, modified to use current idioms Changed dsptools `Driver` to use jiuyangs iotesters DriverCompatibility stuff Cleaned up dependencies in build.sbt Removed BuildInfo plugin from build.sbt (I'm not that sure about it, but it was causing build errors) * Add support for github actions to do ci and publishing * Add support for github actions to do ci and publishing Added CODEOWNERS file for symmetry with chiseltest which was used for this template Removed mill as it is not currently supported here * Update plugins to have ci-release, used for publishing * fix iotesters version * bump copyright to force retest * Move to github actions for ci, update for 3.5 compatabilty This compbined PR #222 AND PR #222 Depends on freechipsproject/chisel-testers#309 Depends on chipsalliance/chisel#1730 Black boxes required suggest Name to work setResource on black box is not addResource Lots of import cleanup Saturate did it's own firrtl compiling, modified to use current idioms Changed dsptools Driver to use jiuyangs iotesters DriverCompatibility stuff Cleaned up dependencies in build.sbt Removed BuildInfo plugin from build.sbt (I'm not that sure about it, but it was causing build errors) -- Now uses github actions for CI * Only build for scala 2.12
This commit remove all reference to chisel3.core, toBool, unless in firesim, which was broken by chipsalliance/chisel#1730.
This commit remove all reference to chisel3.core, toBool, unless in firesim, which was broken by chipsalliance/chisel#1730.
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Jiuyang Liu <[email protected]>
Depends on freechipsproject/chisel-testers#309
Contributor Checklist
docs/src
?Type of Improvement
API Impact
Remove all deprecated API in before and include 3.2
Desired Merge Strategy
Release Notes
Remove deprecations since and include 3.2
Reviewer Checklist (only modified by reviewer)
Please Merge
?