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

Toolbox support for importing packages #9096

Closed
scabug opened this issue Jan 19, 2015 · 5 comments
Closed

Toolbox support for importing packages #9096

scabug opened this issue Jan 19, 2015 · 5 comments

Comments

@scabug
Copy link

scabug commented Jan 19, 2015

Compiling this code in toolbox:
"""
import collection.mutable

mutable.Map("ala" -> "maKota")"""

gives me error:
object mutable is not a member of package collection
object Map is not a member of package mutable
in both scala 2.11.4 and 2.10.5

here are full sources:
romanowski/untypecheck@3ee8b1c

@scabug
Copy link
Author

scabug commented Jan 19, 2015

Imported From: https://issues.scala-lang.org/browse/SI-9096?orig=1
Reporter: @romanowski
Affected Versions: 2.10.5, 2.11.4

@scabug
Copy link
Author

scabug commented Jan 25, 2015

@xeno-by said:
#6393

@scabug scabug closed this as completed Jan 25, 2015
@scabug
Copy link
Author

scabug commented Jan 25, 2015

@xeno-by said:
Hi! Thanks for reporting. How much of a blocker is this issue for you?

@scabug
Copy link
Author

scabug commented Jan 26, 2015

@romanowski said:
In expression evaluator we using imports from file and if such imports are present it is unable to use it. We don't want to create workaround in expression evaluator's code. We have users that use a lot of such imports so it is a blocker for us.

@scabug
Copy link
Author

scabug commented Jan 27, 2015

@xeno-by said:
I see. Unfortunately, I'm not going to have time to fix this issue by myself at least until ScalaDays. I understand that this issue is of importance to you, so how about we have a call one of these days and I explain exactly what and where needs to be fixed? I think that the fix could be within reach of someone who's unfamiliar with compiler internals, given certain guidance that I'll be happy to provide.

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

1 participant