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 accumulate exercise #86

Merged
merged 5 commits into from
Sep 9, 2023
Merged

Add accumulate exercise #86

merged 5 commits into from
Sep 9, 2023

Conversation

mfoda
Copy link
Contributor

@mfoda mfoda commented Nov 17, 2020

This exercise does not have a canonical-data.json in the problem-specifications, and therefore no tests.toml file. Test cases were adapted from the C# track.

Test cases do not compile since providing the method's signature/stub would give away too much of the solution. That should be ok since all compile errors go away as soon as the signature is found out for the first test case.

Based on some quick testing it looks like haxe does eager evaluation, so the lazy evaluation test case is provided but commented out.

Base automatically changed from master to main January 28, 2021 19:24
@BNAndras BNAndras self-assigned this Sep 9, 2023
@BNAndras BNAndras added x:rep/medium Medium amount of reputation x:module/practice-exercise Work on Practice Exercises labels Sep 9, 2023
@BNAndras
Copy link
Member

BNAndras commented Sep 9, 2023

Once I sync the files, I'll then deprecate the exercise per @exercism/problem-specifications#1918

@BNAndras BNAndras merged commit 23cc4f1 into exercism:main Sep 9, 2023
1 of 2 checks passed
BNAndras added a commit that referenced this pull request Sep 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
x:module/practice-exercise Work on Practice Exercises x:rep/medium Medium amount of reputation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants