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

Error handling conflicts again #109

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    23c4714 View commit details
    Browse the repository at this point in the history
  2. fixed some namings

    ManoloTonto1 committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    b69874f View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. fixed merge conflicts

    ManoloTonto1 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    f76e1f3 View commit details
    Browse the repository at this point in the history
  2. fixed some namings

    ManoloTonto1 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e616cd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2520cb0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c3688b View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Some suggestions, this could be improved still. (#1)

    * Add leaks and vunerability checks
    
    * Requires secrets now
    
    * Renamed interface as it's useful own it's own. Made it public. Added a comment
    
    * Some suggestions, this could be improved still.
    
    * Version bump required by this change.
    
    * 19 too fails.
    
    * Should be able to distinguish unset from invalid time properties
    
    * Improve error for property not found
    
    Co-authored-by: Arran Ubels <arran4@gmail.com>
    
    * Remove deprecated ioutil
    
    * Move targeted Go version to 1.20
    
    And test the target forever
    
    * Add method to remove property
    
    Fixes #95
    
    * Merged
    
    * New tool
    
    * Test fixed.
    
    * Fixed test failure. (Error wrapping needed to be considered in EOF checks.)
    
    * %s => %w fixes and an additional error.
    
    ---------
    
    Co-authored-by: Bracken Dawson <abdawson@gmail.com>
    Co-authored-by: Daniel Lublin <daniel@lublin.se>
    3 people authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    1d9da2e View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Merge branch 'master' into error-handling-conflicts-again

    * master: (23 commits)
      refactor: rename unused arg as '_'
      refactor: use consistent receiver names
      refactor: prefer switch for readability
      refactor: use ReplaceAll
      refactor: rename var to reflect what it is
      refactor: remove unnecessary named return values, harmonizing code base
      Minor update
      Rename default.md to pull_request_template.md
      Create default.md
      Create other.md
      Create bug.md
      Reintegration of #67
      New tool
      Merged
      Add method to remove property
      Move targeted Go version to 1.20
      Remove deprecated ioutil
      Improve error for property not found
      Should be able to distinguish unset from invalid time properties
      fix: omit zone in "AllDay" event helpers
      ...
    
    # Conflicts:
    #	.github/workflows/test.yml
    #	calendar.go
    #	components.go
    #	components_test.go
    #	errors.go
    arran4 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    6e992ef View commit details
    Browse the repository at this point in the history
  2. Merged

    arran4 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    df1f583 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into error-handling-conflicts-again

    * master:
      Duplication issue fixed.
      Test fixed.
      Resynced and moved some functions around #78
      added functionnal option pattern for url parsing
      usage example, README
      calendar parsing url support
    
    # Conflicts:
    #	calendar_test.go
    arran4 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ecde28c View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Merge branch 'master' into error-handling-conflicts-again

    * master:
      Merge remote-tracking branch 'origin/master' into issue97
      Some multiple-ness.
      Fix
      Some larger upgrades.
      Tests added.
    
    # Conflicts:
    #	calendar_test.go
    #	components.go
    arran4 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    f417dc8 View commit details
    Browse the repository at this point in the history