-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from JuliaMessaging/feature/type-safe
Feature/type safe
- Loading branch information
Showing
4 changed files
with
153 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "NMEAParser" | ||
uuid = "e33883a1-8aa8-4e6e-a42d-0daf9e203b40" | ||
authors = ["Nicholas Shindler <[email protected]>"] | ||
version = "2.0.2" | ||
version = "2.1.0" | ||
|
||
[weakdeps] | ||
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
35a03f4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
Release notes:
parser is type stable (tested with JET.jl)
Changes
_to_int
and_to_float
helper functions to reduce code duplication_hms_to_secs
and_dms_to_dd
get
function with a default returnRMC
type to align with nmea docs for GP and GN systemspop!
functionNotes & todos
nmea_parse(str, validate_checksum=false)
to skip validation.35a03f4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/104986
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: