Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

fix: align behaviour between go and js for content without paths#3385

Merged
achingbrain merged 3 commits intomasterfrom
fix/align-behaviour-between-go-and-js-for-content-without-paths
Nov 12, 2020
Merged

fix: align behaviour between go and js for content without paths#3385
achingbrain merged 3 commits intomasterfrom
fix/align-behaviour-between-go-and-js-for-content-without-paths

Conversation

@achingbrain
Copy link
Member

Aligns behaviour between js and go when no path is present during an import

  • we now pass an empty string instead of 'unknown'.

Fixes a bug where due to parallel file imports, the reported size of
ingested bytes was getting mixed up.

We now tally imported bytes against the reported file name instead of
assuming a sequential import, taking care to not let the tally grow
until memory is exhausted.
Aligns behaviour between js and go when no path is present during an import
- we now pass an empty string instead of `'unknown'`.
Base automatically changed from fix/ensure-correct-file-progress-is-reported to master November 12, 2020 12:00
@achingbrain achingbrain merged commit 334873d into master Nov 12, 2020
@achingbrain achingbrain deleted the fix/align-behaviour-between-go-and-js-for-content-without-paths branch November 12, 2020 12:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants