Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 26, 2021

Bumps jedi-language-server from 0.34.3 to 0.34.8.

Release notes

Sourced from jedi-language-server's releases.

Version 0.34.8

Fixed

  • Fixed bug where classes nested inside functions cause exceptions in textDocument/documentSymbol. This release avoids the crash and includes info about classes and functions nested inside functions. See this issue

Version 0.34.7

Added

  • InitializationOption completion.ignorePatterns, an option for users to conditionally ignore certain completion patterns. A generalized solution to this issue.

Version 0.34.6

Fixed

  • Completion at beginning of line now works.
  • Per comment here, may resolve issues associated with Windows line endings.
  • jedi_line_column now returns a tuple instead of a dict. Since this function is often used, it makes sense to choose a more-performant data type.

Version 0.34.5

Fixed

  • InitializationOption jediSettings.debug now writes to stderr, not stdout. stdout broke the language server.

Version 0.34.4

Added

  • InitializationOption jediSettings.debug that lets user configure jedi's debugging messages to print to stdout.
Changelog

Sourced from jedi-language-server's changelog.

0.34.8

Fixed

  • Fixed bug where classes nested inside functions cause exceptions in textDocument/documentSymbol. This release avoids the crash and includes info about classes and functions nested inside functions. See this issue

0.34.7

Added

  • InitializationOption completion.ignorePatterns, an option for users to conditionally ignore certain completion patterns. A generalized solution to this issue.

0.34.6

Fixed

  • Completion at beginning of line now works.
  • Per comment here, may resolve issues associated with Windows line endings.
  • jedi_line_column now returns a tuple instead of a dict. Since this function is often used, it makes sense to choose a more-performant data type.

0.34.5

Fixed

  • InitializationOption jediSettings.debug now writes to stderr, not stdout. stdout broke the language server.

0.34.4

Added

  • InitializationOption jediSettings.debug that lets user configure jedi's debugging messages to print to stdout.
Commits
  • b41a22e Merge pull request #171 from pappasam/fix-document-symbols
  • d9e8e89 Bump version, update changelog
  • 5053055 Run poetry update
  • 2fec4a1 Nested classes in functions no longer raise error
  • 91ff1e2 Bump version, update changelog
  • 80a4537 Run poetry update
  • dae27b5 Merge pull request #169 from pappasam/completionIgnorePatterns
  • 565d109 Add comment explaining performance optimization
  • 231f4b1 Add ignorePatterns option to filter completions with name regex
  • 1f35668 Merge pull request #167 from karthiknadig/py310
  • 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
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [jedi-language-server](https://github.com/pappasam/jedi-language-server) from 0.34.3 to 0.34.8.
- [Release notes](https://github.com/pappasam/jedi-language-server/releases)
- [Changelog](https://github.com/pappasam/jedi-language-server/blob/main/CHANGELOG.md)
- [Commits](pappasam/jedi-language-server@v0.34.3...v0.34.8)

---
updated-dependencies:
- dependency-name: jedi-language-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 19, 2021

Superseded by #18.

@dependabot dependabot bot closed this Nov 19, 2021
@dependabot dependabot bot deleted the dependabot/pip/jedi-language-server-0.34.8 branch November 19, 2021 15:16
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.

1 participant