Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 24, 2021

Bumps jedi-language-server from 0.27.2 to 0.28.7.

Release notes

Sourced from jedi-language-server's releases.

Version 0.28.7

Changed

  • Within TextEdit utils, simplify mapping from file offset to Position. This is clearer, handles edge cases better, and is more algorithmically efficient.

Version 0.28.6

Fixed

General TextEdit fixes for code refactoring:

  • Update fix from 0.28.5 so that it doesn't pad at the start; no opcode will refer to old[-1:n].
  • Revert opcode.old_end -> opcode.old_end - 1. This becomes unnecessary with prior update, and indeed could be a bad idea when in the middle of a file (if you're unlucky, you could end up finding the line before the one you wanted).
  • Use pygls.document to get the old code, rather than the private jedi method.

Version 0.28.5

Fixed

  • Handle TextEdit edge case where opcode is checked for 1 past last character. Resolves pappasam/jedi-language-server#96
  • No longer return textEdit actions from Jedi that aren't valid Python. Prevents all sorts of wonkyness.

Version 0.28.4

Fixed

  • Handle null rootUri's by not creating a Jedi project, fixes pappasam/jedi-language-server#95
  • Tolerate invalid InitializationOptions by using default values on error

Version 0.28.3

Fixed

  • completionItem/resolve now works again (broke with 0.28.0's migration to pygls 0.10.0)

Version 0.28.2

Added

  • signatureHelp now also returns documentation, if available.

Version 0.28.1

Same functions as 0.28, but different tag.

Version 0.28.0

Changed

  • pygls 0.10.0. This version explicitly uses pydantic and better supports initialization options. This enables use to remove the cached-property dependency for Python versions 3.6 and 3.7.
  • pydantic is now used for initialization options parsing. Simplified so much that we were able to remove initializationOption-specific tests.
  • Explicitly add method for did_open, for some weird reason the latest pygls bugs out if you don't explicitly set this function to at least an empty function.

Removed

  • Support for Python 3.6.0. We now only support Python 3.6.1+.
  • Monkeypatch for null versus missing attributes. pydantic / pygls>=0.10.0 handles this.
Changelog

Sourced from jedi-language-server's changelog.

0.28.7

Changed

  • Within TextEdit utils, simplify mapping from file offset to Position. This is clearer, handles edge cases better, and is more algorithmically efficient.

0.28.6

Fixed

General TextEdit fixes for code refactoring:

  • Update fix from 0.28.5 so that it doesn't pad at the start; no opcode will refer to old[-1:n].
  • Revert opcode.old_end -> opcode.old_end - 1. This becomes unnecessary with prior update, and indeed could be a bad idea when in the middle of a file (if you're unlucky, you could end up finding the line before the one you wanted).
  • Use pygls.document to get the old code, rather than the private jedi method.

0.28.5

Fixed

  • Handle TextEdit edge case where opcode is checked for 1 past last character. Resolves pappasam/jedi-language-server#96
  • No longer return textEdit actions from Jedi that aren't valid Python. Prevents all sorts of wonkyness.

0.28.4

Fixed

  • Handle null rootUri's by not creating a Jedi project, fixes pappasam/jedi-language-server#95
  • Tolerate invalid InitializationOptions by using default values on error

0.28.3

Fixed

  • completionItem/resolve now works again (broke with 0.28.0's migration to pygls 0.10.0)

0.28.2

Added

  • signatureHelp now also returns documentation, if available.

0.28.1

Same functions as 0.28, but different tag.

0.28.0

Changed

... (truncated)

Commits
  • 4e8f82b Update changelog, bump version
  • bada1e2 Merge pull request #101 from dimbleby/better-position-lookup
  • 104fb7d Simplify mapping from file offset to Position
  • 2ba68a0 Bump version, update changelog
  • 76276ac poetry update
  • 9c4ae62 Ergonomic updates to Makefile
  • fd42dfe Merge pull request #100 from dimbleby/edit-tidying
  • faf9058 add test case
  • c75eb08 TextEdit tidying
  • 8e5d47e Merge pull request #99 from pappasam/fix-code-action-edge
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually

@codecov-io
Copy link

Codecov Report

Merging #15767 (392bf23) into main (23b6f3d) will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff          @@
##           main   #15767   +/-   ##
=====================================
  Coverage    47%      47%           
=====================================
  Files        11       11           
  Lines       427      427           
  Branches     60       60           
=====================================
  Hits        201      201           
  Misses      214      214           
  Partials     12       12           

@karthiknadig
Copy link
Member

This should not be bumped yet.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 24, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/jedi-language-server-0.28.7 branch March 24, 2021 07:25
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 47%. Comparing base (23b6f3d) to head (392bf23).
⚠️ Report is 2361 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##           main   #15767   +/-   ##
=====================================
  Coverage    47%      47%           
=====================================
  Files        11       11           
  Lines       427      427           
  Branches     60       60           
=====================================
  Hits        201      201           
  Misses      214      214           
  Partials     12       12           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants