I'm in favor of adding a `Heap` or `PriorityQueue` abstraction, but we should frame the argument in terms of what that abstraction affords us and whether or not it would have substantial use. In terms of efficiency it does certainly a...baweaver (Brandon Weaver)
matz (Yukihiro Matsumoto) wrote in #note-11: > I'm not sure ast is the right name. The nodes returned by Prism retain concrete information such as positions, whitespace, and comments, making them closer to a Concrete Syntax Tree than ...baweaver (Brandon Weaver)
### Net::HTTP I think this provides good coverage so far, but might look into others later: * [Add pattern matching support to Net::HTTPGenericRequest](https://github.com/ruby/net-http/pull/241) * [Add pattern matching support to ...baweaver (Brandon Weaver)
Ruby pattern matching is a very useful feature, but many of the core classes to not leverage it currently. Given this I would like to directly invest in opening PRs to add this functionality and see how many cases we can reasonably add a...baweaver (Brandon Weaver)
Some other ideas: * Package - Some conflict with Packwerk, but then again would likely be used with it very quickly. * Capsule - Similar to Package * Realm - Bit Tolkien-esque, but no significant precedence in Ruby of this name bein...baweaver (Brandon Weaver)
I had tried to purchase it earlier today, but it appears that it has already been bought and I cannot see who owns it as it has domain privacy on. Let us hope the buyer has good intentions.baweaver (Brandon Weaver)
As a proof of concept this is a very valuable idea, and will give users a chance to experiment with it. I wonder about the long-term ergonomics of this though, and if it may make sense to potentially introduce in Ruby 4 a new keyword ...baweaver (Brandon Weaver)