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

Various small changes #904

Merged
merged 10 commits into from
Nov 5, 2019
Merged

Various small changes #904

merged 10 commits into from
Nov 5, 2019

Commits on Nov 5, 2019

  1. Configuration menu
    Copy the full SHA
    21c7c72 View commit details
    Browse the repository at this point in the history
  2. Polish code

    Remove unnecessary OPTIONS_GHC
    leonschoorl committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    cc9b980 View commit details
    Browse the repository at this point in the history
  3. Polish docs

      - Bundle documentation
      - Blinker examples in Tutorial
      - InlinePrimive example
      - clash-term README.md
    leonschoorl committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    c59d23c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    291536e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0105965 View commit details
    Browse the repository at this point in the history
  6. Only export the Reset and Enable constructors from Clash.Signal.Internal

    By using the Reset constructor users can (accidentally) write code that
    clash can't translate.
    So it should be hidden from Clash.Prelude.
    leonschoorl committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    f11ca63 View commit details
    Browse the repository at this point in the history
  7. Simplify cabal.project

    leonschoorl committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    3378394 View commit details
    Browse the repository at this point in the history
  8. Make the two lists of language extenstions have the same order

    The order is first all enabling options in alphabetic order followed by all
    disabling options.
    leonschoorl committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    693a200 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    48ebeb6 View commit details
    Browse the repository at this point in the history
  10. Revert "Add '-fclash-no-catch-errors'"

    This reverts commit 191701d.
    
    Because we now print proper error locations from both
    HasCallStack and profiling builds.
    leonschoorl committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    bcc70a5 View commit details
    Browse the repository at this point in the history