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

Apply pending upstream pull requests #2

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Aug 30, 2019

  1. Examples update to Elm 0.19 from @opsb

    Applied to formatted code
    
    Original commit found here
    opsb@e89a699
    milesfrain committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    b000c2a View commit details
    Browse the repository at this point in the history
  2. Update examples in subdirectories for Elm 0.19

    To check if everything builds, use the following bash commands:
    cd examples
    shopt -s globstar
    elm make **/*.elm
    milesfrain committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    d308df5 View commit details
    Browse the repository at this point in the history
  3. fixed typo in msg name: Recieve -> Receive from @frankschmitt

    Original pull request here
    terezka#54
    
    The typos in examples/Selection2.elm were tackled in
    terezka#61
    milesfrain committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    4e9aa11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcd3a56 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59c0e72 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0c7732 View commit details
    Browse the repository at this point in the history
  7. Stepped.elm example fix, process cmd - from @headbandno2

    terezka#46
    Split this into two changes for easier diffing
    milesfrain committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    e2c3c6e View commit details
    Browse the repository at this point in the history
  8. Stepped.elm example fix, replace source text - from @headbandno2

    terezka#46
    Split this into two changes for easier diffing
    milesfrain committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    85171ae View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2ef18df View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2019

  1. Use abbreviated day of week

    Was originally printed with abbreviated formatting.
    Changed libraries here:
    terezka@a92d43d#diff-23c22c99a463689a572846b8c6f75331L321
    
    Documentation reference to original:
    ```
    %a - Day of week, abbreviated to three letters, e.g. "Wed"
    ```
    https://github.com/mgold/elm-date-format
    milesfrain committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    b2a5b0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    229151e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e36196 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c84da3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    69e1a60 View commit details
    Browse the repository at this point in the history