WIP: bug fixes, one more test

This commit is contained in:
Matthias Koefferlein
2025-04-18 23:29:29 +02:00
parent 71620445ee
commit 8a122c8a7d
13 changed files with 479 additions and 65 deletions
+3
View File
@@ -57,6 +57,9 @@ $python $inst/stubgen.py tl >$pyi_srcdir/tlcore.pyi
echo "Generating stubs for db .."
$python $inst/stubgen.py db tl,lay,rdb >$pyi_srcdir/dbcore.pyi
echo "Generating stubs for pex .."
$python $inst/stubgen.py pex tl,db >$pyi_srcdir/pexcore.pyi
echo "Generating stubs for rdb .."
$python $inst/stubgen.py rdb tl,db >$pyi_srcdir/rdbcore.pyi