20 Feb 2025
wayland76 I'll probably be in bed in an hour, but I'm hoping to use the fixed version tomorrow morning :) . 09:56
(up to you to decide whether that's a useful frequency or not) 10:07
lizmat works for me :-) 11:08
Geth XML/main: e837b74159 | (Tim Nelson)++ (committed using GitHub Web editor) | 2 files
Added "does Positional" since these already have AT-POS methods
Data-MessagePack/main: 1ddd471c79 | (Elizabeth Mattijsen)++ | 41 files
CI test prior to release
19:44
Data-MessagePack/main: f7f89432bf | (Elizabeth Mattijsen)++ | 2 files
0.1.4
19:48
XML: wayland++ created pull request #72:
Added the .elems method to XML::Element and XML::Document, and added …
22:40
wayland Hi! I've done another PR. There's about a 70% chance I'll be implementing Associative on XML::Element in the next week or two. 22:42
21 Feb 2025
Geth XML/main: 101936eafd | (Tim Nelson)++ (committed using GitHub Web editor) | 4 files
Added the .elems method to XML::Element and XML::Document

  * Added the .elems method to XML::Element and XML::Document, and added some tests for the Positional role
  * ...and corrected number of tests
  * Added documentation for the .elems() method on XML::Document and XML::Element
09:37
XML/main: 0349d282e2 | (Elizabeth Mattijsen)++ | 4 files
0.3.6
09:57
26 Feb 2025
XML/parser_speedup_backtracking_in_TOP: 079a32cc3b | (Timo Paulssen)++ | lib/XML/Grammar.rakumod
Prevent backtracking inside of TOP.

The fact that both xmldecl and doctypedecl were optional and had the comment and pi tokens after them with a star, a failure to reach the end of the file to get the $ to match, will shuffle match attempts between the first and second line ...
One first step in making the parser fail faster when encountering an invalid document.
18:41
XML/parser_speedup_backtracking_in_TOP: 8fa7137481 | (Timo Paulssen)++ | lib/XML/Grammar.rakumod
Make comment and pi stop at their stopper immediately.

Better from a performance standpoint because of less opportunities to backtrack, but also prevents comments from including their stopper and other stuff up until another comment or pi stopper is seen.
19:12
XML/parser_speedup_1: 079a32cc3b | (Timo Paulssen)++ | lib/XML/Grammar.rakumod
Prevent backtracking inside of TOP.

The fact that both xmldecl and doctypedecl were optional and had the comment and pi tokens after them with a star, a failure to reach the end of the file to get the $ to match, will shuffle match attempts between the first and second line ...
One first step in making the parser fail faster when encountering an invalid document.
19:14
XML/parser_speedup_1: 8fa7137481 | (Timo Paulssen)++ | lib/XML/Grammar.rakumod
Make comment and pi stop at their stopper immediately.

Better from a performance standpoint because of less opportunities to backtrack, but also prevents comments from including their stopper and other stuff up until another comment or pi stopper is seen.
XML: timo++ created pull request #73:
Parser speedup 1
8 Mar 2025
Redis: bduggan++ created pull request #2:
Add a lock around command execution.
22:15
9 Mar 2025
Redis/main: b308f80272 | (Brian Duggan)++ | lib/Redis.rakumod
Add a lock to be used when executing commands. This avoids

issues caused by multiple threads writing to the same connection.
14:22
Redis/main: e89b066434 | (Brian Duggan)++ (committed using GitHub Web editor) | lib/Redis.rakumod
Add locking during command execution

Add a lock around command execution, for thread-safety. This fixes bugs that occur during multi-threaded use.
Redis: bduggan++ created pull request #3:
Add a test for thread safety
14:31
Redis/main: 98e712aa0d | (Brian Duggan)++ | t/05-threads.rakutest
thread test
14:35
Redis/main: b12774e2dd | (Brian Duggan)++ (committed using GitHub Web editor) | t/05-threads.rakutest
Merge pull request #3 from bduggan/main

Add a test for thread safety
Redis/main: 1c96d84b06 | (Brian Duggan)++ | t/05-threads.rakutest
add plan to tests
17:55
Redis/main: 77de5a2e37 | (Brian Duggan)++ | META6.json
add dependency on Test::Coverage for testing
17:57
Redis/main: 8bc805f539 | (Brian Duggan)++ | 3 files
0.1.4
18:03
Redis/main: 5df0e4bb32 | (Brian Duggan)++ | README.md
add badges back
Redis/main: 293d634cdc | (Brian Duggan)++ | META6.json
remove Test::Coverage
18:16
Redis/main: 426a55a448 | (Brian Duggan)++ | 2 files
fix source url and README
18:39
Redis/main: fcc233c0eb | (Brian Duggan)++ | t/05-threads.rakutest
skip tests if no redis server
18:46
Redis/main: 0bd064ce71 | (Brian Duggan)++ | 2 files
0.1.5
18:54
13 Mar 2025
ECMA262Regex/main: e4a8c94619 | (Elizabeth Mattijsen)++ | 7 files
Move doc to separate file and add coverage tests
09:08
20 Mar 2025
Inline-Ruby/main: eef4d97c86 | (Elizabeth Mattijsen)++ | 35 files
Initial stab at modernization
19:54