particle-iot-archived / particle-dev-local-compiler

Package providing local compilation for Particle devices in Particle Dev
MIT License
11 stars 0 forks source link

Better Compiler Errors (Similar to Build IDE) #19

Closed chobberoni closed 8 years ago

chobberoni commented 8 years ago

Was doing some debugging today and cross-compared compiler errors on the DEV IDE vs the BUILD IDE and they are not the same.

The DEV IDE did not give back the same level of resolution on warnings and errors as the BUILD IDE did.

Is there any way we can have the same compiler errors/warnings ?

suda commented 8 years ago

Is this related to local compiler or maybe whole Particle Dev? Local compiler shows all errors in console (similarly to Build IDE).

chobberoni commented 8 years ago

@suda I'm referencing the compiler that is behind Particle Dev (https://www.particle.io/dev)

suda commented 8 years ago

Ah! So we're discussing in wrong repo 😄(easy to get confused as there are a lot of repos that makes Particle Dev).

There are multiple issues opened (#79, #77, #123) which should bring Dev closer to Build in terms of showing errors.