dense-analysis / dense-analysis/ale

Multiline error messages are cut off and don't appear in ALEDetail

Open
#3,962 1 comment 0 reactions 0 assignees View on GitHub
bug
Dominant language
Vim Script
Stars
14k
Forks
1.5k
Avg merge
17h 49m
Merged PRs (30d)
1

Description

## Information

some error messages, eg. those from `mypy` with `pretty` set to `true` are multi line, however only the top line is shown in the command line and in `ALEDetail`:

![image](https://user-images.githubusercontent.com/17271241/139685546-2282fc2c-a3db-4f10-8809-1793b0f2cb49.png)

![image](https://user-images.githubusercontent.com/17271241/139686026-d3cd0588-d61f-4793-9f23-299bb125a83f.png)

i can see the full error message in `ALEInfo`:

```
xxx.py:2:1: error: Cannot find implementation or library stub for
module named "pydantic" [import]
from pydantic import BaseModel
^
```

**VIM version**

```
NVIM v0.5.0
Build type: Release
```

Operating System: Mac OSX 10.15.7 Catalina

## What went wrong

as described above. i had a look through the docs and open issues but couldn't find much on this, is there a setting or config option i'm missing?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.