Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support parsing tasks output in a nice way #1102

Closed
marcdumais-work opened this issue Jan 22, 2018 · 5 comments
Closed

Support parsing tasks output in a nice way #1102

marcdumais-work opened this issue Jan 22, 2018 · 5 comments
Labels
enhancement issues that are enhancements to current functionality - nice to haves tasks issues related to the task system

Comments

@marcdumais-work
Copy link
Contributor

In VS Code they have Problem Parsers, that are quite nice and can be configured to use Problem Matchers, to parse almost anything.

For example, when we eventually want to do builds, using tasks, we may want to parse the build's output according to criteria that are specific to the language/compiler being used, and be able to detect errors/warnings from the output, and report them to the user (create problem markers?).

We have an unmerged WIP that is a simplified version of what they have in VS Code. We called it "Output Parser / Output Matcher". See: (original #605, latest: #653)

@marcdumais-work marcdumais-work added tasks issues related to the task system enhancement issues that are enhancements to current functionality - nice to haves labels Jan 22, 2018
@svenefftinge
Copy link
Contributor

svenefftinge commented Jan 23, 2018

It would be good to be able to contribute hyperlinks, too.

@marcdumais-work
Copy link
Contributor Author

@svenefftinge Do you have an example of this in mind?

@svenefftinge
Copy link
Contributor

E.g. Stacktraces, but also after starting e.g. express it would be good to be able to reroute the printed link 'http://localhost:3000' to whatever is needed if you are not running the backend localhost.

@elaihau
Copy link
Contributor

elaihau commented Jul 9, 2019

does #5024 resolve this issue? @marcdumais-work

@elaihau
Copy link
Contributor

elaihau commented Jul 10, 2019

I will close it for now. please reopen if you feel needed.

@elaihau elaihau closed this as completed Jul 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement issues that are enhancements to current functionality - nice to haves tasks issues related to the task system
Projects
None yet
Development

No branches or pull requests

3 participants