Skip to content

Filenames are not highlighted correctly in compilation buffers #196

@dabrahams

Description

@dabrahams

Huh, something's not quite right here that I didn't notice until I upgraded to use the latest swift-mode and removed my workarounds. Now regular errors from the Swift compiler don't show up using the compilation-error face.

Before the upgrade:

Image

The filename is rendered as compilation-error.
The line number and column are rendered as compilation-line-number and compilation-column-number
The rest of the line is just rendered as default.

After:

Image

In this line:

The filename is rendered as underline.
The line number and column are rendered as compilation-line-number and compilation-column-number, as expected.
The rest of the line is just rendered as error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions