summaryrefslogtreecommitdiff
path: root/src/reference_tree.ml
AgeCommit message (Expand)Author
2018-02-16Add logging of interface definition file loading.Daniil Baturin
2018-02-11Rename Util.string_of_path to string_of_list since it can be used for any lists,Daniil Baturin
2017-01-17T231: Add a function for loading interface definitions from a directory (#5)Shon Feder
2017-01-16Remove the assumptions about validator argument being mandatory.Daniil Baturin
2017-01-16Update reference tree loader to match the schema.Daniil Baturin
2017-01-13T254: disallow node names with characters significant to the curly config parserDaniil Baturin
2017-01-03Add a function to get completion data from a reference tree node.Daniil Baturin
2017-01-02Last missing accessor: value help.Daniil Baturin
2016-12-31Fix format of validation error messages (paths in square brackets, no quotes).Daniil Baturin
2016-12-30Remove the extends attribute from <interfaceDefinition>Daniil Baturin
2016-12-23T230: Add missing data access functions to the Reference_tree module with uni...Phil Summers
2016-12-23Handle Xml exceptions in Reference_tree.load_from_xml and re-raise as Bad_int...Daniil Baturin
2016-12-22T226: Add secret and hidden properties to the reference tree.Phil Summers
2016-12-15T212: use a directory (normally $program_dir/validators) for external validat...Daniil Baturin
2015-09-25Move the node_type type to Reference_treeDaniil Baturin
2015-08-28Add is_multi function to the reference tree module.Daniil Baturin
2015-04-26Add an option to keep child order, will be used for rendering.Daniil Baturin
2015-04-26Add path validation functionality.Daniil Baturin
2015-04-24Remove debug prints.Daniil Baturin
2015-04-24Initial implementation of the reference tree module.Daniil Baturin