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

Erg pystd fixes #515

Merged
merged 2 commits into from
Jul 8, 2024
Merged

Erg pystd fixes #515

merged 2 commits into from
Jul 8, 2024

Commits on Jul 8, 2024

  1. fix(erg_compiler): fix typo in abc.d.er

    s/abstruct/abstract/g
    
    Because abstruct does not exists in Python ;)
    
    Signed-off-by: Lionel H <[email protected]>
    Lionel H committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    2d8a673 View commit details
    Browse the repository at this point in the history
  2. feat(erg): add subclasshook method in abc.d.er

    Add __subclasshook__ magic method which is used to implement the logic
    that validates a class correctly conform to an interface.
    
    Signed-off-by: Lionel H <[email protected]>
    Lionel H committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    0dd9e08 View commit details
    Browse the repository at this point in the history