Skip to content

Ch6 - generalize concrete test Action Multiply (Array Int) #335

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

Conversation

gomain
Copy link

@gomain gomain commented May 13, 2021

Related to #334, the current test relies on a specific implementation of Action Multiply Int.

@gomain gomain changed the title Ch6 - generalize concrete test Action Multiply Array Ch6 - generalize concrete test Action Multiply (Array Int) May 13, 2021
@@ -208,7 +208,7 @@ Note to reader: Delete this line to expand comment block -}
Assert.equal (act m1 (act m2 a))
$ act (m1 <> m2) a
test "Multiply Array Int concrete" do
Copy link
Member

Choose a reason for hiding this comment

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

Don't know if "concrete" is still the best name here, but can't think of anything better at the moment.

Copy link
Author

Choose a reason for hiding this comment

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

How about "Acts on array elements"?

Copy link
Author

Choose a reason for hiding this comment

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

This changes the schema of test-naming though. Maybe do as part of #138.

Copy link
Member

Choose a reason for hiding this comment

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

How about "Acts on array elements"?

Sounds good to me

@gomain gomain force-pushed the generalize-concrete-test-action-multiply-array branch from 72428fe to a108c5f Compare May 15, 2021 05:33
@milesfrain
Copy link
Member

Superseded by #338

@milesfrain milesfrain closed this May 18, 2021
@gomain gomain deleted the generalize-concrete-test-action-multiply-array branch May 18, 2021 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants