Change in ovirt-engine-sdk-ruby[master]: Avoid using libxml2 constants in Ruby code

juan.hernandez at redhat.com juan.hernandez at redhat.com
Thu Mar 10 14:53:57 UTC 2016


Juan Hernandez has submitted this change and it was merged.

Change subject: Avoid using libxml2 constants in Ruby code
......................................................................


Avoid using libxml2 constants in Ruby code

This simplifies the C part of the SDK, and makes the Ruby part more
independent of libxml2, so it will hopefully easier to implement that
part in a way that also works with JRuby.

Change-Id: I80493804e3f96b3bdec134a28730edc5b926904c
Signed-off-by: Juan Hernandez <juan.hernandez at redhat.com>
---
M generator/src/main/java/org/ovirt/sdk/ruby/ReadersGenerator.java
M generator/src/main/java/org/ovirt/sdk/ruby/ServicesGenerator.java
M generator/src/main/java/org/ovirt/sdk/ruby/WritersGenerator.java
M sdk/.yardopts
D sdk/ext/ovirtsdk4c/ov_xml_constants.c
D sdk/ext/ovirtsdk4c/ov_xml_constants.h
M sdk/ext/ovirtsdk4c/ov_xml_reader.c
M sdk/ext/ovirtsdk4c/ovirtsdk4c.c
M sdk/lib/ovirtsdk4.rb
M sdk/lib/ovirtsdk4/reader.rb
M sdk/lib/ovirtsdk4/writer.rb
D sdk/lib/ovirtsdk4/xml.rb
A sdk/spec/reader_spec.rb
A sdk/spec/writer_spec.rb
D sdk/spec/xml_formatter_spec.rb
M sdk/spec/xml_reader_spec.rb
M sdk/spec/xml_writer_spec.rb
17 files changed, 1,156 insertions(+), 903 deletions(-)

Approvals:
  Juan Hernandez: Verified; Looks good to me, approved
  Jenkins CI: Passed CI tests



-- 
To view, visit https://gerrit.ovirt.org/54561
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I80493804e3f96b3bdec134a28730edc5b926904c
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine-sdk-ruby
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <juan.hernandez at redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernandez at redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation at ovirt.org>



More information about the Engine-commits mailing list