AtomBuild / atom-build-cargo

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

optionally allow the use of json errors instead of regex parsing #29

Closed oli-obk closed 8 years ago

oli-obk commented 8 years ago

cc https://github.com/noseglid/atom-build/pull/398

noseglid commented 8 years ago

This needs slight modification to conform to the API in atom-build, right? Then it's good to merge!

oli-obk commented 8 years ago

Nope, I updated it together with the other PR. The function returns an array instead of pushing to one

noseglid commented 8 years ago

RIght you are! Thanks again!