ical.js icon indicating copy to clipboard operation
ical.js copied to clipboard

Create Parser Error/Warning Collector

Open lightsofapollo opened this issue 12 years ago • 0 comments

@kewisch We touched on this briefly. I believe the idea was to have a warning collection with the optional capability of turning those warnings into errors (or the other way around) right now we throw a lot of errors.

An example of this that I ran into recently is utc offset -0000 which was assigned an error where I believe a warning would have been better. I found that Yahoo (when in etc/gmt) will return this offset. I removed the error in my development branch.

lightsofapollo avatar Sep 08 '12 02:09 lightsofapollo