Skip to content
This repository was archived by the owner on Jun 6, 2021. It is now read-only.
This repository was archived by the owner on Jun 6, 2021. It is now read-only.

Caret diagnostics improvements #19

Description

@alexrp

We have fairly reasonable caret diagnostics in master now, but there is still some work to be done:

  • Allow passing multiple locations to the logger (currently allows only one).
  • Look source code up in the in-memory list of files instead of reading from disk.
  • Allow disabling caret diagnostics (perhaps have a FLECT_DIAGS environment variable).

Not super important, but nice to have if practical:

  • Mark the entire token relevant to a particular message.
  • Colorize the token relevant to a particular message (e.g. the token would be red for errors).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions