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: f23a126de287
Choose a base ref
...
head repository: crystal-lang/crystal
compare: a214c8da0530
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Sep 18, 2017

  1. Introduce crystal --stdin-filename source flag to compile source from…

    … STDIN, closes #4561.
    
    Synopsys:
    
    ```bash
    cat src/math/math.cr | ./bin/crystal build --no-codegen --no-color -o /dev/null -f
    json --stdin-filename src/math/math.cr
    ```
    akzhan committed Sep 18, 2017
    Copy the full SHA
    7085f3c View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2017

  1. Merge pull request #4571 from akzhan/introduce-crystal-compiler-flag-…

    …--fake-source-source-path
    
    Introduce crystal --stdin-filename source flag
    asterite committed Sep 21, 2017
    Copy the full SHA
    a214c8d View commit details
    Browse the repository at this point in the history