librasteve / raku-Physics-Measure

do calculations on objects with value, units and error
Artistic License 2.0
11 stars 2 forks source link

Test t/05-cvt.rakutest fails #60

Closed bbkr closed 1 year ago

bbkr commented 1 year ago
$ zef install Physics::Measure
===> Searching for: Physics::Measure
===> Updating fez mirror: https://360.zef.pm/
===> Updated fez mirror: https://360.zef.pm/
===> Searching for missing dependencies: Physics::Unit, Physics::Error
===> Searching for missing dependencies: SVG, SVG::Plot
===> Updating rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
===> Updated rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
===> Searching for missing dependencies: XML::Writer
===> Testing: XML::Writer
===> Testing [OK] for XML::Writer
===> Testing: SVG:ver<1.0>
===> Testing [OK] for SVG:ver<1.0>
===> Testing: SVG::Plot
===> Testing [OK] for SVG::Plot
===> Testing: Physics::Unit:ver<1.1.16>:auth<zef:librasteve>:api<1>
===> Testing [OK] for Physics::Unit:ver<1.1.16>:auth<zef:librasteve>:api<1>
===> Testing: Physics::Error:ver<0.1.3>:auth<zef:librasteve>:api<1>
===> Testing [OK] for Physics::Error:ver<0.1.3>:auth<zef:librasteve>:api<1>
===> Testing: Physics::Measure:ver<1.0.12>:auth<zef:librasteve>:api<1>
[Physics::Measure] # Failed test '$fc1.in-l/100km'
[Physics::Measure] # at t/05-cvt.rakutest line 182
[Physics::Measure] # expected: '4l/100km'
[Physics::Measure] #      got: '40000l/100km'
[Physics::Measure] # You failed 1 test of 52

Raku version v2023.06.

BTW: "got" value looks quite right for my Dodge :)

librasteve commented 1 year ago

thanks - I probably forgot to fez the right one

librasteve commented 1 year ago

yeah - should be "version": "1.0.13",

librasteve commented 1 year ago

I have now fez ed v1.0.13 - just need to wait a few minute for the zef repo to update or you can go zef install https://github.com/librasteve/raku-Physics-Measure.git in the meantime