FLUID-3430: cache key is not generated for single module "framework"

Metadata

Source
FLUID-3430
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Laurel Williams
Reporter
Laurel Williams
Created
2009-12-11T15:39:44.000-0500
Updated
2009-12-15T19:04:51.000-0500
Versions
N/A
Fixed Versions
  1. 1.2
Component
  1. Infusion Builder

Description

While testing the cache primer, I discovered that using a single module of "framework" as the input for builder.php does not generate cache key. This is impossible to replicate with the builder interface right now because we automatically generate dependencies and ignore when users uncheck dependencies.

Comments

  • Laurel Williams commented 2009-12-11T16:20:26.000-0500

    Bug Parade Builder 1.1.2

  • Laurel Williams commented 2009-12-11T16:23:26.000-0500

    corrected this by removing use of empty function and instead using compare with empty string. created a test to confirm that this works.

  • Colin Clark commented 2009-12-15T19:04:51.000-0500

    I've reviewed Laurel's fix for this issue and the associated unit test. +1 for Builder 1.1.2