YUILibrary - Open source JavaScript and CSS for building richly interactive software.
Fork YUI on GitHub

YUI 2.x

Ticket #12 (checkedin defect)

Reporter


Dav Glass
Opened: 10/22/09
Last modified: 04/2/10
Status: checkedin
Type: defect
Resolution: fixed

Owner


Satyen Desai
Target Release:
Priority: P3 (normal)
Summary: Empty values for component.optional or component.supersedes causes failure
Description:

If you build.properties file looks like this:


component.requires=node, event
component.optional=
component.supersedes=

The resulting build file looks like this:


{optional:['node', 'event'], supersedes:['node', 'event'], requires:['node', 'event']});

Type: defect Observed in Version: 1.0.0b1
Component: Builder Severity: S3 (normal)
Assigned To: Satyen Desai Target Release:
Location: Library Code Priority: P3 (normal)
Tags: Relates To:
Browsers: N/A
URL:
Test Information:

Change History

Satyen Desai

YUI Developer

Posted: 10/23/09
  • resolution changed to fixed
  • status changed from new to checkedin

Fixed handling of empty details fields. Fixes #12
View Commit: a04030193c48087c5d3f980c5c7b7fdc04a4bc28

George

YUI Developer

Posted: 04/2/10
  • version changed from 1.0.0 to 1.0.0b1