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

Build should report malformed XML #452

Closed
bundyo opened this issue Apr 29, 2015 · 5 comments
Closed

Build should report malformed XML #452

bundyo opened this issue Apr 29, 2015 · 5 comments
Milestone

Comments

@bundyo
Copy link

bundyo commented Apr 29, 2015

XML errors are easy to miss and without an easy way to spot the error can be a big problem (losing development time). A preprocessing XML parser during/before the build step can be a big help here.

@RangerMauve
Copy link

Knowing which XML files are going to be used as views is probably non-trivial. Have you considered running your code through something like xmllint yourself?

@bundyo
Copy link
Author

bundyo commented Apr 29, 2015

Linting will help, but not all users will have this in mind when starting app building with NativeScript. Especially if coming from HTML, where such errors are usually forgiven.

@RangerMauve
Copy link

I guess it'd be useful if someone added information on using linters in the docs somewhere?

@bundyo
Copy link
Author

bundyo commented Apr 30, 2015

It will, but it should be somewhere very visible.

@valentinstoychev valentinstoychev added this to the 1.2.0 milestone May 19, 2015
@teobugslayer teobugslayer modified the milestones: 1.3.0, 1.2.0 Jul 14, 2015
@teobugslayer teobugslayer removed this from the 1.3.0 milestone Jul 29, 2015
@Mitko-Kerezov Mitko-Kerezov modified the milestone: 1.5.0 (under consideration) Oct 5, 2015
@teobugslayer teobugslayer added this to the 1.6.0 (Under consideration) milestone Oct 6, 2015
@teobugslayer teobugslayer modified the milestones: 1.5.1, 1.6.0 (Under consideration) Dec 1, 2015
@vchimev
Copy link

vchimev commented Dec 2, 2015

Implemented here: #1272.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants