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

Implement verify #3621

Merged
merged 11 commits into from
Mar 16, 2024
Merged

Implement verify #3621

merged 11 commits into from
Mar 16, 2024

Conversation

HarshitaKalani
Copy link
Contributor

Continuing #3497

b.f90 Outdated Show resolved Hide resolved
@@ -534,6 +537,8 @@ namespace IntrinsicElementalFunctionRegistry {
"rrspacing"},
{static_cast<int64_t>(IntrinsicElementalFunctions::Repeat),
"Repeat"},
{static_cast<int64_t>(IntrinsicElementalFunctions::StringContainsSet),
"Verify"},
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"Verify"},
"StringContainsSet"},

Copy link
Contributor

Choose a reason for hiding this comment

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

If this is too complicated right now, just leave it and we can fix it in a separate PR.

@@ -721,6 +726,7 @@ namespace IntrinsicElementalFunctionRegistry {
{"digits", {&Digits::create_Digits, &Digits::eval_Digits}},
{"rrspacing", {&Rrspacing::create_Rrspacing, &Rrspacing::eval_Rrspacing}},
{"repeat", {&Repeat::create_Repeat, &Repeat::eval_Repeat}},
{"verify", {&StringContainsSet::create_StringContainsSet, &StringContainsSet::eval_StringContainsSet}},
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
{"verify", {&StringContainsSet::create_StringContainsSet, &StringContainsSet::eval_StringContainsSet}},
{"string_contains_set", {&StringContainsSet::create_StringContainsSet, &StringContainsSet::eval_StringContainsSet}},

@HarshitaKalani
Copy link
Contributor Author

Fails due to: #3584

@HarshitaKalani HarshitaKalani marked this pull request as ready for review March 16, 2024 14:37
Copy link
Contributor

@certik certik left a comment

Choose a reason for hiding this comment

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

I think that this is good to merge, thanks @HarshitaKalani !

@certik certik enabled auto-merge March 16, 2024 16:01
@certik certik merged commit 8721e5f into lfortran:main Mar 16, 2024
21 checks passed
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.

None yet

2 participants