Raku / Blin

🥞 Project Blin – Toasting Reinvented
GNU Affero General Public License v3.0
10 stars 9 forks source link

“Use of uninitialized value of type Any in string context.” #7

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Sometimes I get this:

Use of uninitialized value of type Any in string context.
Methods .^name, .perl, .gist, or .say can be used to stringify it to something meaningful.
  in sub run-bisect at /home/alex/.rakudobrew/moar-master/install/share/perl6/site/sources/DB1CCAD0BA23019C934DC87B4C36FC5D82AC400C (Whateverable::Bisection) line 72

I don't think it affects anything, but it'd be nice to figure out what's going on there.

JJ commented 5 years ago

I would say it's the same intermittent error we're getting on the doc tests from time to time. It seems to appear when you're precompiling lots of files in a concurrent context...

AlexDaniel commented 5 years ago

I don't think. The line number points to sub run-bisect so there's probably some small bug in there.