Changes between Initial Version and Version 1 of Ticket #1453

Show
Ignore:
Timestamp:
02/17/10 02:50:58 (12 years ago)
Author:
Austin_Hastings
Comment:

(Edited to include my patch number)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1453 – description

    initial v1  
    33Bacek mentioned in the commit comments to cs# [43660] that discussion was needed on how Test::More handles null, so I have created this ticket to host that discussion. 
    44  
    5 To get started, I am committing a patch that adds `is_null` as a test assertion, as well as adding support for null values to the various `is()` multisub elements. 
     5To get started, I am committing a patch (cs# [44058]) that adds `is_null` as a test assertion, as well as adding support for null values to the various `is()` multisub elements. 
    66 
    77I think that "null happens", which is especially vexing when calling from NQP to PIR. So I think that any assertion that accepts a PMC type must support the possibility that the PMC type will be null.