Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
Make DefiniteHOW's default defaults as completed
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Sep 20, 2018
1 parent 435d220 commit a0bc539
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 20 additions & 0 deletions TODO/COMPLETED/completed-FEATURES.md
Expand Up @@ -4,6 +4,26 @@ See [FEATURES.md](FEATURES.md) for features yet to be implemented.

# Implemented


-----------------------------------------------------------------

## 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

-----------------------------------------------------------------

## Remove $/ magicalness from %() and @()
Expand Down
20 changes: 0 additions & 20 deletions TODO/FEATURES.md
Expand Up @@ -63,26 +63,6 @@ Jonathan Worthington

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


-----------------------------------------------------------------

## Remove all proptests for IO::Handle.new's attribute-setting
Expand Down

0 comments on commit a0bc539

Please sign in to comment.