🦋 Welcome to the IRC channel of the core developers of the Raku Programming Language (raku.org #rakulang). This channel is logged for the purpose of history keeping about its development | evalbot usage: 'm: say 3;' or /msg camelia m: ... | Logs available at irclogs.raku.org/raku-dev/live.html | For MoarVM see #moarvm
Set by lizmat on 8 June 2022.
ugexe i can't think of a reason to actually use * in a version that isn't just a '*' 02:51
ah i guess its the only way to anchor to a e.g. major version 02:52
since 2.0+ also contains 3.0
brain fart 02:53
Geth rakudo/main: 4562d70884 | (Elizabeth Mattijsen)++ | 2 files
Improve error message on iterating Ranges that can't be iterated

This replaces the error message on '.say for v1.1 .. v1.2':
No such method 'succ' for invocant of type 'Version'. Did you mean
  'sum'?
by
Range cannot be iterated over because its starting point 'v1.1' does not have a '.succ' method
09:28
rakudo/lizmat-version-range: ad1d125647 | (Elizabeth Mattijsen)++ | src/core.c/Range.pm6
Add more Version / Range capabilities

  - add support for ^v1.2.3 aka all versions upto/not including v1.2.3
  - add smart-matching to allow v1.1 ~~ v1.0 .. v1.2 to work
10:02
rakudo: lizmat++ created pull request #5310:
Add more Version / Range capabilities
Geth rakudo/lizmat-version-range: 8378794657 | (Elizabeth Mattijsen)++ | 2 files
Move ^v1.2 candidate to proper location
10:23
rakudo/main: 82cdc95eb2 | (Elizabeth Mattijsen)++ | 2 files
RakuAST: make sure directives cannot be used as block names

  - adds rakudoc-verbatim-blocks token
  - uses that for verbatim block detection
  - adds rakudoc-directives token
  - adds X::Syntax::Pod::BeginWithDirective class for handling
  - uses those for block name check
11:06
Geth rakudo/main: f2cbac3943 | (Elizabeth Mattijsen)++ | 3 files
RakuAST: fix handling of =alias

  - the first word will be produced as the first line without markup
  - fix deparsing accordingly
  - add test
12:04
rakudo/main: 5f03e704b6 | (Elizabeth Mattijsen)++ | t/12-rakuast/doc-block.rakutest
RakuAST: add test for =defn
12:12
ugexe eh, things like ^v1.0 is going to be confusing 12:25
lizmat why?
$version ~~ ^v.2.0 # any version before 2.0 ?
ugexe because semver would use ^1.0
and how would you write these inside of e.g. :ver<...> 12:26
so for example we dont write :ver<v1.0>
lizmat :ver<^v2.0> ?
you can smartmatch that now ?
ugexe you wouldnt write the v
lizmat could you add that as a comment to the PR ? 12:27
ugexe one might write the v in code (to create a version literal) but you wouldnt depend on it in an import using :ver<...> (:ver(...) sure, but META6 depends use :ver<...>) 12:28
i'll comment on the PR later today 12:29
lizmat ok, thanks!
Damian will also have ideas about that, I hope
as he's the instigator more or less
ugexe also in semver ^1 is >=1.0.0 <2.0.0. and yeah our version doesn't copy semver, but we should keep in mind users will usually assume it is 12:31
nemokosch so that's why it seemed to unusual... 13:07
[Tux] Rakudo v2023.06-80-g5f03e704b (v6.d) on MoarVM 2023.06-1-g63af27399
csv-ip5xs0.860 - 0.996
csv-ip5xs-205.134 - 5.514
csv-parser3.867 - 4.699
csv-test-xs-200.374 - 0.430
test6.361 - 6.622
test-t1.459 - 1.629
test-t --race0.888 - 0.935
test-t-2020.923 - 21.742
test-t-20 --race6.375 - 6.474
14:00