You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PS C:\dev\Log-Timeline> sw_vers
C:\dev\Log-Timeline>systeminfo | findstr /B /C:"OS Name" /C:"OS Version"
OS Name: Microsoft Windows 11 Enterprise
OS Version: 10.0.22631 N/A Build 22631
PS C:\dev\Log-Timeline> raku --version
Welcome to Rakudo™ v2024.10.
Implementing the Raku® Programming Language v6.d.
Built on MoarVM version 2024.10.
PS C:\dev\Log-Timeline> zef install Data::Dump
===> Searching for: Data::Dump
===> Staging Data::Dump:ver<0.0.14>:auth<zef:tony-o>
===> Staging [OK] for Data::Dump:ver<0.0.14>:auth<zef:tony-o>
===> Testing: Data::Dump:ver<0.0.14>:auth<zef:tony-o>
[Data::Dump] # Failed test 'got expected data structure'
[Data::Dump] # at t\02-obj.t line 23
[Data::Dump] E :: (
[Data::Dump] $!private => 5.Int,
[Data::Dump] $!public => undefined,
[Data::Dump] method e () returns Int {...},
[Data::Dump] method public () returns Mu {...},
[Data::Dump] method r (Str $a) returns Mu {...},
[Data::Dump] method s ($b, :$named = 5) returns Mu {...},
[Data::Dump] )
[Data::Dump] in method throw at 'SETTING::'src/core.c/Exception.rakumod line 65
[Data::Dump] in sub die at 'SETTING::'src/core.c/control.rakumod line 253
[Data::Dump] in block <unit> at t\02-obj.t line 23
[Data::Dump] # You planned 3 tests, but ran 1
[Data::Dump] # You failed 1 test of 1
[Data::Dump] # Failed test 'got expected data structure'
[Data::Dump] # at t\05-skipmethods.t line 21
[Data::Dump] E :: (
[Data::Dump] $!private => 5.Int,
[Data::Dump] $!public => undefined,
[Data::Dump] )
[Data::Dump] in method throw at 'SETTING::'src/core.c/Exception.rakumod line 65
[Data::Dump] in sub die at 'SETTING::'src/core.c/control.rakumod line 253
[Data::Dump] in block <unit> at t\05-skipmethods.t line 21
[Data::Dump] # You planned 3 tests, but ran 1
[Data::Dump] # You failed 1 test of 1
[Data::Dump] # Failed test 'special handling for Match'
[Data::Dump] # at t\06-match.t line 13
[Data::Dump] "Match :: (\n made => Nil :: (\n ),\n pos => 7.Int,\n hash => \{ },\n from => 4.Int,\n list => [ ],\n orig => \"hello world\".Str,\n)"
[Data::Dump] in method throw at 'SETTING::'src/core.c/Exception.rakumod line 65
[Data::Dump] in sub die at 'SETTING::'src/core.c/control.rakumod line 253
[Data::Dump] in block <unit> at t\06-match.t line 13
[Data::Dump] # You failed 1 test of 1
[Data::Dump] # Failed test 'got expected data structure'
[Data::Dump] # at t\07-obj-no-postfix.t line 26
[Data::Dump] E :: (
[Data::Dump] $!private => 5,
[Data::Dump] $!private2 => "hello",
[Data::Dump] $!public => undefined,
[Data::Dump] method e () returns Int {...},
[Data::Dump] method public () returns Mu {...},
[Data::Dump] method r (Str $a) returns Mu {...},
[Data::Dump] method s ($b, :$named = 5) returns Mu {...},
[Data::Dump] )
[Data::Dump] in method throw at 'SETTING::'src/core.c/Exception.rakumod line 65
[Data::Dump] in sub die at 'SETTING::'src/core.c/control.rakumod line 253
[Data::Dump] in block <unit> at t\07-obj-no-postfix.t line 26
[Data::Dump] # You planned 3 tests, but ran 1
[Data::Dump] # You failed 1 test of 1
[Data::Dump] # Failed test 'got expected data structure'
[Data::Dump] # at t\08-override.t line 34
[Data::Dump] E :: (
[Data::Dump] $!private => 10,
[Data::Dump] $!private2 => Str:hello,
[Data::Dump] $!public => undefined,
[Data::Dump] e ()
[Data::Dump] public ()
[Data::Dump] r ()
[Data::Dump] s ()
[Data::Dump] )
[Data::Dump] in method throw at 'SETTING::'src/core.c/Exception.rakumod line 65
[Data::Dump] in sub die at 'SETTING::'src/core.c/control.rakumod line 253
[Data::Dump] in block <unit> at t\08-override.t line 34
[Data::Dump] # You planned 3 tests, but ran 1
[Data::Dump] # You failed 1 test of 1
===> Testing [FAIL]: Data::Dump:ver<0.0.14>:auth<zef:tony-o>
Aborting due to test failure: Data::Dump:ver<0.0.14>:auth<zef:tony-o> (use --force-test to override)
The text was updated successfully, but these errors were encountered:
My system:
The text was updated successfully, but these errors were encountered: