-
Notifications
You must be signed in to change notification settings - Fork 149
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
Update coverage, reporting approaches #1052
Conversation
👈 Launch a binder notebook on branch bollwyvl/jupyterlab-lsp/gh-1038-fix-cov |
Yep, with the latest |
As per discussion at the JupyterLab meeting, going to pivot this PR to getting everything to build against |
@@ -42,7 +42,7 @@ https://jupyterlab.readthedocs.io/en/latest/getting_started/issue.html | |||
<details><summary>Required: installed server extensions</summary> | |||
<pre> | |||
Paste the output from running `jupyter server extension list` (JupyterLab >= 3) | |||
or `jupyter serverextension list` (JupyterLab < 3) from the command line here. | |||
or `jupyter server extension list` (JupyterLab < 3) from the command line here. |
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.
or `jupyter server extension list` (JupyterLab < 3) from the command line here. | |
from the command line here. |
Didn't make a ton of progress worth showing on this over the weekend. 😅 While the python unit/integration tests run, I'm still getting ~80 robot acceptance fails. I was able to fix a few of these by replacing standards-based selectors like I've barely looking into it, but the jest unit tests will need some work, e.g. the In working on it, though, I am feeling more and more that this project needs at least a concrete, documented way to handle local/CI incremental development and testing that does a much better job of managing (multiple) environments. My preference, I guess, would be A big win would be accepting |
Thanks! I can work on jest tests and robot failures. If this is easier to test CI for you, maybe it is worth xfail the jest tests which are failing for now.
Sure!
That's another tool on top of already pretty custom stack. I guess scripts with |
Well, it's kind of a stack... but doesn't know when to push or pop, or even what's in it, or where the stack is. Instead of having to look at (and fully document) all the intent in
A PEP517 build backend (e.g. I still think "has some non EOL python" is a reasonable thing to expect at the bottom of a new stack, but pretty much everything after should run in an isolated environment.
Right: prior, public art at an even larger scale ( |
@@ -1,7 +1,5 @@ | |||
.eggs | |||
.mypy_cache |
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.
And now it took 30 minutes to prettier all .mypy_cache
files..
References
Code changes
User-facing changes
Backwards-incompatible changes
Chores