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

Kernel references leaked into script classpath #27

Closed
nikitinas opened this issue Dec 4, 2019 · 0 comments
Closed

Kernel references leaked into script classpath #27

nikitinas opened this issue Dec 4, 2019 · 0 comments
Labels
bug Installation and functionality issues

Comments

@nikitinas
Copy link
Contributor

%use klaxon(2.1.8)
class Person (val name: String, var age: Int = 23)
val klaxon = Klaxon()
klaxon.parse<Person>("""
    {
      "name": "John Smith"
    }
    """)

Fails with runtime error, because script is compiled with kernel's klaxon 5.2, but is evaluated with imported klaxon 2.1.8.

@ileasile ileasile added the bug Installation and functionality issues label Apr 21, 2020
TiftGolofebitke added a commit to TiftGolofebitke/kotlin-jupyter that referenced this issue Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Installation and functionality issues
Projects
None yet
Development

No branches or pull requests

2 participants