Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Gavin HallidayGavin HallidayReporter
Gavin HallidayGavin HallidayPriority
Not specifiedFix versions
Pull Request URL
Details
Details
Components
Assignee
Gavin Halliday
Gavin HallidayReporter
Gavin Halliday
Gavin HallidayPriority
Fix versions
Pull Request URL
Created January 18, 2022 at 10:22 AM
Updated January 20, 2022 at 12:42 PM
Resolved January 20, 2022 at 12:42 PM
Currently each of the directives creates a string to describe the position of the directive for use in error messages. In some queries which heavily use macros/#export this was taking up ~3% of the time for parsing the query (kel10.eclxml).
Much better to create the string if/when needed.