Skip to content

rewiring-dependencies on settings in the bytecode emitter #19

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

Merged
merged 6 commits into from
Feb 14, 2014

Conversation

magarciaEPFL
Copy link

review by @lrytz

@@ -395,7 +388,7 @@ abstract class BCodeHelpers extends BCodeTypes with BytecodeWriters {

trait BCInnerClassGen extends HasContext {

def debugLevel = settings.debuginfo.indexOfChoice
def debugLevel = ctx.base.settings.g.indexOfChoice
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ctx.base should not be necessary, there's an implicit def toBase(ctx: Context): ContextBase in the companion object Context

@magarciaEPFL
Copy link
Author

Commits added incorporating feedback.

review by @lrytz

@lrytz
Copy link
Member

lrytz commented Feb 14, 2014

LGTM with magarciaEPFL/dotty#1

context for ClassBytecodeWriter
magarciaEPFL added a commit that referenced this pull request Feb 14, 2014
rewiring-dependencies on settings in the bytecode emitter
@magarciaEPFL magarciaEPFL merged commit 9845474 into scala:backend Feb 14, 2014
pikinier20 pushed a commit that referenced this pull request Aug 16, 2022
szymon-rd pushed a commit that referenced this pull request Dec 9, 2022
WojciechMazur added a commit to WojciechMazur/dotty that referenced this pull request Mar 19, 2025
Backport "Add zip and unzip to the CI" to LTS
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