From a3a39741a928a1a9c6d871f7d76f964b8e16b505 Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Wed, 7 Feb 2018 18:06:38 -0500 Subject: [PATCH] Add TODO: Make default defaults for DefiniteHOWs be normal types For https://github.com/rakudo/rakudo/issues/1493 --- TODO/FEATURES.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/TODO/FEATURES.md b/TODO/FEATURES.md index 0aaabff..88b3751 100644 --- a/TODO/FEATURES.md +++ b/TODO/FEATURES.md @@ -419,3 +419,20 @@ Zoffix Znet ### Time Required to Implement 1 day + +## Make default defaults for DefiniteHOWs be normal types + +Basically, so you could do `my Foo:D $x .= new;`, which +currently dies since you can't instantiate DefiniteHOWs. + +There's an open Rakudo issue for this that also contains +a potential non-version impl in a branch: +https://github.com/rakudo/rakudo/issues/1493 + +### Stakeholder + +Zoffix Znet + +### Time Required to Implement + +2 hr