on4kjm / FLEcli

Multi-platform "Fast Log Entry"(FLE) processing tool
MIT License
32 stars 9 forks source link

Support parsing 5-digit POTA reference numbers #105

Closed thomasrussellmurphy closed 1 year ago

thomasrussellmurphy commented 1 year ago

POTA references are now [Prefix]-[4 or 5 digits], starting with K (USA): https://pota.app/#/park/K-10000

Current load result: Parsing error at line 18: Unable to make sense of [k-12345].

thomasrussellmurphy commented 1 year ago

It looks like the only change is to update this regex: https://github.com/on4kjm/FLEcli/blob/9f0664d0caff81b005cd6b319f9e784d87f35a34/fleprocess/validate.go#L54

szhayes commented 1 year ago

Second this request please.

k0emt commented 1 year ago

I will work on getting the build actions functional on my fork next week.

jmMeessen commented 1 year ago

Successfully fixed by @k0emt. Thank you again. There is a little nitpicking issue (update to comment). Will wait until tomorrow morning (Nov 14 10:00 UTC) to merge it and cut a release.

k0emt commented 1 year ago

Saw what you were saying and corrected it. If you were thinking of other wording, it is fine with me if you make a change on the branch.

jmMeessen commented 1 year ago

Perfect. Thank you. Cutting a release right now

jmMeessen commented 1 year ago

@k0emt , @szhayes , @thomasrussellmurphy

Release v0.1.6 is now available on GitHub and HomeBrew.

Thank you for your patience.

thomasrussellmurphy commented 1 year ago

Thanks! Ticket is also open for MacPorts.