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

Added documentation to all the affected functions of Issue #1073

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

Commits on Dec 16, 2019

  1. Added documentation to all the affected functions of Issue elm#1072 (…

    …comment)
    
    to warn affected developers.
    CSDUMMI committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    ac7f187 View commit details
    Browse the repository at this point in the history
  2. Consistent attention seeking.

    CSDUMMI committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    b53eaf3 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. Changed fdiv function, to use Maybe

    - returning Nothing, if divisor = 0.
    CSDUMMI committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    55fc7ba View commit details
    Browse the repository at this point in the history
  2. idiv function uses Maybe and returns

    Nothing if divisor = 0.
    CSDUMMI committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    07a9a29 View commit details
    Browse the repository at this point in the history
  3. modby function uses Maybe and returns Nothing if divisor = 0.

    **This prevents a crash**
    CSDUMMI committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    e6c6609 View commit details
    Browse the repository at this point in the history
  4. remainderBy uses Maybe and returns Nothing if divisor = 0.

    SOLVED small error.
    CSDUMMI committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    3b1967a View commit details
    Browse the repository at this point in the history