AtomBuild / atom-build-cargo

Cargo (Rust) integration for Atom
MIT License
18 stars 6 forks source link

Display error explanations in html format #68

Closed alygin closed 7 years ago

alygin commented 7 years ago

This PR leverages html_message field support and the marked library to properly format error explanations:

screen shot 2016-11-19 at 21 45 19

It brings a dependency to the package and I don't know if it's ok to just declare it in the package.json or something else must be done?

@oli-obk, I remember you wanted to have such a feature. What do you think about this implementation?

oli-obk commented 7 years ago

I love it. The dependency is fine, I see no other way anyway.

Btw, do you want to be a member of this repo, too? I think there's more code of you in it than of anybody else

alygin commented 7 years ago

@oli-obk, sure, I'd be happy to.

oli-obk commented 7 years ago

I added you, you should be able to publish versions on your own now :)

alygin commented 7 years ago

Thanks for the trust! )