Skip to content
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 lsp-types requirement from 0.89.0 to 0.92.0 #300

Merged
merged 4 commits into from
Feb 11, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 7, 2022

Updates the requirements on lsp-types to permit the latest version.

Changelog

Sourced from lsp-types's changelog.

v0.92.0 (2022-02-07)

v0.91.2 (2022-02-07)

Features

  • Add a TryFrom implementation for enumerations (19b85cf4, closes #223)

Bug Fixes

  • Ensure that the pascal_case_name is evaluated at compile time (7337535b)

v0.91.1 (2021-11-01)

Features

  • Print the name of know enumerations (2877b6a1)

v0.91.0 (2021-10-18)

v0.90.1 (2021-10-11)

Bug Fixes

  • add missing rename_all serde attribute (b403cba5)

v0.90.1 (2021-10-11)

Bug Fixes

... (truncated)

Commits
  • 3113162 (cargo-release) version 0.92.0
  • 34ab36d Update changelog
  • c969f00 (cargo-release) version 0.91.2
  • 9a4f1c0 Update changelog
  • d2d3c37 Merge pull request #224 from gluon-lang/try_from_string
  • 4602610 Merge pull request #227 from khuey/master
  • f7bc7a5 Add "lsif" to keywords.
  • 963e3b1 Merge pull request #225 from kirawi/patch-1
  • 3dadbe7 Fix SemanticTokensRefresh typo
  • 7337535 fix: Ensure that the pascal_case_name is evaluated at compile time
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 7, 2022
@dependabot dependabot bot force-pushed the dependabot/cargo/lsp-types-0.92.0 branch from 2300054 to 59c68c2 Compare February 11, 2022 03:24
dependabot bot and others added 2 commits February 10, 2022 22:47
Updates the requirements on [lsp-types](https://github.com/gluon-lang/lsp-types) to permit the latest version.
- [Release notes](https://github.com/gluon-lang/lsp-types/releases)
- [Changelog](https://github.com/gluon-lang/lsp-types/blob/master/CHANGELOG.md)
- [Commits](gluon-lang/lsp-types@v0.89.0...v0.92.0)

---
updated-dependencies:
- dependency-name: lsp-types
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@ebkalderon ebkalderon force-pushed the dependabot/cargo/lsp-types-0.92.0 branch from 59c68c2 to 1ddcbd9 Compare February 11, 2022 03:51
This commit updates the library, examples, and documentation to
reference associated consts instead of enum variants, matching upstream
changes to the `lsp-types` crate API.
@ebkalderon ebkalderon force-pushed the dependabot/cargo/lsp-types-0.92.0 branch from b11c0e6 to b4f752c Compare February 11, 2022 04:03
This is required for const fn `char::to_ascii_lowercase` in `lsp-types`:

```
error[E0015]: calls in constant functions are limited to constant functions, tuple structs and tuple variants
Error:   --> /home/runner/.cargo/registry/src/gitpro.ttaallkk.top-1ecc6299db9ec823/lsp-types-0.92.0/src/lib.rs:49:26
   |
49 |             buf[buf_i] = rest.to_ascii_lowercase();
   |                          ^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0015`.
error: could not compile `lsp-types`
```
@ebkalderon ebkalderon merged commit 4cf3981 into master Feb 11, 2022
@ebkalderon ebkalderon deleted the dependabot/cargo/lsp-types-0.92.0 branch February 11, 2022 04:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant