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

Fix locale dependent number parsing #1229

Merged
merged 8 commits into from
Feb 22, 2025

The function `atof_locale_c` must not print out any error message as …

8ac494d
Select commit
Loading
Failed to load commit list.
Merged

Fix locale dependent number parsing #1229

The function `atof_locale_c` must not print out any error message as …
8ac494d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Feb 22, 2025 in 0s

24.52% of diff hit (target 24.75%)

View this Pull Request on Codecov

24.52% of diff hit (target 24.75%)

Annotations

Check warning on line 178 in src/input_output/FGInputSocket.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/input_output/FGInputSocket.cpp#L173-L178

Added lines #L173 - L178 were not covered by tests

Check warning on line 116 in src/input_output/FGUDPInputSocket.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/input_output/FGUDPInputSocket.cpp#L111-L116

Added lines #L111 - L116 were not covered by tests

Check warning on line 300 in src/input_output/FGXMLElement.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/input_output/FGXMLElement.cpp#L300

Added line #L300 was not covered by tests

Check warning on line 302 in src/input_output/FGXMLElement.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/input_output/FGXMLElement.cpp#L302

Added line #L302 was not covered by tests

Check warning on line 354 in src/input_output/FGXMLElement.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/input_output/FGXMLElement.cpp#L354

Added line #L354 was not covered by tests

Check warning on line 356 in src/input_output/FGXMLElement.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/input_output/FGXMLElement.cpp#L356

Added line #L356 was not covered by tests

Check warning on line 110 in src/input_output/string_utilities.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/input_output/string_utilities.cpp#L110

Added line #L110 was not covered by tests

Check warning on line 619 in src/math/FGFunction.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/math/FGFunction.cpp#L617-L619

Added lines #L617 - L619 were not covered by tests

Check warning on line 627 in src/math/FGFunction.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/math/FGFunction.cpp#L625-L627

Added lines #L625 - L627 were not covered by tests

Check warning on line 647 in src/math/FGFunction.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/math/FGFunction.cpp#L645-L647

Added lines #L645 - L647 were not covered by tests

Check warning on line 655 in src/math/FGFunction.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/math/FGFunction.cpp#L653-L655

Added lines #L653 - L655 were not covered by tests

Check warning on line 96 in src/models/flight_control/FGSwitch.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/models/flight_control/FGSwitch.cpp#L93-L96

Added lines #L93 - L96 were not covered by tests

Check warning on line 79 in src/models/propulsion/FGRotor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/models/propulsion/FGRotor.cpp#L79

Added line #L79 was not covered by tests

Check warning on line 308 in src/models/propulsion/FGRotor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/models/propulsion/FGRotor.cpp#L308

Added line #L308 was not covered by tests

Check warning on line 357 in src/models/propulsion/FGRotor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/models/propulsion/FGRotor.cpp#L357

Added line #L357 was not covered by tests

Check warning on line 493 in src/models/propulsion/FGTurbine.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/models/propulsion/FGTurbine.cpp#L493

Added line #L493 was not covered by tests

Check warning on line 495 in src/models/propulsion/FGTurbine.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/models/propulsion/FGTurbine.cpp#L495

Added line #L495 was not covered by tests

Check warning on line 503 in src/models/propulsion/FGTurbine.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/models/propulsion/FGTurbine.cpp#L503

Added line #L503 was not covered by tests

Check warning on line 505 in src/models/propulsion/FGTurbine.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/models/propulsion/FGTurbine.cpp#L505

Added line #L505 was not covered by tests