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

Log two new first class procedure tests #26214

Merged
merged 2 commits into from
Nov 12, 2024

Conversation

lydia-duncan
Copy link
Member

@lydia-duncan lydia-duncan commented Nov 5, 2024

These tests are based off of #18413, though updated for the new syntax for FCPs (based on the deprecation warnings I encountered when trying to compile them).

A fresh checkout of the tests behaved as expected

These tests are based off of chapel-lang#18413, though updated for the new syntax for FCPs.
Unfortunately, the new syntax has caused the second test (which was a workaround
for the first) to also not work, so both are being logged as futures.

----
Signed-off-by: Lydia Duncan <[email protected]>
…te tests

`proc (` is not supported due to parser conflicts, only `proc(`.  Updated the
tests with that in mind.  The assignInIfExpr test still encountered a syntax
error, so update the .bad file, and point the .future file at the original
issue.

The assignLater test also needed to update the syntax declaring the type of the
variable, but after that the test worked like the original version did at the
time it was created, so removed the .bad and .future file.

----
Signed-off-by: Lydia Duncan <[email protected]>
@lydia-duncan lydia-duncan changed the title Log two new first class procedure futures Log two new first class procedure tests Nov 8, 2024
@lydia-duncan lydia-duncan merged commit 4cf95ab into chapel-lang:main Nov 12, 2024
7 checks passed
@lydia-duncan lydia-duncan deleted the addFcfTests branch November 12, 2024 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant