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

Add message about non-release mode to crystal --version #13254

Merged
merged 5 commits into from
Apr 24, 2023

Commits on Mar 31, 2023

  1. Add more customizations to Crystal::Config.description

    * Allow passing in git sha and date to Makefile
    * Remove empty parens when date is ""
    * Add message when compiler was not compiled in release mode
    
    When building in a nix derivation, there is no git directory, so you
    have to pass in the sha manually. Also, all the file modification
    times are set to epcoh, and I think it'd be nicer to just have the
    builds not have a date rather than the obviously wrong 1970-01-01.
    
    I don't think we need to always have release mode information, but it
    would be useful I think to have a way to see when you're working with a
    non-release compiler.
    will committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    cafec08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0b4f18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    710f87c View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    4b672b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54b1d85 View commit details
    Browse the repository at this point in the history