| 6 Mar 2026 | |||
| quotable6 | quotable6 joined | 02:42 | |
| committable6 | committable6 joined | ||
| coverable6 | coverable6 joined | 02:43 | |
| notable6 | notable6 joined | ||
| bisectable6 | bisectable6 joined | ||
| librasteve_ | librasteve_ joined | 08:18 | |
| nine | nine left | 16:22 | |
| nine | nine joined | ||
| librasteve_ | librasteve_ left | 17:28 | |
| patrickb | Noob question: Using the moar debug server, is it possible to access the package hierarchy? I know too little of how and where Raku searches for symbols. But I kinda expected to find an entry point to all of the accessible packages when traversing the outer chain, but I didn't. | 22:30 | |
| mc2 | mc2 left | 22:44 | |
| lizmat | I just had a similar quest the past days... trying to find out the language revision of a given callframe | 22:45 | |
| that's now in HEAD as CallFrame.language-revision | |||
| now, that solution didn't help much, but you *can* get at the package of a given callframe | 22:46 | ||
| CallFrame.code gives you the Code object, and that gives you the package | 22:48 | ||
| m: package A { sub a() { dd callframe.code.package }; a } | |||
| camelia | A | ||
| lizmat | hope this helps... :-) | 22:49 | |
| s/didn't help/doesn't help you/ | |||
| patrickb | There is stackoverflow.com/a/44861596 but I'd love to be able to do that without having to fall back to evaluating code on the debug server... | 22:52 | |
| lizmat | I guess timo may know | 22:58 | |
| lizmat has an early morning tomorrow, so sleep& | |||
| patrickb | sleep well! | ||
| timo | there used to be no way to get an object's WHO, but I created a command for this purpose last year or so | 23:12 | |
| oh, hm, did i not merge that to main maybe? | 23:30 | ||