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

Add new util.address.ObjectOf #6

Merged
merged 4 commits into from
Oct 24, 2021
Merged

Add new util.address.ObjectOf #6

merged 4 commits into from
Oct 24, 2021

Commits on Oct 24, 2021

  1. Add new util.address.ObjectOf

    This class can replace util.address.CreationOf which only works in
    conjunction with the `WithCreation` trait. The ObjectOf definition
    instead creates instances of the given type (without invoking their
    constructor) and directly sets member variables
    thekid committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    be5df2e View commit details
    Browse the repository at this point in the history
  2. Add more tests

    thekid committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    eb3d7e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc523f4 View commit details
    Browse the repository at this point in the history
  4. QA: Code brevity

    thekid committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    6a9b41b View commit details
    Browse the repository at this point in the history