Skip to content
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

toolboxes don't auto-import Predef and scala #5943

Closed
scabug opened this issue Jun 18, 2012 · 4 comments
Closed

toolboxes don't auto-import Predef and scala #5943

scabug opened this issue Jun 18, 2012 · 4 comments
Assignees
Milestone

Comments

@scabug
Copy link

scabug commented Jun 18, 2012

scala> val tb = m.mkToolBox() 
tb: scala.tools.reflect.ToolBox[reflect.runtime.universe.type] = 
scala.tools.reflect.ToolBoxFactory$ToolBoxImpl@5849e989 

scala> val expr = tb.parseExpr("1 to 3 map (_+1)") 
expr: tb.u.Tree = 1.to(3).map(((x$1) => x$1.$plus(1))) 

scala> tb.typeCheck(expr) 
scala.tools.reflect.ToolBoxError: reflective typecheck has failed: value 
to is not a member of Int at 
 scala.tools.reflect.ToolBoxFactory$ToolBoxImpl$ToolBoxGlobal$$anonfun$typeCheckExpr$1.apply(ToolBoxFactory.scala:145) 
<more stack-trace>
@scabug
Copy link
Author

scabug commented Jun 18, 2012

Imported From: https://issues.scala-lang.org/browse/SI-5943?orig=1
Reporter: @xeno-by
Affected Versions: 2.10.0
Other Milestones: 2.10.0

@scabug
Copy link
Author

scabug commented Jun 18, 2012

@scabug
Copy link
Author

scabug commented Sep 17, 2012

@xeno-by said:
scala/scala#1331

@scabug
Copy link
Author

scabug commented Sep 20, 2012

@gkossakowski said:
Fixed in scala/scala#1331

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants