You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like the option to parse iCals strictly. If this is not the consensus of developers in the project, perhaps the warnings in the ChainingParser could be made public. This way at least it will be possible to see any warnings and throw an exception with the warnings.
abstract class ChainingParser<T extends ChainingParser<?>> {
...
public List<List<ParseWarning>> warnings;
The text was updated successfully, but these errors were encountered:
I'd like the option to parse iCals strictly. If this is not the consensus of developers in the project, perhaps the warnings in the ChainingParser could be made public. This way at least it will be possible to see any warnings and throw an exception with the warnings.
The text was updated successfully, but these errors were encountered: