Ticket #750 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

SetProperty allows having both 'property' and 'extract_fn' set

Reported by: jhford Owned by:
Priority: major Milestone: 0.8.1
Version: 0.7.12 Keywords:
Cc:

Description

if SetProperty? has a property kwarg and extract_fn kwarg the property is set and extract_fn is not run. We should either do both types of property extraction or disallow both kwargs from being used on the same step. I have a patch which does the later.

Attachments

setprop.diff Download (542 bytes) - added by jhford 3 years ago.
setproperty step changes

Change History

Changed 3 years ago by jhford

setproperty step changes

comment:1 Changed 3 years ago by dustin

  • Status changed from new to closed
  • Resolution set to fixed
  • Milestone changed from undecided to 0.8.1
commit ffa8946e38d7a7361cc8d3e06cb3fbdbc397495f
Author: John Ford <jford@mozilla.com>
Date:   Mon Mar 22 22:07:09 2010 -0500

    disallow both property and extract_fn args to SetProperty
Note: See TracTickets for help on using tickets.