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

Implement Feature/rdf #4

Merged
merged 12 commits into from Nov 6, 2017
Merged

Implement Feature/rdf #4

merged 12 commits into from Nov 6, 2017

Conversation

rubensworks
Copy link
Member

Packages related to RDF parsing

@rubensworks rubensworks self-assigned this Oct 20, 2017
@rubensworks rubensworks added this to To Review in Development 1.0.0 Oct 20, 2017
@rubensworks rubensworks changed the title Feature/rdf Implement Feature/rdf Oct 20, 2017
@rubensworks rubensworks mentioned this pull request Oct 20, 2017
2 tasks
@rubensworks
Copy link
Member Author

rubensworks commented Oct 24, 2017

Also added 5f47bfd and later, might be good to check those in isolation.

Copy link
Member

@joachimvh joachimvh left a comment

Choose a reason for hiding this comment

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

Got this running so I assume it's fine. Didn't manage to do the whole curl streaming into the application due to the whole having to set NODE_PATH variable also.

I also don't think it's really feasible to do a full code review of everything. There's so much boilerplate stuff (e.g. the jsonld files, the similar interfaces, etc.) making it hard to see the actual relevant parts to look at :|

export class ActorInitRdfParse extends ActorInit implements IActorInitRdfParseArgs {

public readonly mediatorRdfParse: Mediator<Actor<IActionRdfParseOrMediaType, IActorTest,
IActorOutputRdfParseOrMediaType>, IActionRdfParseOrMediaType, IActorTest, IActorOutputRdfParseOrMediaType>;
Copy link
Member

Choose a reason for hiding this comment

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

Totally readable :P

"no-var-requires": false,
"no-unused-expression": false
}
}
Copy link
Member

Choose a reason for hiding this comment

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

:o
(and some others)

Copy link
Member Author

Choose a reason for hiding this comment

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

Most files have this apparently, will fix once this is merged.

@rubensworks rubensworks merged commit d9ae189 into master Nov 6, 2017
@rubensworks rubensworks deleted the feature/rdf branch November 6, 2017 00:31
@rubensworks rubensworks removed this from To Review in Development 1.0.0 Nov 6, 2017
@rubensworks rubensworks added this to Done in Development 1.0.0 Nov 7, 2017
jitsedesmet pushed a commit to jitsedesmet/comunica that referenced this pull request Aug 8, 2023
jitsedesmet pushed a commit to jitsedesmet/comunica that referenced this pull request Aug 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants