WIP: Generate an FSI 'context' for a project or file #442
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is the start of some FSI-enhancement features I'd like to add to FSAC.
The gist is that I'd like to be able to spin up an FSI instance with all of the dependencies of a project pre-referenced, all project-file DEFINEs included, etc.
I'd also like to be able to spin up an FSI instance at a given point in a file in a project and have all of the same stuff loaded PLUS all of the files in the project up to the file/location the user specified.
This would give a nice drop-in experience to using FSI that is similar to the
stack ghci
command or starting thescala
repl with the-classpath
option set to the output of your build dir.Tasks:
I want to get to something ~80%ish so that I can start using it and getting feedback.