🦋 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.
Geth rakudo/main: b4d8a48dbd | (Elizabeth Mattijsen)++ | src/Raku/Grammar.nqp
RakuAST: document / organize quote language handling

No functional changes, just adding (hopefully correct) documentation and grouping code with similar functionality together in a hopefully more readable way, in an effort to make this area of Raku more accessible with a potential to making it part of a public API.
And also so I can grok it more :-)
09:55
File-Find: a0b5c0eb1c | (Elizabeth Mattijsen)++ | 6 files
Changes after induction into Raku Community Modules

Preparing for release on fez
10:44
File-Find: a875aba677 | (Elizabeth Mattijsen)++ | .github/workflows/test.yml
Add Github Actions workflow support
10:47
File-Find: 9a85129481 | (Elizabeth Mattijsen)++ | Changes
0.1.2
10:50
lizmat tbrowder__ ^^ should be ready for other updates now
nemokosch epic win 11:05
Geth File-Find/main: 102 commits pushed by 24 authors
review: github.com/raku-community-modules/...85129481ed
11:30
lizmat main is now the default branch on File::Find 11:32
Geth File-Find: tbrowder++ created pull request #42:
New ver
12:15
rakudo/main: 977d9bee64 | (Elizabeth Mattijsen)++ | 2 files
RakuAST: abstract allowed markup determination

Added method ::Doc::Block.allowed-markup, which returns a Map that conceptually interrogated with a letter to see if that letter is allowed or not. If there is a specific ":allow" active on the block, then a Map with those letters will be returned. If there is not, then either a special Map that returns True for any letter that has the "Lu" Unicode property, or one that always returns False for any letter. All depending on the type of the block.
Use this new functionality in the legacy podification.
12:40
rakudo/main: baf8906b47 | (Elizabeth Mattijsen)++ | lib/RakuDoc/To/Text.rakumod
RakuAST: properly adhere to :allow in RakuDoc::To::Text

Now properly handles the case where allowed markup occurs in the meta of a markup that is *not* allowed:
  =begin code :allow<B>
An X<array|B<arrays, definition of>> is an ordered list of scalars
  =end code
13:37
tbrowder__ lizmat: thnx, i closed the tags issue with comments about my plans for yr approval 14:50
lizmat tbrowder__: not sure where I should look ? 15:24
Geth rakudo/main: 0ee022884a | (Elizabeth Mattijsen)++ | 2 files
RakuAST: mark some method as implementation detail

Or make them true private methods, or just make them go away.
15:37
tbrowder__ lizmat: see the comments in the closed issue #39 in community File::Find 16:04
lizmat answered :-) 16:09
tbrowder__ ok, you don't plan any of those. but would you accept a PR for one or more of the three i mentioned? 16:20
lizmat sure!
sorry, should have been clearer :-)
tbrowder__ ok, thank you! bye...
lizmat as long as it remains backward compatible
:-) 16:21
tbrowder__ gotcha
Geth rakudo/main: 52f4934451 | (Elizabeth Mattijsen)++ | src/Raku/ast/doc-block.rakumod
RakuAST: rename ::Doc::Block.block to .delimited

Figured during writing of documentation that .block was ambiguous, and that "delimited" is a better name for that functionality.
19:57