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

[Fix] FileInput & FileItem circular dependency #884

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

LJKaski
Copy link
Collaborator

@LJKaski LJKaski commented Nov 19, 2024

Description

Upon building there was a warning about a circular dependency between FileInput and FileItem. It seemed to have originated from the shared class name object. Separating FileItem classes to reside in the correct file seems to have fixed the issue.

How Has This Been Tested?

Tested by building locally and checking that the warning message no longer appears upon building.

Release notes

FileItem, FileInput

  • Fix circular dependency between FileInput and FileItem

@LJKaski LJKaski added the bug Something isn't working label Nov 19, 2024
@LJKaski LJKaski self-assigned this Nov 19, 2024
@LJKaski LJKaski requested a review from riitasointi as a code owner November 19, 2024 10:00
@LJKaski LJKaski force-pushed the fix/fileinput-fileitem-circular-dependency branch from 2d140c1 to cac0bcb Compare November 29, 2024 07:15
@LJKaski LJKaski force-pushed the fix/fileinput-fileitem-circular-dependency branch from cac0bcb to 4e852f0 Compare December 17, 2024 08:31
@LJKaski LJKaski merged commit a60c6cc into develop Dec 17, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

Successfully merging this pull request may close these issues.

2 participants