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

Implemented interface filter for components #206

Merged
merged 1 commit into from
Dec 31, 2023
Merged

Conversation

lvcabral
Copy link
Owner

@lvcabral lvcabral commented Dec 31, 2023

Changes on this PR (finishing implementation of #164):

  • When using explicit interface, only methods from that interface are accessible.
  • If trying to access interface directly (no method) a Syntax Error is raised

Copy link

sonarcloud bot commented Dec 31, 2023

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

1 New issue
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@lvcabral lvcabral merged commit ece873e into master Dec 31, 2023
3 checks passed
@lvcabral lvcabral deleted the filter-interface branch January 19, 2024 05:48
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.

1 participant