Issues
- Missing parent Statement of Statement error with thread and tag islandLDEV-4157Michael Offner
- Tag-islands broken within callbackLDEV-3740Resolved issue: LDEV-3740Michael Offner
- Tag islands don't work in cfc functions which appear below a static functionLDEV-3184Michael Offner
- Tag island inside of tag-based try causes parsing errorLDEV-2734Michael Offner
- add tag islands in scriptLDEV-1324Resolved issue: LDEV-1324Michael Offner
5 of 5
Missing parent Statement of Statement error with thread and tag island
Description
Environment
None
relates to
Details
Assignee
Michael OffnerMichael OffnerReporter
Brad WoodBrad WoodPriority
NewLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Brad Wood
Brad WoodPriority
Labels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Created 18 August 2022 at 21:46
Updated 27 October 2022 at 12:24
Activity
Show:
Zac Spitzer27 October 2022 at 12:24
6.0
Pothys - MitrahSoft23 August 2022 at 06:59
I've checked this ticket and confirmed the issue happened on the lucee latest version 5.3.10.61-SNAPSHOT. tag-islands after the thread throws an error like missing parent Statement of Statement.
I added a testcase to this ticket
Pull Request:
There are a couple similar tickets, but neither of them seem to have the exact same repro case. This CFC will not compile:
The error is (short version)
Long version…