Skip to content

Better error reporting on invalid query#1

Open
tailhook wants to merge 1 commit into
Qard:masterfrom
tailhook:better_error
Open

Better error reporting on invalid query#1
tailhook wants to merge 1 commit into
Qard:masterfrom
tailhook:better_error

Conversation

@tailhook

@tailhook tailhook commented Apr 27, 2018

Copy link
Copy Markdown

It still panics, but previous error was:

thread 'main' panicked at 'Box<Any>', src/lib.rs:190:23
note: Run with `RUST_BACKTRACE=1` for a backtrace.

Now it looks like:

thread 'main' panicked at 'Bad query: query parse error: Parse error at 1:2
Unexpected `}[Punctuator]`
Expected `Name` or `...`
', src/lib.rs:190:23
note: Run with `RUST_BACKTRACE=1` for a backtrace.

It still panics, but previous error was:
```
thread 'main' panicked at 'Box<Any>', src/lib.rs:190:23
note: Run with `RUST_BACKTRACE=1` for a backtrace.
```
Now it looks like:
```
hread 'main' panicked at 'Bad query: query parse error: Parse error at 1:2
Unexpected `}[Punctuator]`
Expected `Name` or `...`
', src/lib.rs:190:23
note: Run with `RUST_BACKTRACE=1` for a backtrace.
```
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