major
minor
defect
major
minor
#26382
Error messages "Duplicate tag name..." when starting an application in the IDE from a TL-Studio
#26405
TTypeRewriter logs warning "Unable to resolve items by external reference" also unnecessarily
#26431
Changed superclass relationship leads to changed attribute list in the form editor only after a restart
defect
A tl:LogControl can receive updates spontaneously if a concurrent activity generates an update. Under unfavorable circumstances, this can also happen right while the control is being written to. Unfortunately, the framework checks to ensure that a control does not become invalid again “as a result of being written to.” This check can fail unexpectedly if an update arrives at an inopportune moment.
Solution
The check for updates after writing must be omitted.
Test
No test—concurrency issue cannot be reproduced.