packager icon indicating copy to clipboard operation
packager copied to clipboard

An infinite loop was corrected.

Open holyshared opened this issue 15 years ago • 2 comments

When TestA and TestB need each other, an infinite loop is generated. The verification prepared and confirmed following test files TestA and TestB.

Source header of TestA.js

#JS
/*

---
name: TestA

description: Test file A for operation verification

license: MIT-style

authors:
- Noritaka Horio

requires: [Core/Core, TestB]

provides: [TestA]
...
*/

Source header of TestB.js

#JS
/*

---
name: TestB

description: Test file B for operation verification

license: MIT-style

authors:
- Noritaka Horio

requires: [Core/Core, TestA]

provides: TestB
...
*/

To solve an infinite loop, it was corrected that the file processed once was not processed.

holyshared avatar Oct 29 '10 03:10 holyshared

cool stuff, I'll test and pull asap.

kamicane avatar Oct 29 '10 06:10 kamicane

Nice!

subtleGradient avatar Oct 30 '10 20:10 subtleGradient