Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created February 23, 2017 02:47
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save zoffixznet/90cb2497ff35893020d07bc5e7b40b89 to your computer and use it in GitHub Desktop.
---[1]--------------------------------
## Found Bugs
1)...
2)...
3) `perl6 -ne '@ = lines'` crashes after first iteration, crying about `MVMOSHandle REPR`. I suspect
the code is failing to follow iterator protocol somewhere and is attempting to read
on an already closed handle. I expect to be able to resolve this and the related
[RT#128047](https://rt.perl.org/Ticket/Display.html?id=128047) as part of the grant.
--------------------------------------
---[2]--------------------------------
## Found Bugs
1)...
2)...
3) Found a crash with `perl6 -ne '@ = lines'`. Appears to be due to read on an already closed
handle. I expect to be able to resolve this as part of the grant.
--------------------------------------
---[3]--------------------------------
## Found Bugs
1)...
2)...
3) Crash in `perl6 -ne '@ = lines'`. Will attempt to fix.
--------------------------------------
@b2gills
Copy link

b2gills commented Feb 23, 2017

Grant reports range from the sparse http://www.nntp.perl.org/group/perl.perl5.porters/2017/02/msg242920.html

to the verbose http://news.perlfoundation.org/2011/12/improving-perl-5-grant-report.html

I will say that it did seem as if Nicholas Clark did burn-out from writing such long grant reports.
I think he should have found out if he could include the time taken to write them from the allotted time.

Those were for time based grants, I think if you go somewhere in the middle you should be fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment