| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| InterpeterHashProviderFactory, | ||
| InterpeterHashProviderFactory | ||
| ); | ||
| this.serviceManager.addSingleton<IInterpreterSecurityService>( |
There was a problem hiding this comment.
Kartik Raj (@karrtikr) unfortunately the real interpreter services are registered when we use real jupyter, so these additions were in the wrong spot. They had to fall under the if for when not using the real jupyter.
Sorry, something went wrong.
There was a problem hiding this comment.
unfortunately the real interpreter services are registered
I see. But do these real interpreter services do not need to register IInterpreterSecurityService? Or was it the case that it was being registered twice?
Sorry, something went wrong.
There was a problem hiding this comment.
It was being registered twice when using real jupyter (causing an ambiguous match exception)
Sorry, something went wrong.
|
Kudos, SonarCloud Quality Gate passed!
|
Sorry, something went wrong.
|
Going to port this to release |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
For #11060
I had removed this by accident on my refactor for how widgets were rendered.
Also fixed a problem with the functional tests running with real jupyter (caused by the IInterpreterSecurity stuff). Kartik Raj (@karrtikr) you fixed the functional tests when running without jupyter, but it's a little bit more tricky than that. Some of our services a registered differently when using real jupyter (Nightly Flake tests)