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

Make Symbol Graph Format Extensible #39

Merged
merged 14 commits into from
Sep 14, 2022

Commits on Aug 1, 2022

  1. introduce "extension" symbol kind + "extensionTo" relationship kind a…

    …nd make graph format extensible
    
     - add symbol and relationship kinds introduced in apple/swift #59047 (swiftlang/swift#59047)
     - change Symbol.KindIdentifier to use a struct-type with static properties for known values
     - change Codable conformance of Symbol and Relationship to allow for encoding and decoding unknown Mixins
    theMomax committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    2a33634 View commit details
    Browse the repository at this point in the history
  2. use Coder's userInfo instead of static property for storing and regis…

    …tering unknown Mixin types
    theMomax committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    4913a3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9298f72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8e7232 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee00184 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd922fb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    36f3e5a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fe56c46 View commit details
    Browse the repository at this point in the history
  9. move decoding/encoding closure from CodingKeys to MixinCodingInformat…

    …ion + unify error handling closures and coding closures
    theMomax committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    f4d3d28 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0184502 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9c622f0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6845228 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    dd518a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Configuration menu
    Copy the full SHA
    76e28a8 View commit details
    Browse the repository at this point in the history