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: exercism/ruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: exercism/ruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: generator-setup
Choose a head ref
  • 9 commits
  • 107 files changed
  • 1 contributor

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    9adae4d View commit details
    Browse the repository at this point in the history
  2. Don't catch load error in hello-world

    Minitest version 5.0.0 was released in May 2013.
    That's 10 years ago. We don't need to worry about this anymore.
    kytrinyx committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    4a4736d View commit details
    Browse the repository at this point in the history
  3. Delete hand-holding in hello-world

    Exercism has evolved a lot.
    It has become clear that it is about teaching the language
    to programmers.
    It is not about teaching TDD.
    
    If we want to teach TDD, we will do it as a feature of the
    platform, not a hand-crafted course for a single track.
    kytrinyx committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    b6fbe2f View commit details
    Browse the repository at this point in the history
  4. Delete old generator

    This generator does not work with V3.
    We are replacing it with a less clever,
    language-agnostic generator.
    kytrinyx committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    0b3d959 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0fdf153 View commit details
    Browse the repository at this point in the history
  6. Fix acronym tests.toml

    The tests.toml file had two tests that were not included
    in the test suite.
    kytrinyx committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    69da91a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    042b14f View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Set up generator

    kytrinyx committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    c35e38f View commit details
    Browse the repository at this point in the history
  2. Add simple syntax file

    kytrinyx committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    ab368cf View commit details
    Browse the repository at this point in the history
Loading