-
Notifications
You must be signed in to change notification settings - Fork 1.1k
REPL packaging #1085
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
Comments
What about having a |
DOPPLER could be the DOtty Precise Program LinkER /cc @DarkDimius :) |
On the subject of running the REPL, we should also make sure that it can be run from sbt using def run(args: Array[String], bootClasspathString: String, classpathString: String,
initialCommands: String, cleanupCommands: String, loader: ClassLoader,
bindNames: Array[String], bindValues: Array[Any], log: Logger): Unit which gives a good overview of the kind of things that the REPL needs to support. |
Note that for the purposes of interactively testing out the REPL, you can use
See the Scala SBT build for more details. |
@retronym, thanks! |
Introduce a "scripter" phase in the monolithic `Frontend` for transforming snippets. Apparently `<script>` is not a friendly package name, so it must always be fixed.
Introduce a "scripter" phase in the monolithic `Frontend` for transforming snippets. Apparently `<script>` is not a friendly package name, so it must always be fixed.
Introduce a "scripter" phase in the monolithic `Frontend` for transforming snippets. Apparently `<script>` is not a friendly package name, so it must always be fixed.
Introduce a "scripter" phase in the monolithic `Frontend` for transforming snippets. Apparently `<script>` is not a friendly package name, so it must always be fixed.
Introduce a "scripter" phase in the monolithic `Frontend` for transforming snippets. Apparently `<script>` is not a friendly package name, so it must always be fixed.
We currently have |
We should make a command (I suggest
doti
) to launch the Dotty REPL.The text was updated successfully, but these errors were encountered: