8000 Comparing v0.19.1...master · crystal-lang/shards · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: crystal-lang/shards
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.19.1
Choose a base ref
...
head repository: crystal-lang/shards
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 7 commits
  • 50 files changed
  • 3 contributors

Commits on Feb 3, 2025

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

Commits on Feb 12, 2025

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

Commits on Feb 13, 2025

  1. Expand DESTDIR outside of prefixed dir variables (#669)

    Per convention, `DESTDIR` should only be expanded directly in the install/uninstall targets, not prefixed into the directory variables.
    straight-shoota authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    cccd47a View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2025

  1. Vendor lib/molinillo (#663)

    Commits the dependency code into this repository, as suggested in crystal-lang/crystal#15344 (comment). We're already doing the same in https://github.com/crystal-lang/crystal.
    
    This simplifies the build process. All code required for building shards is contained in this repository (except for Crystal stdlib). There's no need to bootstrap the initial installation of the molinillo dependency anymore.
    straight-shoota authored Feb 22, 2025
    Configuration menu
    Copy the full SHA
    02ff388 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2025

  1. Update actions/checkout action to v4 (#670)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 15, 2025
    Configuration menu
    Copy the full SHA
    e74e050 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

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

Commits on Jun 5, 2025

  1. Add dependency name in the logs (#676)

    In certain cases, it's unclear which package causes an error during shard installation.
    The log output now indicates the package context for each message.
    
    ```
    Fetching https://github.com/sija/retriable.cr.git
    [retriable] git config --get remote.origin.mirror
    [nbchannel] git fetch --all --quiet
    [splay_tree_map] git fetch --all --quiet
    ```
    miry authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    a25e2ab View commit details
    Browse the repository at this point in the history
Loading
0