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

Make hsStream typed readers and writers type-safe #871

Merged
merged 2 commits into from
Mar 14, 2021
Merged

Commits on Mar 12, 2021

  1. Configuration menu
    Copy the full SHA
    2749e1a View commit details
    Browse the repository at this point in the history
  2. Make all hsStream reads and writes size-explicit.

    This also makes the placement readers and writers type-safe.  However,
    unfortunately the non-placement readers cannot be made type-safe since
    they return an element rather than accepting one as a parameter.  For
    now, both styles are kept since both have their utility independently
    of each other.
    zrax committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    b1d38ba View commit details
    Browse the repository at this point in the history