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

Commit

Permalink
Mark RAKUDO_EXCEPTIONS_HANDLER as completed
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Jul 29, 2018
1 parent 4616b2a commit e3a42f9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 21 deletions.
20 changes: 20 additions & 0 deletions TODO/COMPLETED/completed-FEATURES.md
Expand Up @@ -5,6 +5,26 @@ See [FEATURES.md](FEATURES.md) for features yet to be implemented.
# Implemented


## Rename `RAKUDO_EXCEPTIONS_HANDLER` to `PERL6_EXCEPTIONS_HANDLER`

There are actually erroneous proptests in `S04-exceptions/exceptions-json.t`
that set `RAKUDO_EXCEPTIONS_HANDLER` variable.

The var should be renamed (with some deprecation support for old name for some time)
to a variant without a specific implementation name in it.

The docs should also be amended to move this feature out from implementaion-specific
features.

### Stakeholder

Zoffix Znet

### Time Required to Implement

3 hr

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

## Properly reserve all `:sym<>` colonpairs on subroutines

Expand Down
21 changes: 0 additions & 21 deletions TODO/FEATURES.md
Expand Up @@ -195,27 +195,6 @@ Zoffix Znet

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

## Rename `RAKUDO_EXCEPTIONS_HANDLER` to `PERL6_EXCEPTIONS_HANDLER`

There are actually erroneous proptests in `S04-exceptions/exceptions-json.t`
that set `RAKUDO_EXCEPTIONS_HANDLER` variable.

The var should be renamed (with some deprecation support for old name for some time)
to a variant without a specific implementation name in it.

The docs should also be amended to move this feature out from implementaion-specific
features.

### Stakeholder

Zoffix Znet

### Time Required to Implement

3 hr

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

## Sort out meaning of `.bool-only`/`.count-only` after receiving IterationEnd

See https://github.com/rakudo/rakudo/issues/2075
Expand Down

0 comments on commit e3a42f9

Please sign in to comment.