🦋 Welcome to the MAIN() IRC channel of the Raku Programming Language (raku.org). Log available at irclogs.raku.org/raku/live.html . If you're a beginner, you can also check out the #raku-beginner channel!
Set by lizmat on 6 September 2022.
Nemokosch perhaps I wasn't clear enough. There is a built-in type (I'm trying to avoid saying that it's an Str because I don't want some "hashy" solution to come up), and there is a custom enum that signifies something. Say I want to coerce the values of the built-in type to my enum based on some suitable custom logic. 00:01
[Coke] I think you have to create the enum with code, not coercion. 00:11
Nemokosch That's too bad... not sure who said that all languages converge towards introducing enums as fully-fledged classes. 🙂 00:15
enums also respect coercions by the corresponding method name so maybe one could bake a subroutine for them 00:19
apparently vrurg has actually made this work: vrurg.github.io/2020/11/16/Report-...umerations 00:20
Geth setup-raku/dependabot/npm_and_yarn/json5-2.2.3: f183ad809d | dependabot[bot]++ (committed using GitHub Web editor) | package-lock.json
Bump json5 from 2.2.1 to 2.2.3

Bumps [json5](github.com/json5/json5) from 2.2.1 to 2.2.3.
  - [Release notes](github.com/json5/json5/releases)
  - [Changelog](github.com/json5/json5/blob/main/CHANGELOG.md)
  - [Commits](github.com/json5/json5/compare/v2.2.1...v2.2.3)
... (7 more lines)
04:27
setup-raku: dependabot[bot]++ created pull request #27:
Bump json5 from 2.2.1 to 2.2.3
setup-raku: f183ad809d | dependabot[bot]++ (committed using GitHub Web editor) | package-lock.json
Bump json5 from 2.2.1 to 2.2.3

Bumps [json5](github.com/json5/json5) from 2.2.1 to 2.2.3.
  - [Release notes](github.com/json5/json5/releases)
  - [Changelog](github.com/json5/json5/blob/main/CHANGELOG.md)
  - [Commits](github.com/json5/json5/compare/v2.2.1...v2.2.3)
... (7 more lines)
04:28
setup-raku: 2c78ea809e | (Shoichi Kaji)++ (committed using GitHub Web editor) | package-lock.json
Merge pull request #27 from Raku/dependabot/npm_and_yarn/json5-2.2.3

Bump json5 from 2.2.1 to 2.2.3
smol-hors :O 04:30
lizmat and yet another Rakudo Weekly News hits the Net: rakudoweekly.blog/2023/01/09/2023-...ofeatures/ 14:58
moritz lizmat++ 17:08
tonyo patrickb: yo, are you patrickbkr@github ? 22:16
patrickb tonyo: Yes, that's me.
tonyo i updated the issue #70 on fez that you have open, i'm open to some ideas on how to handle that. i think that issue is pushing the boundary between a cursory check of `yes, this dist will upload` to full package management 22:17
patrickb I see your point. Interesting question of where to draw the line... 22:20
stevied Anyway to quickly mirror and fork all the raku modules in one shot off GitHub? 23:39