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

Conversation

leonschoorl
Copy link
Member

  • lots of small doc fixes
  • only export the constructors of Reset and Enable from Clash.Signal.Internal
  • warn about unparsed leftovers in json files
  • print location information of exceptions inside the compiler

@leonschoorl
Copy link
Member Author

leonschoorl commented Nov 4, 2019

TODO: revert #879

clash-lib/src/Data/Aeson/Extra.hs Outdated Show resolved Hide resolved
clash-prelude/src/Clash/Explicit/Signal.hs Show resolved Hide resolved
clash-prelude/src/Clash/Explicit/Signal.hs Show resolved Hide resolved
clash-prelude/src/Clash/Signal.hs Show resolved Hide resolved
clash-prelude/src/Clash/Signal.hs Show resolved Hide resolved
Remove unnecessary OPTIONS_GHC
  - Bundle documentation
  - Blinker examples in Tutorial
  - InlinePrimive example
  - clash-term README.md
By using the Reset constructor users can (accidentally) write code that
clash can't translate.
So it should be hidden from Clash.Prelude.
The order is first all enabling options in alphabetic order followed by all
disabling options.
This reverts commit 191701d.

Because we now print proper error locations from both
HasCallStack and profiling builds.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants