L'Alabameñu

Results 34 comments of L'Alabameñu

> My issue is not that the exception is thrown. My issue is that a `X::Redeclaration` is not thrown at the explicit `class Rat`. What is the benefit of having...

constant \Lint := do { no worries; use Lint; Lint; } That's a mouthful for something that already works. I guess the question is, if someone writes a class name...

Per my and @patrickbkr 's IRC discussion, recommend closing this, as the issue with `v0.4.1` is that I messed up the `depends` section. This has been fixed in `v0.4.2` which...

Well… The question is what IS the correct one? Nonbreaking spaces are tricky. We definitely consider `1,000,000` to be a single word. But oftentimes, thousands are separated with non-breaking spaces....

> Agreed. And, given that the current implementation breaks on _almost_ all spaces, it seems like it's better (and less breaking) to go in that direction. And that seems least-bad...

> does Raku parse nbsp separated numbers in the first place No, but it also doesn't parse comma separated numbers either (it only allows for underscores to space digits). It...

> My recollection is that a `COMPOSE` phaser was once proposed, but it was realized that this is also the time at which the `role` body runs, and so the...

This is fairly simple (if laborious) thing to do. The main issue is determining what error classes are needed so we're not creating a bunch of one-off errors when we...

Per something I noted in IRC, I think in updating the `Exception` base class, we should do something akin to class Exception { method message { self.MESSAGE } method MESSAGE...

> > This would enable an internationalization module to do `INIT Exception.^find_method('message').wrap()` > > I already dislike it: > > 1. `wrap` is a hack > > 2. one would...