| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Indexing crashed with "TypeError: Cannot read properties of undefined (reading 'indexOf')" on projects that declare their version dynamically (PEP 621 dynamic = ["version"]) when it could not be inferred. The project version stayed undefined and normalizeNameOrVersion dereferenced it. Throw a dedicated error instead, so indexing fails up front with a hint to pass --project-version rather than baking a bogus version into every symbol or crashing downstream.
| Back | FazBrowse Home | New Git URL |
Indexing crashed with "TypeError: Cannot read properties of undefined (reading 'indexOf')" on projects that declare their version dynamically (PEP 621 dynamic = ["version"]) when it could not be inferred. The project version stayed undefined and normalizeNameOrVersion dereferenced it.
Throw a dedicated error instead, so indexing fails up front with a hint to pass --project-version rather than baking a bogus version into every symbol or crashing downstream.