`ReplCompilerException` in test
- Dominant language
- Kotlin
- Stars
- 1.1k
- Forks
- 83
- Avg merge
- 4d 12h
- Merged PRs (30d)
- 30
Description
I'm using jdk11 for aarch64
With [`github`](https://github.com/Kotlin/dataframe/blob/1a818ca7de494948ecdbedbc49958f75a1d7c48d/core/src/test/kotlin/org/jetbrains/kotlinx/dataframe/jupyter/SampleNotebooksTests.kt#L17) test I got:
`Error(error=org.jetbrains.kotlinx.jupyter.exceptions.ReplCompilerException: Line_35.jupyter.kts (1:4 - 8) Cannot inline bytecode built with JVM target 11 into bytecode that is being built with JVM target 1.8. Please specify proper '-jvm-target' option`
Contributor guide
Research direction
Start with core/src/test/kotlin/org/jetbrains/kotlinx/dataframe/jupyter/SampleNotebooksTests.kt, especially the referenced test, and reproduce it with JDK 11 on aarch64. Investigate the reported JVM-target mismatch in the notebook compilation path. Done means the test runs successfully without the ReplCompilerException in that environment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook, kotlin
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100