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

doc: explanation of how libraries depend on one another #3469

Merged
merged 3 commits into from
Jul 12, 2024

Conversation

mattkae
Copy link
Contributor

@mattkae mattkae commented Jul 9, 2024

Copy link

codecov bot commented Jul 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.35%. Comparing base (96738e0) to head (71a9348).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3469      +/-   ##
==========================================
- Coverage   77.35%   77.35%   -0.01%     
==========================================
  Files        1076     1076              
  Lines       68922    68922              
==========================================
- Hits        53317    53315       -2     
- Misses      15605    15607       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mattkae mattkae force-pushed the docs/libraries_explanation branch from 2f18e0d to e098fd0 Compare July 9, 2024 19:26
@mattkae mattkae force-pushed the docs/libraries_explanation branch from e098fd0 to 71a9348 Compare July 9, 2024 19:35
@mattkae mattkae marked this pull request as ready for review July 9, 2024 19:35
@mattkae mattkae requested a review from a team as a code owner July 9, 2024 19:35
Comment on lines 54 to 55
Mir builds a number of static libraries that are linked to internally by
`mirserver`. These libraries are:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your list includes some of the "object" libraries. I think there's only one static library linked by mirserver (kms_utils).

Copy link
Collaborator

@AlanGriffiths AlanGriffiths left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great start!

Personally, I'd drop the section about object libraries as it would need more work I don't think there's enough benefit to justify that

Comment on lines 45 to 46
- `miral` and `miroil` are intended to be the primary user-facing libraries as
nothing else depends on them
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is miral and mircore that are intended to be the primary user-facing libraries.

Miroil needs special mention as a "compatibility layer" for Lomiri that is not intended for general consumption

@mattkae mattkae requested a review from AlanGriffiths July 11, 2024 13:07
Copy link
Collaborator

@AlanGriffiths AlanGriffiths left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@AlanGriffiths AlanGriffiths enabled auto-merge July 11, 2024 13:49
Copy link
Contributor

@RAOF RAOF left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo aside, looks good to me.

doc/sphinx/explanation/libraries.md Outdated Show resolved Hide resolved
@AlanGriffiths AlanGriffiths added this pull request to the merge queue Jul 12, 2024
Merged via the queue into main with commit 3965486 Jul 12, 2024
32 of 36 checks passed
@AlanGriffiths AlanGriffiths deleted the docs/libraries_explanation branch July 12, 2024 03:23
@AlanGriffiths AlanGriffiths mentioned this pull request Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants