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

Order of %use statements should not matter for class loading #354

Closed
holgerbrandl opened this issue Jan 16, 2022 · 0 comments
Closed

Order of %use statements should not matter for class loading #354

holgerbrandl opened this issue Jan 16, 2022 · 0 comments
Labels
bug Installation and functionality issues

Comments

@holgerbrandl
Copy link
Contributor

Currently, the order in which %use is used to load libraries seems to impact the class-loader's ability to resolve classes.

Example Workbook: https://github.com/holgerbrandl/kravis/blob/6ecb786dbd1b5c138d93d48366ccefd395223055/misc/import_order.ipynb

image

When flipping the import order it works correctly
image

Used kernel version: Kotlin kernel v. 0.11.0.45, Kotlin v. 1.6.20-dev-6372

@ileasile ileasile added the bug Installation and functionality issues label Jan 17, 2022
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