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

Check methods of a type are present on its Atoms #3689

Merged
merged 4 commits into from
Sep 7, 2022

Conversation

JaroslavTulach
Copy link
Member

@JaroslavTulach JaroslavTulach commented Sep 7, 2022

Pull Request Description

Found a bug when accessing keys via get(constructor). Providing a test and a fix.

Important Notes

Marcin, is it correct that the whole set of members of End is: [head, tail, Int, is_empty, IntList]? What does Int and IntList do there? Shall test test check for their presence? Answer: rename Int and IntList to lowercase and yes, then the members shall be there. Done in ca9f42a.

Checklist

Please include the following checklist in your PR:

  • All code conforms to the Java style guides.
  • All code has been tested:
    • Unit tests have been written where possible.

[ci no changelog needed]

@JaroslavTulach JaroslavTulach self-assigned this Sep 7, 2022
@JaroslavTulach JaroslavTulach requested a review from 4e6 as a code owner September 7, 2022 05:05
@JaroslavTulach JaroslavTulach force-pushed the wip/jtulach/CheckAtomMembers_183000876 branch from d107f90 to 1716ab6 Compare September 7, 2022 07:12
@JaroslavTulach JaroslavTulach added the CI: Ready to merge This PR is eligible for automatic merge label Sep 7, 2022
@mergify mergify bot merged commit 9967dd3 into develop Sep 7, 2022
@mergify mergify bot deleted the wip/jtulach/CheckAtomMembers_183000876 branch September 7, 2022 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI: Ready to merge This PR is eligible for automatic merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants