fix: improve lpa string parsing #181

Merged
PeterCxy merged 3 commits from septs/OpenEUICC:improve-lpa-string-parsing into master 2025-04-01 03:19:22 +02:00
Contributor
No description provided.
septs added 1 commit 2025-03-16 07:02:51 +01:00
septs force-pushed improve-lpa-string-parsing from 15b9a90db0 to bb5417d37f 2025-03-16 09:15:26 +01:00 Compare
Owner

What does this fix? check's exceptions are not supposed to be caught. They are intended to function like asserts

What does this fix? `check`'s exceptions are not supposed to be caught. They are intended to function like `assert`s
septs changed title from chore: improve lpa string parsing to fix: improve lpa string parsing 2025-03-17 02:45:54 +01:00
Owner

Please do not use check{,NotNull}() for argument contracts. Use require{,NotNull}() for them and keep the IllegalArgumentException

Please do _not_ use `check{,NotNull}()` for argument contracts. Use `require{,NotNull}()` for them and keep the `IllegalArgumentException`
septs added 1 commit 2025-03-20 09:24:30 +01:00
septs added 1 commit 2025-03-20 09:32:11 +01:00
PeterCxy merged commit 00ddf09287 into master 2025-04-01 03:19:22 +02:00
PeterCxy deleted branch improve-lpa-string-parsing 2025-04-01 03:19:22 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: PeterCxy/OpenEUICC#181
No description provided.