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

add ThrownExceptionNotInFunction rule to the Analyzer Plugin #585

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

Commits on Jun 12, 2024

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

Commits on Jun 14, 2024

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

Commits on Jun 18, 2024

  1. add some flatMap cases

    halotukozak committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8aeed88 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Nothing is a special bottom type; it is a subtype of every other type…

    …. The Scala compiler loves to infer Nothing as a generic type but that is almost always incorrect. Explicit type arguments should be used instead.
    halotukozak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    9622a3f View commit details
    Browse the repository at this point in the history
  2. Revert "Nothing is a special bottom type; it is a subtype of every ot…

    …her type. The Scala compiler loves to infer Nothing as a generic type but that is almost always incorrect. Explicit type arguments should be used instead."
    
    This reverts commit 9622a3f.
    halotukozak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    4b554f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f836b1 View commit details
    Browse the repository at this point in the history
  4. add more tests

    halotukozak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    e259d63 View commit details
    Browse the repository at this point in the history
  5. add more tests

    halotukozak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    ae2b07a View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. add and fix test

    halotukozak committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    da13377 View commit details
    Browse the repository at this point in the history
  2. lil enhancement

    halotukozak committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    0c3b54c View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Merge branch 'refs/heads/master' into 500-handle-thrown-exception-out…

    …side-the-monadic-context-of-task
    halotukozak committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    0a59f61 View commit details
    Browse the repository at this point in the history