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/crystal
base: 2d2ebac624d6
Choose a base ref
...
head repository: crystal-lang/crystal
compare: 08aaa7b41699
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 23, 2017

  1. Honor no-color option from spec command

    Prior this change, `crystal spec` only recognized `--no-color` when
    provided as child command additional arguments.
    
    This worked:
    
        $ crystal spec -- --no-color
    
    However, this didn't:
    
        $ crystal spec --no-color
    
    This change ensures that option specified to `spec` command is passed
    to child process.
    
    Fixes #1587
    Ref #4292
    luislavena committed Oct 23, 2017
    Copy the full SHA
    03bf122 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2017

  1. Merge pull request #5168 from luislavena/pass-spec-no-color-option

    Honor no-color option from `spec` command
    asterite committed Oct 25, 2017
    Copy the full SHA
    08aaa7b View commit details
    Browse the repository at this point in the history