Scripting|libcore: Sorting ScriptedInfo records by source order
In ScriptedInfo, the source location of each record is stored in the source variable. Added a utility method for sorting a collection of records based on the source paths and line numbers.
This allows processing definitions in the intuitive order the definitions are written in.
Scripting|libcore: Sorting ScriptedInfo records by source order
In ScriptedInfo, the source location of each record is stored in the
source variable. Added a utility method for sorting a collection
of records based on the source paths and line numbers.
This allows processing definitions in the intuitive order the
definitions are written in.