Change 1166

tony_smith (Tony Smith)
Tony Smith committed this change into //guest/tony_smith/perforce/API/Ruby/main
Request Review
Download .zip
Followup to previous change.

Simplify the interface to getting results/errors and warnings.
No need for the P4Result class anymore so that's gone (though
it's still there as a C++ class because it's useful) and so
is P4#result. Now you get your errors/warnings and results using
P4#errors, P4#warnings and P4#output all of which return arrays.
  • Files 8
  • Comments 0
8 edited 0 added 0 deleted
P4.html#3
Loading...
example.rb#6
Loading...
lib/P4.rb#4
Loading...
p4.cc#8
Loading...
p4clientapi.h#6
Loading...
p4rb_version.h#4
Loading...
p4result.cc#2
Loading...
p4result.h#2
Loading...
Tip: Use n and p to cycle through the changes.