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

Show tests prints #422

Merged
merged 4 commits into from
Jun 12, 2020
Merged

Commits on Jun 3, 2020

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

Commits on Jun 4, 2020

  1. Configuration menu
    Copy the full SHA
    02a2fe4 View commit details
    Browse the repository at this point in the history
  2. feat: Add a --nocapture option to display test harnesses' outputs

    This new feature can be accessed by invoking rustlings with --nocapture.
    
    Both unit and integration tests added.
    
    closes rust-lang#262
    
    BREAKING CHANGES:
    The following function take a new boolean argument:
    	* `run`
    	* `verify`
    	* `test`
    	* `compile_and_test`
    AbdouSeck committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    8ad5f9b View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. fix(installation): Provide a backup git reference when tag can't be curl

    closes rust-lang#423
    
    If the parsed JSON data curled during a bash installation is not valid, use the repository's tag files
    as a backup. If those files don't exist somehow, then checkout the master branch and install it.
    AbdouSeck committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    9e4fb10 View commit details
    Browse the repository at this point in the history