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

chore: updating go-schema-processor library #602

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

javip97
Copy link
Contributor

@javip97 javip97 commented Jan 17, 2024

Note!

that hardcoded nil is due to the following reason:

go_schema_processor -> document_loader.go

this switch case is performed:

case d.ipfsCli != nil:

with the introduced update in this library the received value inside the function was:
*shell.Shell(nil)

giving a result that *shell.Shell(nil) != nil and panicking in the next line that was invoking the shell

@javip97 javip97 self-assigned this Jan 17, 2024
@javip97 javip97 requested a review from a team as a code owner January 17, 2024 14:07
Copy link
Contributor

@martinsaporiti martinsaporiti left a comment

Choose a reason for hiding this comment

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

LGTM

@javip97 javip97 merged commit 1f79ff3 into develop Jan 17, 2024
3 checks passed
@javip97 javip97 deleted the updating-go-schema-processor-library branch January 17, 2024 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants