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

feat: parse output of swift package dump-package #19

Merged
merged 38 commits into from
Nov 22, 2022

Commits on Nov 22, 2022

  1. Configuration menu
    Copy the full SHA
    97fe4f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    128de18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99082fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74a1201 View commit details
    Browse the repository at this point in the history
  5. Find swift binary

    cgrindel committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    c124723 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d628cbc View commit details
    Browse the repository at this point in the history
  7. Introduced jsonmap

    cgrindel committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    c65ec68 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    09e8a94 View commit details
    Browse the repository at this point in the history
  9. Add tests for jsonmap.Map

    cgrindel committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    a810b9b View commit details
    Browse the repository at this point in the history
  10. Add tests for jsonmap.Slice

    cgrindel committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    08eda7a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    19ef888 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    18baf87 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4eafb3d View commit details
    Browse the repository at this point in the history
  14. Renamed Dump to Manifest

    cgrindel committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    72a9b9c View commit details
    Browse the repository at this point in the history
  15. Add Platform

    cgrindel committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    9afa9a1 View commit details
    Browse the repository at this point in the history
  16. Add jsonmap.Strings.

    cgrindel committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    9793bf7 View commit details
    Browse the repository at this point in the history
  17. Add swiftpkg.Product

    cgrindel committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    4521c77 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3f8c9ba View commit details
    Browse the repository at this point in the history
  19. Renamed jsonmap to jsonutils

    cgrindel committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    ea8f700 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9aa77fa View commit details
    Browse the repository at this point in the history
  21. Add errors

    cgrindel committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    5e21843 View commit details
    Browse the repository at this point in the history
  22. Add IsMissingKeyError

    cgrindel committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    7ce3834 View commit details
    Browse the repository at this point in the history
  23. Add go-multierror

    cgrindel committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    9da4962 View commit details
    Browse the repository at this point in the history
  24. Switched StringAtKey to err

    cgrindel committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    eb2c1d4 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    a49fb8f View commit details
    Browse the repository at this point in the history
  26. Switched MapAtKey

    cgrindel committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    a4ceb76 View commit details
    Browse the repository at this point in the history
  27. Switched SliceAtKey

    cgrindel committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    52394d5 View commit details
    Browse the repository at this point in the history
  28. Switched BytesAtKey

    cgrindel committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    6ead0f9 View commit details
    Browse the repository at this point in the history
  29. Switched UnmarshalAtKey

    cgrindel committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    a3e092d View commit details
    Browse the repository at this point in the history
  30. Add IndexTypeError

    cgrindel committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    a4e374e View commit details
    Browse the repository at this point in the history
  31. Remove commented code

    cgrindel committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    84d3a5c View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    a8054cc View commit details
    Browse the repository at this point in the history
  33. Started adding json_slice

    cgrindel committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    4500caf View commit details
    Browse the repository at this point in the history
  34. Add ProductReference

    cgrindel committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    1dfab7a View commit details
    Browse the repository at this point in the history
  35. Add ByNameReference

    cgrindel committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    210d10b View commit details
    Browse the repository at this point in the history
  36. Clean up

    cgrindel committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    2e7d1f5 View commit details
    Browse the repository at this point in the history
  37. Clean up

    cgrindel committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    04a5694 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    7d6e284 View commit details
    Browse the repository at this point in the history