Skip to content

Parsing degrees in exponential notation#169

Merged
attipaci merged 1 commit into
mainfrom
parse_exp_degrees
Apr 17, 2025
Merged

Parsing degrees in exponential notation#169
attipaci merged 1 commit into
mainfrom
parse_exp_degrees

Conversation

@attipaci

@attipaci attipaci commented Apr 17, 2025

Copy link
Copy Markdown
Collaborator
  • Add support for parsing degrees in exponential notation, e.g. 1.23E2 or 1.23E-2W etc. (Previously this was not supported due to the the duality of E being used as a compass direction also.)

@attipaci attipaci added the enhancement New feature or request label Apr 17, 2025
@attipaci attipaci added this to the 1.3.1 milestone Apr 17, 2025
@attipaci attipaci self-assigned this Apr 17, 2025
@attipaci attipaci changed the title Pasing degrees in exponential notation Parsing degrees in exponential notation Apr 17, 2025
@codecov

codecov Bot commented Apr 17, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.90%. Comparing base (7ff7436) to head (613b163).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #169   +/-   ##
=======================================
  Coverage   99.90%   99.90%           
=======================================
  Files          22       22           
  Lines        4273     4278    +5     
  Branches      790      792    +2     
=======================================
+ Hits         4269     4274    +5     
  Partials        4        4           
Flag Coverage Δ
unittests 99.90% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
src/parse.c 100.00% <100.00%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7ff7436...613b163. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@attipaci attipaci force-pushed the parse_exp_degrees branch from 801a312 to 613b163 Compare April 17, 2025 14:34
@attipaci attipaci marked this pull request as ready for review April 17, 2025 14:36
@attipaci attipaci merged commit 60fd2d6 into main Apr 17, 2025
@attipaci attipaci deleted the parse_exp_degrees branch April 17, 2025 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant