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

test(basicnode): Increase test coverage for int and map types #454

Merged
merged 6 commits into from
Aug 25, 2022

Commits on Aug 3, 2022

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

Commits on Aug 4, 2022

  1. Configuration menu
    Copy the full SHA
    f3c3469 View commit details
    Browse the repository at this point in the history
  2. test(bindnode): Demonstrate test failure around union repr

    These tests build a struct with a union field. They all work except when the union is built as a typed node, and the top-level struct is built via representation. The union is copied using representation, and its assembler is incomplete, so the test fails.
    dustmop committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    eaaf2df View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    4b1218b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9799808 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

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