-
Notifications
You must be signed in to change notification settings - Fork 62
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
Save as improvements #267
base: main
Are you sure you want to change the base?
Save as improvements #267
Conversation
I am running into issues running tests both locally and in CI on my fork that I am unsure how to fix. I am unsure if they will replicate in the CI here. |
Thank you for submitting this PR @andrewfulton9, the new CI failures that are present seem to be the I am wondering, after trying some different paths, using the new function, |
Thanks for taking a look at this @RRosio!
I agree that this seems to be an issue with JS dependencies. I have been trying to figure out a fix, but have yet to find one. I was able to get the tests to go through CI by hard pinning the all the versions, but oddly this isn't working for me locally. Once I get that figured out I will fix and update
Good catch. So if an invalid path is given in |
Have you by any chance cleared the bower cache located in
That is a good idea, I went ahead and opened #268.
Yes that is correct! |
Closing and reopening to rerun CI checks |
|
@andrewfulton9 it looks like the only failure in Playwright tests is in
|
Thanks for the heads up @krassowski, I should have some time next week to look at this. |
After re-running the CI Playwright Tests, one of the three failures passed but two others are still failing. To me it seems that these failures may not actually be related to the PR itself. However it has been difficult to consistently reproduce these failures locally, where the entire test suite passes with no notable issues. |
@RRosio, I finally got a chance to come back to this. I added error handling and tests to this PR and they are are passing locally. I am still getting some CI failures on my branch, but as far as I can tell they aren't related. |
Fixes for #266
Adds functionality for inferring new notebook name from current notebook and creating directories from "save as".
No backwards incompatibilities as far as I am aware.
nbclassic_save_as_fixes.mp4