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: anosidium/Module-Tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: CodeYourFuture/Module-Tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 64 files changed
  • 2 contributors

Commits on May 11, 2026

  1. Automate testing of initial sprints in tools module (CodeYourFuture#472)

    * Expected output now in expected folder
    * Github action which runs after validation, when Needs Review
    * Script that can be run to test locally before push
    * Split number sys qs into automatable/manualy checkable
    
    ---------
    
    Co-authored-by: l <l>
    LonMcGregor authored May 11, 2026
    Configuration menu
    Copy the full SHA
    743e491 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2026

  1. Make test-sdc script more portable (CodeYourFuture#520)

    * Add a shebang because `-v` is a bash-ism not present in whatever my
    default shell is on macOS.
    * Remove `--quiet` from `cmp` - macOS's `cmp` doesn't support it.
    illicitonion authored May 12, 2026
    Configuration menu
    Copy the full SHA
    f38fee5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab33fa5 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2026

  1. Improve cowsay comments (CodeYourFuture#522)

    * Trigger on added files - Cowsay involves writing brand new files
    * Hide previous comments
    * Fix completed -> complete
    * Clean up output a little
    illicitonion authored May 13, 2026
    Configuration menu
    Copy the full SHA
    d3857c2 View commit details
    Browse the repository at this point in the history
Loading