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

Conversation

arran4
Copy link
Owner

@arran4 arran4 commented Oct 15, 2024

My conflict resolution for PR: #73 in case my PR to PR isn't merged: ManoloTonto1#2

Although I feel like I should run with this one just to get it across the line. The conflict potential of this PR is massive.

ManoloTonto1 and others added 9 commits July 12, 2023 19:25
* 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>
* 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 arran4 self-assigned this Oct 15, 2024
* 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 arran4 mentioned this pull request Oct 16, 2024
@arran4 arran4 linked an issue Oct 16, 2024 that may be closed by this pull request
* 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 arran4 marked this pull request as ready for review October 19, 2024 05:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Better Error handling
2 participants