Skip to content

Commit 34a925b

Browse files
committed
a note on launcher implementation
1 parent a9c506f commit 34a925b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jjava-launcher/src/main/java/org/dflib/jjava/launcher/KernelLauncher.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
* The command to run the kernel is constructed by combining the JVM executable,
1313
* the JJAVA_JVM_OPTS environment variable (if set), and the kernel arguments.
1414
*/
15+
// TODO: stop using exceptions for flow control. We are dealing with a single class and a main method here.
16+
// All the errors should be reported as exit code and messages printed to stderr
1517
public class KernelLauncher {
1618

1719
// Since "launcher" is kind of a part of the "distro", we are using JUL directly,

0 commit comments

Comments
 (0)