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: riverwolf67/bash
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: exercism/bash
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.
  • 18 commits
  • 69 files changed
  • 5 contributors

Commits on Jan 10, 2025

  1. Concept: functions (exercism#715)

    * Concept: functions
    
    * reword sentence about local variable "overwriting" global variable
    
    * Use wording from the manual
    
    * add FUNCNAME and FUNCNEST notes
    glennj authored Jan 10, 2025
    Configuration menu
    Copy the full SHA
    c8298b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2025

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

Commits on Jan 19, 2025

  1. Improve description of Error Handling exercise (exercism#719)

    * Improve description of error handling exercise
    
    * Remove exact greeting and error from error handling exercise description
    
    * Improve language for error handling exercise
    
    Co-authored-by: Isaac Good <[email protected]>
    
    * Fix punctuation for error handling exercise
    
    Co-authored-by: Isaac Good <[email protected]>
    
    * Improve grammar and clarify the error handling exercise description
    
    Co-authored-by: Isaac Good <[email protected]>
    
    ---------
    
    Co-authored-by: Isaac Good <[email protected]>
    rsp and IsaacG authored Jan 19, 2025
    Configuration menu
    Copy the full SHA
    496b5c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed78d83 View commit details
    Browse the repository at this point in the history
  3. Replace beer song with bottle song (exercism#724)

    Replace beer song with bottle song
    IsaacG authored Jan 19, 2025
    Configuration menu
    Copy the full SHA
    75cce68 View commit details
    Browse the repository at this point in the history
  4. Concept: Arrays (exercism#722)

    * WIP Concept: Arrays
    
    * review suggestions
    
    * Update concepts/arrays/introduction.md
    
    Co-authored-by: Isaac Good <[email protected]>
    
    * Update concepts/arrays/introduction.md
    
    Co-authored-by: Isaac Good <[email protected]>
    
    * Update concepts/arrays/introduction.md
    
    Co-authored-by: Isaac Good <[email protected]>
    
    * Update concepts/arrays/introduction.md
    
    Co-authored-by: Isaac Good <[email protected]>
    
    * Update concepts/arrays/introduction.md
    
    Co-authored-by: Isaac Good <[email protected]>
    
    * Update concepts/arrays/introduction.md
    
    Co-authored-by: Isaac Good <[email protected]>
    
    * add about doc
    
    ---------
    
    Co-authored-by: Isaac Good <[email protected]>
    glennj and IsaacG authored Jan 19, 2025
    Configuration menu
    Copy the full SHA
    ab73ccd View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2025

  1. Make top-level headers consistent (exercism#725)

    Even though I think they are ignored when rendering the page.
    glennj authored Jan 20, 2025
    Configuration menu
    Copy the full SHA
    c959de2 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. Concept: Arithmetic (exercism#726)

    * WIP Concept: Arithmetic
    
    * Concept: Arithmetic
    
    * review suggestions
    
    * spaces inside expressions; link to Arrays; populate About doc
    glennj authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    59e73c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2025

  1. configlet sync (exercism#727)

    glennj authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    6beb556 View commit details
    Browse the repository at this point in the history
  2. Resistor color (exercism#728)

    Add exercise: Resistor Color
    glennj authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    f941181 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2025

  1. Arrays concept part 2 (exercism#729)

    * Arrays concept part 2
    
    * remove the indirect expansion section
    
    * Apply suggestions from code review
    
    Co-authored-by: Isaac Good <[email protected]>
    
    * review suggestions
    
    * populate about
    
    ---------
    
    Co-authored-by: Isaac Good <[email protected]>
    glennj and IsaacG authored Feb 23, 2025
    Configuration menu
    Copy the full SHA
    f2ad61c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89b64e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

  1. Simple Cipher: Corrected a test. (exercism#731)

    - The last line of the "Can generate a random key" test was incorrect.
    borderite authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    aaa8412 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. update bash-hackers.org links from archive.org (exercism#732)

    An earlier archived version seems more complete.
    glennj authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    7191629 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2025

  1. Add missing quotation mark in about.md (exercism#733)

    Closing quotation mark was missing in assignment of sparse array
    camille-s authored Mar 27, 2025
    Configuration menu
    Copy the full SHA
    7670036 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2025

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

Commits on Apr 24, 2025

  1. Concept: Redirections (exercism#736)

    * WIP Concept: Redirections
    
    * populate the About document
    
    * review suggestions
    
    * renamed directory
    
    * Isaac's lastest suggestions
    
    * copy introduction from about
    
    * kotp's latest suggestion
    glennj authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    bcb74ca View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2025

  1. Concept: Here Documents (exercism#737)

    * WIP Heredoc concept
    
    * add here strings
    
    * add links
    
    * updates to concept readme
    
    * add heredocs to syllabus document
    
    * review suggestions
    
    * review suggestions
    
    * a more active voice
    
    * Adding a real-world example and possible drawbacks.
    Also replacing the image in the concept readme with a mermaid diagram.
    
    * introduce "heresstring" word
    
    * review comments, and populating intro doc
    glennj authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    ad2cc24 View commit details
    Browse the repository at this point in the history
Loading