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

Fixed tomuss parser (we broke it again) #21

Merged
merged 4 commits into from
Oct 16, 2023
Merged

Conversation

FlashOnFire
Copy link
Collaborator

It couldn't extract the url when it was located in the "empty_is" field (why is it even here ??)

It couldn't extract the url when it was located in the "empty_is" field (why is it even here ??)
Copy link
Member

@hatch01 hatch01 left a comment

Choose a reason for hiding this comment

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

would be better to avoid any type error to modify with something like :

var props = line[id];
if (props is List && props.isNotEmpty)

Also we should not print anything in a release version.
So I think the best thing is to do nothing.
we also can throw an error but it will create a cascade crash

@hatch01
Copy link
Member

hatch01 commented Oct 15, 2023

It couldn't extract the url when it was located in the "empty_is" field (why is it even here ??)

♥️ tomuss

@FlashOnFire
Copy link
Collaborator Author

@hatch01 everything should be fine now

@hatch01 hatch01 merged commit ebacc96 into onyx-lyon1:dev Oct 16, 2023
0 of 5 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.

2 participants