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

Strong types, not ignoring the VALUE parameter, better error handling #331

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Oct 15, 2021

  1. Introducing strong types to python-icalendar

    stlaz authored and thet committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    b225571 View commit details
    Browse the repository at this point in the history
  2. Improvement to error handling

    Previously, if error occured during the creation of inner
    type instance from iCalendar string, the error with the
    name of the bogus property would be stored in the
    appropriate component's errors attribute along with the error
    string  but the property's value would be removed from the
    parsed representation. This patch keeps the value even with its
    parameters at that certain property, the value's type is changed
    to vText.
    
    Should allow implementation of
    #158
    
    Improves
    #174
    stlaz authored and thet committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    97c2ce3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    039a7e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c48e58 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75098b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bbab457 View commit details
    Browse the repository at this point in the history
  7. Cleanup.

    thet committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    ee137f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Configuration menu
    Copy the full SHA
    0080a39 View commit details
    Browse the repository at this point in the history