MARTIMM / raku-mongodb-driver

MongoDB driver for Raku
Artistic License 2.0
18 stars 8 forks source link

rakudo 2012.02 panda install failure #2

Closed retupmoca closed 12 years ago

retupmoca commented 12 years ago

With rakudo 2012.02, running 'panda install MongoDB' results in the following test error (once per test file):

===SORRY!=== Virtual call $.collection may not be used on partially constructed objects at lib/MongoDB/Cursor.pm:15

bbkr commented 12 years ago

Thanks, this is first bug report here :)

Latest Rakudo Star mentions this incompatibility in changelog:

* You may no longer use the $.x form in submethods and attribute
 initializers, as per spec; use the non-virtual $!x instead.

I will fix this ASAP.

bbkr commented 12 years ago

Fixed in

SHA: 38e43d9aaa931a80e003fe800fc17391f9dbc745

Thanks again!