Ticket #750 (closed defect: fixed)
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
Change History
Changed 3 years ago by jhford
-
attachment
setprop.diff
added
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.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)
setproperty step changes