eclipse-xtext / eclipse-xtext/xtext
ParallelFileSystemAccess does not handle IContextualOutputConfigurationProvider
Open
@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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.