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

Frege Repl Command has Fragile Terminal Dependency #16

Open
tricktron opened this issue Jan 19, 2022 · 1 comment
Open

Frege Repl Command has Fragile Terminal Dependency #16

tricktron opened this issue Jan 19, 2022 · 1 comment

Comments

@tricktron
Copy link
Owner

The Frege Repl command calls:

terminal.sendText(`java -cp $(./gradlew -q depsFrege --replSource=${path.basename(args)}) ${FREGE_REPL_MAIN_CLASS_NAME}`);

This only works with posix shells that support the $() syntax. E.g. fish shell won't work and powershell on windows won't work as well (not tested).

@tricktron
Copy link
Owner Author

The goal is to remove the Gradle dependency again. Instead we just expose a single path parameter that points to dependencies. These need to be manually configured by the user, e.g with the help of Gradle.

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

No branches or pull requests

1 participant