issues
search
jorenham
/
unpy
Python stub backporter
BSD 3-Clause "New" or "Revised" License
4
stars
0
forks
source link
proper error reporting
#50
Open
jorenham
opened
1 month ago
jorenham
commented
1 month ago
i.e. logging
[ ] severity levels: debug, info, warning, error, critical
[x] readable messages for humans
[ ] consistent error codes
[ ] option to filter output by severity
[x] show the location as
file:row:col
(major IDE's should understand)
[ ] show the relevant code
[ ] color the code
[x] mark the precise row/column
[ ] contextual information such as inferred types and variances and such
[ ] optional hyperlinks to docs of unpy or python
jorenham
commented
1 month ago
loguru
might be the way to go here
i.e. logging
file:row:col
(major IDE's should understand)