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

fix!: enoent searching for symbol files #109

Merged
merged 2 commits into from
May 15, 2024
Merged

fix!: enoent searching for symbol files #109

merged 2 commits into from
May 15, 2024

Conversation

bobbyg603
Copy link
Member

@bobbyg603 bobbyg603 commented Apr 16, 2024

There's some weird logic in here we use so that files with the same name but in different folders don't overwrite one another in the temp directory. To avoid this, we prefix the file name with the path to the file. Since 2 files with the same name can't be in the same folder this works because the prefix is always different, but it also gives us some idea where the symbol came from.

Fixes #108

BREAKING CHANGE: changes signature of public function uploadSymbolFiles

Fixes #108

BREAKING CHANGE: changes signature of public function uploadSymbolFiles
@bobbyg603 bobbyg603 requested a review from daveplunkett April 17, 2024 21:29
@bobbyg603 bobbyg603 changed the title fix: symbolFilePaths should be relative (WIP) fix: symbolFilePaths should be relative Apr 17, 2024
@bobbyg603 bobbyg603 changed the title fix: symbolFilePaths should be relative fix: enoent searching for symbol files Apr 17, 2024
@bobbyg603 bobbyg603 marked this pull request as ready for review April 17, 2024 21:53
@bobbyg603 bobbyg603 changed the title fix: enoent searching for symbol files fix!: enoent searching for symbol files May 15, 2024
@bobbyg603 bobbyg603 force-pushed the bobbyg603/issue108 branch from 6dffd6d to b9b224e Compare May 15, 2024 14:17
@bobbyg603 bobbyg603 merged commit db3c91e into main May 15, 2024
2 checks passed
@bobbyg603 bobbyg603 deleted the bobbyg603/issue108 branch May 15, 2024 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Symbol uploads using incorrect path
2 participants