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

Update AvlMap.mpl; Add tests for [AvlMap] #70

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

myCrack
Copy link
Contributor

@myCrack myCrack commented May 19, 2024

Update AvlMap.mpl; Add tests for [AvlMap]

Fix [AvlMap.clear] so that it destroy nodes
Make [AvlMap] compilable
Make AvlMap.mpl consistent with the rest
Make [AvlMap.find] produce references
Add tests for [AvlMap]
Fix CommandLineTest.mpl's wording
Add [AbortStatic], [InvocationCounter], [reportTestName] and [testSchemaName]

@myCrack myCrack force-pushed the avl_map branch 2 times, most recently from a12fd1a to 6e00403 Compare May 19, 2024 14:33
@myCrack myCrack changed the title Fix [AvlMap.clear] so that it destroy nodes; Make [AvlMap] compilable; Make AvlMap.mpl consistent with the rest; Make [AvlMap.find] produce reference; Add tests for [AvlMap]; Fix CommandLineTest.mpl's wording; Add [AbortStatic], [InvocationCounter], [reportTestName] and [testSchemaName] Fix [AvlMap.clear] so that it destroy nodes; Make [AvlMap] compilable; Make AvlMap.mpl consistent with the rest; Make [AvlMap.find] produce reference; Add tests for [AvlMap]; Fix CommandLineTest.mpl's wording; Add [AbortStatic], [InvocationCounter], [reportTestName] and [testSchemaName]; Fix CI May 19, 2024
@myCrack myCrack changed the title Fix [AvlMap.clear] so that it destroy nodes; Make [AvlMap] compilable; Make AvlMap.mpl consistent with the rest; Make [AvlMap.find] produce reference; Add tests for [AvlMap]; Fix CommandLineTest.mpl's wording; Add [AbortStatic], [InvocationCounter], [reportTestName] and [testSchemaName]; Fix CI Update AvlMp.mpl; Add tests for [AvlMap] Fix [AvlMap.clear] so that it destroy nodes Make [AvlMap] compilable; Make AvlMap.mpl consistent with the rest Make [AvlMap.find] produce references Add tests for [AvlMap] Fix CommandLineTest.mpl's wording Add [AbortStatic], [InvocationCounter], [reportTestName] and [testSchemaName] Fix CI May 19, 2024
@myCrack myCrack changed the title Update AvlMp.mpl; Add tests for [AvlMap] Fix [AvlMap.clear] so that it destroy nodes Make [AvlMap] compilable; Make AvlMap.mpl consistent with the rest Make [AvlMap.find] produce references Add tests for [AvlMap] Fix CommandLineTest.mpl's wording Add [AbortStatic], [InvocationCounter], [reportTestName] and [testSchemaName] Fix CI Update AvlMp.mpl; Add tests for [AvlMap] May 19, 2024
Comment on lines -42 to -45
result: {
success: FALSE;
value: 0nx @valueType addressToReference;
};
Copy link
Contributor Author

@myCrack myCrack May 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How it was.

{success: ...; value: ...;}

find: [
key:;
[
result: @Node.@value Ref;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How it became.

@value

@myCrack myCrack changed the title Update AvlMp.mpl; Add tests for [AvlMap] Update AvlMap.mpl; Add tests for [AvlMap] May 19, 2024
x added 3 commits June 20, 2024 23:45
…; Make AvlMap.mpl consistent with the rest; Make [AvlMap.find] produce reference; Add tests for [AvlMap]; Fix CommandLineTest.mpl's wording; Add [AbortStatic], [InvocationCounter], [reportTestName] and [testSchemaName]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant