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

Bump Strudy to version 3.0.1 #1325

Merged
merged 2 commits into from
Aug 27, 2024
Merged

Bump Strudy to version 3.0.1 #1325

merged 2 commits into from
Aug 27, 2024

Conversation

tidoust
Copy link
Member

@tidoust tidoust commented Aug 26, 2024

Tests updated to use the new study function

Tests updated to use the new `study` function
@@ -40,6 +39,7 @@ const ignorableAnomalies = [

function writeAnomalies(report) {
function writeAnomaly(anomaly) {
return anomaly.content;
return `- ${anomaly.name} in ${anomaly.specs.map(s => s.shortname).join(', ')}: ${anomaly.message}`;
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
return `- ${anomaly.name} in ${anomaly.specs.map(s => s.shortname).join(', ')}: ${anomaly.message}`;

(or get rid of writeAnomaly altogether since it can reasonably be inlined in L47 now)

Copy link
Member Author

Choose a reason for hiding this comment

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

Oh thanks, forgot to clean the code!

@tidoust tidoust merged commit eace588 into main Aug 27, 2024
1 check passed
@tidoust tidoust deleted the bump-strudy branch August 27, 2024 06:14
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.

2 participants