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

Calling init on a source is destructive to other attached metadata #190

Open
simensen opened this issue Dec 23, 2014 · 0 comments
Open

Calling init on a source is destructive to other attached metadata #190

simensen opened this issue Dec 23, 2014 · 0 comments
Labels
bug pending review Pending a decision on a path forward for older issues

Comments

@simensen
Copy link
Member

Specifically FileSource::init(), any existing metadata like converters will be lost when reprocess happens. For example, if a Markdown file tries to use: [], this will result in the Markdown converter being lost since it attaches itself as $source->data()->append('converters', 'markdown').

@simensen simensen added the bug label Dec 23, 2014
@beryllium beryllium added the pending review Pending a decision on a path forward for older issues label Feb 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug pending review Pending a decision on a path forward for older issues
Projects
None yet
Development

No branches or pull requests

2 participants