Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,19 @@ Gradient comes with a Mix task that runs the typechecker on an Elixir project:
mix gradient
```

And presents errors in Elixir syntax:
And presents errors in Elixir syntax.

![Result after simple app analysis](examples/simple_app_result.png)
Here is an example with some errors:

![Result of app with errors](examples/failure.png)

And here is an example of an application that has no issues:

![Result of app without errors](examples/success.png)

Also, did we mention the analysis process is lightning fast?

![Speed of analyzing app with errors](examples/failure.gif)

The `examples/` folder contains example applications showing how the produced error messages look like.

Expand Down
Binary file added examples/failure.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/failure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed examples/simple_app_result.png
Binary file not shown.
Binary file added examples/success.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.