Skip to content

fix: diagnostic error for interface arguments #472

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

Merged
merged 1 commit into from
Mar 14, 2025

Conversation

gnikit
Copy link
Member

@gnikit gnikit commented Mar 14, 2025

This commit fixes a bug where the sub children of an
interface would not be properly checked for their letter case.

Fixes #471

This commit fixes a bug where the sub children of an
interface would not be properly checked for their letter case.

Fixes #471
Copy link

codecov bot commented Mar 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.33%. Comparing base (f7c3ecd) to head (a7a2199).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #472   +/-   ##
=======================================
  Coverage   88.33%   88.33%           
=======================================
  Files          35       35           
  Lines        4800     4800           
=======================================
  Hits         4240     4240           
  Misses        560      560           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@gnikit gnikit merged commit ff31b7e into master Mar 14, 2025
30 checks passed
@gnikit gnikit deleted the fix/diag-error-lowercase-interface-args branch March 14, 2025 09:12
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.

Case sensitive dummy function name
1 participant