ugexe use Physics::Measure:api<1>:ver<2.1+.*>:auth<zef:alice> :ALL; 02:45
# Use API 1 from version 2.1 or later (any minor release)
i don't think that does that 02:46
m: say v2.3.1 ~~ v2.1+ 02:49
camelia True
ugexe m: say v2.3.1 ~~ Version.new("2.1+.*")
camelia False
ugexe we do not have semver 02:51
"Built in semantic version literals and smart compare for wildcard (*) and minimum (+) versions."
09:42 rakkable left 09:43 rakkable joined 10:15 librasteve_ joined
jdv nice site. i like the expanded set of examples on the front page 14:12
16:59 Geth left, vrurg left 17:04 Geth joined, vrurg joined 17:25 finanalyst joined
librasteve_ jdv: thanks! 17:35
Geth rakudo/lizmat-exit-ok: a3778d34eb | (Elizabeth Mattijsen)++ | lib/Test.rakumod
Add exit-ok to Test module

As promised in github.com/Raku/problem-solving/is...3263735792 the "exit-ok" subroutine takes a Callable (which is expected to call exit() ), an integer value (0 by default), and an optional description.
If the code performs an "exit", then the value will be checked: it will be judged ok if the value matches, else it will be a nok.
If the code does not execute an "exit", then it will also be a nok.
18:00
rakudo: lizmat++ created pull request #5948:
Add exit-ok to Test module
19:14 finanalyst left
Geth rakudo/lizmat-Str-spurt: 579d8653f7 | (Elizabeth Mattijsen)++ | src/core.e/Fixups.rakumod
Add Str.spurt method to 6.e

To easily spurt the contents of a string to a file, with automatic coercing of the path to an IO::Path.
As suggested in www.nntp.perl.org/group/perl.perl6...11499.html
20:23
rakudo: lizmat++ created pull request #5949:
Add Str.spurt method to 6.e