-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Poetry interpreter support #11839
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
Poetry interpreter support #11839
Conversation
Codecov Report
@@ Coverage Diff @@
## master #11839 +/- ##
==========================================
+ Coverage 60.45% 60.48% +0.03%
==========================================
Files 631 632 +1
Lines 34156 34282 +126
Branches 4798 4822 +24
==========================================
+ Hits 20648 20736 +88
- Misses 12508 12535 +27
- Partials 1000 1011 +11
Continue to review full report at Codecov.
|
Kudos, SonarCloud Quality Gate passed!
|
Woot tests are passing 😄 |
I tried working on this, #9399 |
We will revisit this after making the architecture change. One of the intents with the change we have planed is to make it easier to add support for this. Also, have better control over what we can turn on or off when it comes to searching. |
:D fair enough, I'll leave this here until you've made said changes |
As the restructuring is pretty extensive and this PR has drifted due to merge conflicts, I'm closing this as out of date. But I will say we do still plan to add Poetry support. |
Sorta wrote the PR before raising an issue and realised one is required :D
Don't really know typescript so would not be surprised if there is a better way to do this. Pretty much just mirrored the pipenv support as poetry is similar
Appropriate comments and documentation strings in the code.Has sufficient logging.Test plan is updated as appropriate.package-lock.json
has been regenerated by runningnpm install
(if dependencies have changed).The wiki is updated with any design decisions/details.