-
Notifications
You must be signed in to change notification settings - Fork 0
Enable kernel overlay installs #7
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
Changes from all commits
46bdd34
24960c0
130862e
77eb851
b0b2b6f
a8ea6a8
2c1abc4
ba0fb3c
a9cab8a
8bf30fb
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Test setup missing conda-meta directories for R kernels
The test setup creates mock R kernel environments with
bin/directories but doesn't create theconda-meta/directories thatregister_r_library_in_user_catalogchecks for on line 506 oficrn_manager. This causes R kernel registration to fail silently in tests, masking the missing error handling bug and preventing proper validation of the R kernel checkout flow.