Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Reply with error for malformed input #92

Merged
merged 1 commit into from
Nov 9, 2016
Merged

Conversation

matklad
Copy link
Member

@matklad matklad commented Nov 9, 2016

Let's produce an error response for a malformed input, instead of silently terminating.

@nrc nrc merged commit 5af025d into rust-lang:master Nov 9, 2016
@nrc
Copy link
Member

nrc commented Nov 9, 2016

Thank you!

bors added a commit that referenced this pull request Jan 24, 2019
…Xanewok

Bump lsp-types from 0.55.0 to 0.55.1

Bumps [lsp-types](https://github.com/gluon-lang/lsp-types) from 0.55.0 to 0.55.1.
<details>
<summary>Commits</summary>

- [`82c2363`](gluon-lang/lsp-types@82c2363) (cargo-release) version 0.55.1
- [`584d8d0`](gluon-lang/lsp-types@584d8d0) Merge pull request [#92](https://github-redirect.dependabot.com/gluon-lang/lsp-types/issues/92) from autozimu/ord
- [`9b5e277`](gluon-lang/lsp-types@9b5e277) Derive Ord and PartialOrd for DiagnosticSeverity.
- See full diff in [compare view](gluon-lang/lsp-types@v0.55.0...v0.55.1)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=lsp-types&package-manager=cargo&previous-version=0.55.0&new-version=0.55.1)](https://dependabot.com/compatibility-score.html?dependency-name=lsp-types&package-manager=cargo&previous-version=0.55.0&new-version=0.55.1)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the `.dependabot/config.yml` file in this repo:
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

</details>
bors added a commit that referenced this pull request Jan 24, 2019
…Xanewok

Bump lsp-types from 0.55.0 to 0.55.1

Bumps [lsp-types](https://github.com/gluon-lang/lsp-types) from 0.55.0 to 0.55.1.
<details>
<summary>Commits</summary>

- [`82c2363`](gluon-lang/lsp-types@82c2363) (cargo-release) version 0.55.1
- [`584d8d0`](gluon-lang/lsp-types@584d8d0) Merge pull request [#92](https://github-redirect.dependabot.com/gluon-lang/lsp-types/issues/92) from autozimu/ord
- [`9b5e277`](gluon-lang/lsp-types@9b5e277) Derive Ord and PartialOrd for DiagnosticSeverity.
- See full diff in [compare view](gluon-lang/lsp-types@v0.55.0...v0.55.1)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=lsp-types&package-manager=cargo&previous-version=0.55.0&new-version=0.55.1)](https://dependabot.com/compatibility-score.html?dependency-name=lsp-types&package-manager=cargo&previous-version=0.55.0&new-version=0.55.1)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the `.dependabot/config.yml` file in this repo:
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

</details>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants