Initial addition of ruby-multi-json which is a common interface to multiple JSON libraries.
It is required by the latest version of 'ruby-neovim'
Full ChangeLog is available here
- Fix missing stdlib set dependency in oj adapter
Differential D2056
Initial working addition of ruby-multi-json Authored by debug on Jan 22 2018, 2:14 PM. Tags None Referenced Files
Subscribers
Details
Initial addition of ruby-multi-json which is a common interface to multiple JSON libraries. Full ChangeLog is available here
Diff Detail
Event TimelineComment Actions
This comment was removed by debug. Comment Actions I've just tested building this package with '%gem_install' which builds the 'ruby-multi-gem' package successfully. However not the other two packages. I've added a screenshot which shows the error I'm getting with 'ruby-neovim' and 'ruby-msgpack' but not 'ruby-multi-json' Comment Actions Scratch that It seems to be temperamental. I've just tried rebuilding 'ruby-multi-json' and get the same error now? Comment Actions In theory, these macros will only work if you have required dependencies (rundeps as well I guess) in the builddeps. The idea was that it would fail if deps weren't added (a safeguard to not having missing deps), cause it would try to download them as per that message (networking isn't allowed). I'm not sure if it is entirely feasible, but will have a look after landing a horde of patches Comment Actions Okay that sounds good ill try build the packages again whenever you are ready. Thanks for the quick reply! Comment Actions Ok, it turns out I landed this part of separating vagrant into 39 packages. Also note that I landed it as ruby-multi_json so after the next sync you'll want to do this: sudo eopkg rm ruby-multi-json sudo eopkg install --reinstall ruby-neovim Will land and fix the others to match the changes and validate the macros that I changed. | |||||||||||||||||||||||||||||||||||||||