forked from SpencerPark/IJava
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix
CompilerMagics.compile
package path;remain jupyter.env
- Loading branch information
Showing
6 changed files
with
477 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,9 @@ | ||
Upgrade Note: | ||
Updated: | ||
|
||
* Fix `print` input parameter extraction error in code blocks that are called multiple times; | ||
* add `RuntimeCompiler` util; | ||
* add `compile` cellMagic (make sure `--add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED` in env * | ||
IJAVA_COMPILER_OPTS*) | ||
 | ||
* add `read/write` cell/body magic | ||
 | ||
 | ||
* add `cmd` line magic | ||
 | ||
1. fix `CompilerMagics.compile` auto generated package path error | ||
2. remain `JupyterIO.jupyterXXX.env`, keep thread stdout rewrite to jupyter | ||
|
||
TODO: | ||
|
||
1. reload `CompilerMagics.compile` class? DirectExecutionControl > DefaultLoaderDelegate | ||
2. thread stdout JupyterIO.retractEnv; BaseKernel.replaceOutputStreams |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.