Skip to content

Don't build legacy solsys going forward#252

Merged
attipaci merged 1 commit into
mainfrom
legacy-solsys
Sep 25, 2025
Merged

Don't build legacy solsys going forward#252
attipaci merged 1 commit into
mainfrom
legacy-solsys

Conversation

@attipaci

@attipaci attipaci commented Sep 24, 2025

Copy link
Copy Markdown
Collaborator

The legacy solarsystem() providers (solsys1.c / eph_manager.c, and solsys2.c), should no longer form an integral part of SuperNOVAS. Thus far, they have been built as separate add-on (plugin) modules, but even that is an overkill. There is no good reason for using these outdated and limited functionality modules in future application development.

For legacy applications that require a solarsystem() / solarsystem_hp() implementation from these as the default planetary ephemeris provider, you may use the new SOLSYS_SOURCE build configuration option (GNU make only) to build SuperNOVAS in that way.

@attipaci attipaci added this to the 1.5.0 milestone Sep 24, 2025
@attipaci attipaci self-assigned this Sep 24, 2025
@attipaci attipaci added the enhancement New feature or request label Sep 24, 2025
@codecov

codecov Bot commented Sep 24, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.86%. Comparing base (857aac2) to head (17ed076).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #252   +/-   ##
=======================================
  Coverage   99.86%   99.86%           
=======================================
  Files          24       24           
  Lines        4557     4563    +6     
  Branches      894      894           
=======================================
+ Hits         4551     4557    +6     
  Partials        6        6           
Flag Coverage Δ
unittests 99.86% <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/place.c 100.00% <ø> (ø)
src/plugin.c 100.00% <100.00%> (ø)
src/solsys-ephem.c 100.00% <ø> (ø)
src/solsys3.c 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 857aac2...17ed076. 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 legacy-solsys branch 3 times, most recently from 26918f1 to 6e8b1c3 Compare September 24, 2025 19:57
@attipaci attipaci marked this pull request as ready for review September 24, 2025 20:03
@attipaci attipaci force-pushed the legacy-solsys branch 19 times, most recently from 934a801 to 6362655 Compare September 25, 2025 20:31
@attipaci attipaci merged commit bdd7084 into main Sep 25, 2025
27 checks passed
@attipaci attipaci deleted the legacy-solsys branch September 25, 2025 20:50
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