False error when loading an extension module with .load
- Vorherrschende Sprache
- Python
- Sterne
- 3.3k
- Forks
- 95
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
https://github.com/dbcli/litecli/pull/251 fixed an actual bug, not just a typecheck warning, where `.load /foo` would invoke `load_extension -> None` but the caller expected an iterable to be returned. The user then sees a cryptic error without a traceback:
```
> .load ./foo
'NoneType' object is not iterable
```
when in fact the module loaded without error.
The latest pip version of the project is from 6 months ago and predates this fix.
Could you please tag and release a new version?
Thank you.
Beitragsleitfaden
Rechercherichtung
Überprüfe zuerst Pull Request #251 und die aktuellen Release-Metadaten des Projekts. Bestätige, dass der Fix zum Laden der Erweiterung im Quellcode vorhanden ist, und ermittle anschließend die Tagging- und Packaging-Schritte des Projekts; als erledigt gilt die Aufgabe, wenn eine neue getaggte Version mit dem enthaltenen Fix über pip verfügbar ist.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- python, sqlite
- Bereich
- cli, release
- Issue-Typ
- Feature
- Schwierigkeit
- 2/5
- Geschätzter Aufwand
- 1-3 Stunden
- Aktivitätsstatus
- Ruhig
- Klarheit
- Klar beschrieben
- Anfängerfreundlichkeit
- 45/100