Skip to content

Conversation

@mpollmeier
Copy link
Owner

Prior to 0.1.92 we concatenated and executed all predef code. That was very simple but had quite
a few downsides, including incorrect line number reporting and some edge cases when handling complex
compilation units, e.g. ordering of imports etc.

#157 changed this behaviour to instead compile
the given files and add the results to the classpath. At the same time we unintendedly broke
the ability to execute code on startup of the repl - that's reintroduced as a new parameter
--runBefore now.

@mpollmeier mpollmeier requested a review from maltek November 18, 2024 20:07
@mpollmeier mpollmeier merged commit dac1470 into main Nov 19, 2024
3 checks passed
@max-leuthaeuser max-leuthaeuser deleted the runBefore-code branch November 26, 2024 08:36
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

Successfully merging this pull request may close these issues.

2 participants