#1314: open opcode returns instead of returning an exception
----------------------+-----------------------------------------------------
Reporter: dukeleto | Owner:
Type: bug | Status: new
Priority: major | Milestone:
Component: core | Version: 1.8.0
Severity: high | Keywords:
Lang: | Patch:
Platform: |
----------------------+-----------------------------------------------------
Comment(by dukeleto):
I used the Parrot Shell to verify this. In the root of a parrot repo, type
:
{{{ perl tools/dev/parrot_shell.pl }}} then paste the code snippet :
{{{
parrot_shell 4> .include 'test_more.pir'
.local pmc pipe
pipe = open 'idontexist', 'rp'
ok(pipe,'pipe is true')
.
Time: 0.0564442 wallclock secs
Output:
ok 1 - pipe is true
}}}
--
Ticket URL: <https://trac.parrot.org/parrot/ticket/1314#comment:1>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets