Skip to content

Compiler can't build itself with -Ysqueeze:off #1480

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

Closed
scabug opened this issue Nov 4, 2008 · 4 comments
Closed

Compiler can't build itself with -Ysqueeze:off #1480

scabug opened this issue Nov 4, 2008 · 4 comments

Comments

@scabug
Copy link

scabug commented Nov 4, 2008

See breakage in r16492 for an example.

To reproduce you need to make sure the pack compiler is built with -Ysqueeze.

Easiest way to reproduce this is probably to flip the switch in Settings to make it turn off by default. Then do an all.clean build and watch it break right at the end.

@scabug
Copy link
Author

scabug commented Nov 4, 2008

Imported From: https://issues.scala-lang.org/browse/SI-1480?orig=1
Reporter: @DRMacIver
Assignee: @DRMacIver

@scabug
Copy link
Author

scabug commented Nov 9, 2008

@DRMacIver said:
It turns out that actually this has nothing to do with squeezing, it's just that squeezing masked many of the error cases. I've now got a test case that doesn't depend on squeeze being off. It's in test/pending/pos/t1480.scala.

This seems to be a new bug introduced by some of my changes (it works in 2.7.2). I think it's caused by the changes I made in r16341 to fix ticket #1260.

@scabug
Copy link
Author

scabug commented Nov 9, 2008

@DRMacIver said:
Indeed some quick experimentation confirms: It's caused by the fix to #1260. I'm going to revert to the old behaviour for now, as it seems less broken. This will cause a reversion in #1260, but hopefully that should be only temporary.

@scabug
Copy link
Author

scabug commented Nov 9, 2008

@DRMacIver said:
Fixed in r16534.

@scabug scabug closed this as completed May 18, 2011
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

No branches or pull requests

1 participant