lib\pure\db_common.nim(10, 47) Error: '*' expected lib\impure\db_postgres.nim(66, 8) Error: cannot export: db_common ... lib\impure\db_mysql.nim(64, 3) Error: only a 'ref object' can be raised lib\impure\db_postgres.nim(360, 10) Error: invalid type for raises/tags list
What am I missing?
Btw. Where would I find 0.12.2 if not in the devel branch?
Nobody?
E.g. the following command causes the error:
nim doc2 --hint[Conf]:off --hint[Path]:off --hint[Processing]:off --putenv:nimversion=0.12.1 --docSeeSrcUrl:https://github.com nim-lang/Nim/tree/master/lib/impure -o:web/upload\db_postgres.html --index:on lib\impure\db_postgres.nim
Should hopefully be fixed now: https://github.com/nim-lang/Nim/commit/9aa60add873c7ecb85955525d840e0bdce630e0b
Sorry about the delay!
@dom96
Confirm that. Thanks a lot!