Validate if symlink edgecase still exist when indexing
Open
bug
downloader
good first issue
Low Priority
- Dominant language
- Python
- Stars
- 747
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
```
if isinstance(obj, str):
# TODO: This is a symlink. We should handle it.
# Only examples at the moment are for https://github.com/edgedb/edgedb-pkg
# E.g. https://github.com/edgedb/edgedb-pkg/blob/master/integration/linux/build/centos-8/action.yml
logger.debug(f"[-] Symlink detected: {content}. Skipping...")
return
```
This code block appears twice in indexer.py.
We should validate if this bug still exists, and if so, fix it.
Contributor guide
Assessment
This issue has not been assessed yet.