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

Refactor hints #231

Merged
merged 7 commits into from
Nov 11, 2019
Merged

Refactor hints #231

merged 7 commits into from
Nov 11, 2019

Commits on Nov 11, 2019

  1. feat: Index exercises by name

    BREAKING CHANGE: This changes the way you use `rustlings run` by now
    requiring an abridged form of the previous filename, e.g:
    
    `rustlings run exercises/if/if1.rs` becomes
    `rustlings run if1`
    marisa committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    627cdc0 View commit details
    Browse the repository at this point in the history
  2. feat: Refactor hint system

    Hints are now accessible using the CLI subcommand `rustlings hint
    <exercise name`.
    
    BREAKING CHANGE: This fundamentally changes the way people interact with exercises.
    marisa committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    9bdb0a1 View commit details
    Browse the repository at this point in the history
  3. fix(info): Fix trailing newlines for hints

    marisa committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    795b6e3 View commit details
    Browse the repository at this point in the history
  4. feat(hint): Add test for hint

    marisa committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    ce9fa6e View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into refactor-hints

    marisa authored Nov 11, 2019
    Configuration menu
    Copy the full SHA
    ec2d4bd View commit details
    Browse the repository at this point in the history
  6. fix tests

    marisa committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    48c35bc View commit details
    Browse the repository at this point in the history
  7. Address feedback

    marisa committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    1a7bb5a View commit details
    Browse the repository at this point in the history