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

Literals set the ref so that they no longer get named #826

Merged
merged 3 commits into from
Jun 1, 2018

Commits on Jun 1, 2018

  1. Have literals set their ref so that a name isn't allocated

    Fixes #763
    
    This has a few implications
    * Constructing a literal no longer increments _T_ suffixes
    * Internally, wrapping a literal Bits in Node(...) will work
    * Literal Bools work in withReset/withClockAndReset
    * Data.ref is potentially redundant
    jackkoenig committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    9443c7d View commit details
    Browse the repository at this point in the history
  2. Add test for #472

    jackkoenig committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    af3c7a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71f420a View commit details
    Browse the repository at this point in the history