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

Improve the documentation of lib.extends and how it relates to overlays #248220

Merged
merged 4 commits into from
Jan 12, 2024

Commits on Aug 9, 2023

  1. lib.fixedPoints.extends: Improve documentation

    The previous one was unnecessarily confusing.
    infinisil committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    8585568 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    327f1c2 View commit details
    Browse the repository at this point in the history
  3. lib.fixedPoints.extends: Refactor implementation and document arguments

    - Better names:
      - self -> final
      - super -> prev
      - rattrs -> f
      - f -> overlay
    - Add documentation to the function arguments
    - Add some spacing
    infinisil committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    149a793 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. lib.fixedPoints.extends: Doc improvements

    Co-Authored-By: Valentin Gagarin <valentin.gagarin@tweag.io>
    infinisil and fricklerhandwerk committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    13c278c View commit details
    Browse the repository at this point in the history