[00:01] *** shareable6 joined
[00:02] *** shareable6__ joined
[00:03] *** unicodable6 left
[00:05] *** notable6 left
[00:05] *** quotable6 left
[00:05] *** nativecallable6 left
[00:05] *** bisectable6 left
[00:05] *** releasable6 left
[00:05] *** sourceable6 left
[00:06] *** shareable6 left
[00:06] *** quotable6 joined
[00:06] *** nativecallable6 joined
[00:06] *** bisectable6 joined
[00:06] *** unicodable6 joined
[00:06] *** releasable6 joined
[00:06] *** sourceable6 joined
[00:06] *** notable6 joined
[00:07] *** bloatable6 left
[00:10] *** bloatable6 joined
[00:10] *** shareable6__ left
[00:11] *** shareable6 joined
[00:11] *** shareable6__ joined
[00:15] *** quotable6 left
[00:15] *** nativecallable6 left
[00:15] *** bisectable6 left
[00:15] *** unicodable6 left
[00:15] *** releasable6 left
[00:15] *** sourceable6 left
[00:15] *** notable6 left
[00:16] *** shareable6 left
[00:16] *** unicodable6 joined
[00:16] *** bisectable6 joined
[00:16] *** sourceable6 joined
[00:16] *** releasable6 joined
[00:16] *** notable6 joined
[00:16] *** nativecallable6 joined
[00:16] *** quotable6 joined
[00:19] *** bloatable6 left
[00:19] *** bloatable6 joined
[00:21] *** shareable6__ left
[00:24] *** shareable6 joined
[00:25] *** unicodable6 left
[00:25] *** bisectable6 left
[00:25] *** sourceable6 left
[00:25] *** releasable6 left
[00:25] *** notable6 left
[00:25] *** nativecallable6 left
[00:25] *** quotable6 left
[00:28] *** bloatable6 left
[00:28] *** quotable6 joined
[00:28] *** nativecallable6 joined
[00:28] *** bisectable6 joined
[00:28] *** releasable6 joined
[00:28] *** sourceable6 joined
[00:28] *** notable6 joined
[00:28] *** unicodable6 joined
[00:29] *** bloatable6 joined
[00:29] *** bloatable6__ joined
[00:32] *** shareable6 left
[00:33] *** bloatable6 left
[00:33] *** shareable6 joined
[00:34] *** shareable6__ joined
[00:36] *** bloatable6__ left
[00:37] *** shareable6 left
[00:37] *** quotable6 left
[00:37] *** nativecallable6 left
[00:37] *** bisectable6 left
[00:37] *** releasable6 left
[00:37] *** sourceable6 left
[00:37] *** notable6 left
[00:37] *** unicodable6 left
[00:38] *** sourceable6 joined
[00:38] *** notable6 joined
[00:38] *** unicodable6 joined
[00:38] *** nativecallable6 joined
[00:38] *** bisectable6 joined
[00:38] *** releasable6 joined
[00:38] *** quotable6 joined
[00:39] *** bloatable6 joined
[00:39] *** bloatable6__ joined
[00:41] *** shareable6__ left
[00:44] *** bloatable6 left
[00:44] *** shareable6 joined
[00:46] *** unicodable6 left
[00:48] *** sourceable6 left
[00:48] *** notable6 left
[00:48] *** nativecallable6 left
[00:48] *** bisectable6 left
[00:48] *** releasable6 left
[00:48] *** quotable6 left
[00:48] *** nativecallable6 joined
[00:48] *** bisectable6 joined
[00:48] *** quotable6 joined
[00:48] *** releasable6 joined
[00:48] *** sourceable6 joined
[00:48] *** notable6 joined
[00:48] *** bloatable6__ left
[00:49] *** unicodable6 joined
[00:51] *** bloatable6 joined
[00:52] <[Coke]> got spam offerring to promote math-zeckendorf

[00:53] *** shareable6 left
[00:54] *** shareable6 joined
[00:54] *** shareable6__ joined
[00:57] *** nativecallable6 left
[00:57] *** bisectable6 left
[00:57] *** quotable6 left
[00:57] *** releasable6 left
[00:57] *** sourceable6 left
[00:57] *** notable6 left
[00:58] *** shareable6 left
[00:58] *** quotable6 joined
[00:58] *** sourceable6 joined
[00:58] *** bisectable6 joined
[00:58] *** nativecallable6 joined
[00:58] *** releasable6 joined
[00:58] *** notable6 joined
[00:59] *** jast joined
[01:00] *** jargan left
[01:02] *** _________ left
[01:04] *** _________ joined
[01:07] *** notable6 left
[01:08] *** notable6 joined
[01:50] *** kylese left
[01:51] *** kylese joined
[02:15] *** kylese left
[02:15] *** kylese joined
[04:13] *** johnjay left
[04:19] <lucs> Welp, this was fun to debug.

[04:19] <lucs> "Debug", so to speak, I'm not sure what I need to do:

[04:20] <lucs> In a grammar's actions class, I have a method like `method some-token ($/) {

[04:20] <lucs> ... }

[04:22] *** Sgeo left
[04:23] <lucs> In the body of the method, I do some regex match, capturing some values, but $/ does not change! and I have no access to those captured values.

[04:24] <lucs> Is this something that is known, or should I golf up some example?

[04:31] <lucs> Hmm... Seems that doing `method some-token ($/ is copy) {...}` will allow fixing things.

[04:52] <lucs> Helps a bit, but appears to interfere with 'make' :-(

[04:54] <lucs> Ah, easy to fix (I think).

[04:57] <lucs> Looking good.

[04:59] <lucs> So, have `... ($/ is copy) ...` and in the body, `my $orig-match = $/` and `$orig-match.make(...)`.

