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

New formula internal json v3 dependencies format #17153

Commits on Apr 28, 2024

  1. Update formula internal json v3 to improve dependencies readability

    This improves the readability of dependencies in the json we
    produce for this internally.
    apainintheneck committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    039eb1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff0c247 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    541305a View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. formula: internal json v3 dependencies: address feedback

    - rename #dependencies_list to #internal_dependencies_hash
      - the initial implementation returned an array but now it doesn't
    - simplify usage of #tap in #internal_dependencies_hash
    - remove safe navigation operator usages in #internal_dependencies_hash
    - better document why implicit dependencies are not included in the API JSON
    - add new test fixture formula to better test generation of uses from
      macos bounds with the new internal json format
    apainintheneck committed May 1, 2024
    Configuration menu
    Copy the full SHA
    6ad02b8 View commit details
    Browse the repository at this point in the history