eclipse-xtext / eclipse-xtext/xtext

ParallelFileSystemAccess does not handle IContextualOutputConfigurationProvider

Open
#2,371 0 comments 0 reactions 1 assignee View on GitHub

@szarnekow is already working on this.

Since Apr 3, 2019.

enhancement
Dominant language
Java
Stars
831
Forks
330
Avg merge
3d 7h
Merged PRs (30d)
12

Description

For the case that the output of generated has to be dependent on the current resource the interface IContextualOutputConfigurationProvider can be used. But this does not work with the ParallelFileSystemAccess, since the context resource is not considered when querying output configurations.

In ParallelFileSystemAccess#sendAsync() it must be considered that the file system access' output configuration are computed from the resource given be the IBuildContext. Currently ParallelFileSystemAccess has no access to the IBuildContext.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.