1 May
2016
1 May
'16
5:38 a.m.
28.04.2016 9:38, Martin Owens пишет:
On Thu, 2016-04-28 at 09:13 +0600, Dmitry Zhulanov wrote:
All yaml parser sources taken from official page http://pyyaml.org/wiki/LibYAML and I put them to src/yaml
This is what you should not do.
Keep the library separate and include it as needed. Inscape uses many outside libraries and libraries should NOT be included in the branch.
Best Regards, Martin Owens
I think it would be better if I tell about libyaml integration. It used only in one place: CmdLineXAction::createActionsFromYAML() main-cmdlinexact.cpp this function loads yaml file, parse it, and create serially all required objects for running verbs.
Best Regards, Dmitry Zhulanov