Skip to content

Instantly share code, notes, and snippets.

@lucs
Created October 12, 2016 03:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucs/7f4dac24fa39eca90e3528b7ccc7450a to your computer and use it in GitHub Desktop.
Save lucs/7f4dac24fa39eca90e3528b7ccc7450a to your computer and use it in GitHub Desktop.
This is what I get with the panda installed DBIish:
Month out of range. Is: 0, should be in 1..12
in block at /opt/prj/l/p6/perl6-rakudo.git/install/share/perl6/site/sources/B874A114F16EBFE5EA4815E5E20CA48A7810B32C (DBDish::mysql::StatementHandle) line 178
in code at /opt/prj/l/p6/perl6-rakudo.git/install/share/perl6/site/sources/B874A114F16EBFE5EA4815E5E20CA48A7810B32C (DBDish::mysql::StatementHandle) line 168
in block at /opt/prj/l/p6/perl6-rakudo.git/install/share/perl6/site/sources/B874A114F16EBFE5EA4815E5E20CA48A7810B32C (DBDish::mysql::StatementHandle) line 165
in method _row at /opt/prj/l/p6/perl6-rakudo.git/install/share/perl6/site/sources/B874A114F16EBFE5EA4815E5E20CA48A7810B32C (DBDish::mysql::StatementHandle) line 161
in method fetchrow at /opt/prj/l/p6/perl6-rakudo.git/install/share/perl6/site/sources/C790FDD5119FC8D71D36CB0BA92A32B7A0A6A77A (DBDish::StatementHandle) line 119
in block at /opt/prj/l/p6/perl6-rakudo.git/install/share/perl6/site/sources/C790FDD5119FC8D71D36CB0BA92A32B7A0A6A77A (DBDish::StatementHandle) line 159
in method fetchall_arrayref at /opt/prj/l/p6/perl6-rakudo.git/install/share/perl6/site/sources/C790FDD5119FC8D71D36CB0BA92A32B7A0A6A77A (DBDish::StatementHandle) line 169
in block <unit> at -e line 15
I opened the 'B874A11…' file, and typed some junk on line 178 ('sdfasdf'), then ran the program again, but I got the exact same result.
Then I cloned the DBIish repo, and ran my program with -I/path/to/the/cloned/repo/lib, and this is what I get:
===SORRY!=== Error while compiling /opt/prj/c/cirano/ciw/repo/dev/site#sources/B874A114F16EBFE5EA4815E5E20CA48A7810B32C (DBDish::mysql::StatementHandle)
Undeclared routine:
sdfasdf used at line 178
in block at /opt/prj/l/p6/perl6-rakudo.git/install/share/perl6/site/sources/C7DE14D64CD73BC06BF8D3D436441E1B67A9F91F (DBIish) line 41
in any at /opt/prj/l/p6/perl6-rakudo.git/install/share/perl6/site/precomp/C3D71A4CAC2ECF2C70B50A1F4436228B32794CA7.1476211372.19594/C7/C7DE14D64CD73BC06BF8D3D436441E1B67A9F91F line 1
in any at /opt/prj/l/p6/perl6-rakudo.git/install/share/perl6/site/precomp/C3D71A4CAC2ECF2C70B50A1F4436228B32794CA7.1476211372.19594/C7/C7DE14D64CD73BC06BF8D3D436441E1B67A9F91F line 1
in block at /opt/prj/l/p6/perl6-rakudo.git/install/share/perl6/site/sources/C7DE14D64CD73BC06BF8D3D436441E1B67A9F91F (DBIish) line 54
in any at /opt/prj/l/p6/perl6-rakudo.git/install/share/perl6/site/precomp/C3D71A4CAC2ECF2C70B50A1F4436228B32794CA7.1476211372.19594/C7/C7DE14D64CD73BC06BF8D3D436441E1B67A9F91F line 1
in method install-driver at /opt/prj/l/p6/perl6-rakudo.git/install/share/perl6/site/sources/C7DE14D64CD73BC06BF8D3D436441E1B67A9F91F (DBIish) line 58
in method connect at /opt/prj/l/p6/perl6-rakudo.git/install/share/perl6/site/sources/C7DE14D64CD73BC06BF8D3D436441E1B67A9F91F (DBIish) line 44
in block <unit> at -e line 3
Um, wut?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment