<< 20160815-migrate-davaz-com | Index | 20160809-migrate-davaz-com-fix-feature-tests >>
See http://dev.ywesee.com/Yasu/20160808-migrate-davaz-com-fix-feature-tests#fix-tool-select-option
It seems that this is fixed... Why?
All ajax requests for new art object are fine. I can't see this error anymore :)
NameError uninitialized constant DaVaz::State::Tooltip::Global Did you mean? DaVaz::State::Global
Commits:
/path/to/ruby/2.3.0/gems/htmlgrid-1.1.1/lib/htmlgrid/errormessage.rb:64: warning: Hash#index is deprecated; use Hash#key
[1] 2.3.1-p112(main)> h = { "a" => 100 } => {"a"=>100} [2] 2.3.1-p112(main)> h.index(100) (pry):2: warning: Hash#index is deprecated; use Hash#key => "a" [3] 2.3.1-p112(main)> h.key(100) => "a"
Commits:
could not find htmlgrid.so, falling back to pure-ruby class
Commits:
Currently in Ruby 2.3.1, htmlgrid's test fails with errors and warninngs.
Then I will fix this. (test failures are ok for now.)
/path/to/htmlgrid/lib/htmlgrid/grid.rb:115: warning: instance variable @tag not initialized /path/to/htmlgrid/lib/htmlgrid/grid.rb:115: warning: instance variable @tag not initialized /path/to/htmlgrid/lib/htmlgrid/grid.rb:115: warning: instance variable @tag not initialized ...
Commits:
/path/to/htmlgrid/test/test_label.rb:75: warning: instance variable @mey not initialized
Commits:
/path/to/htmlgrid/test/test_list.rb:37: warning: method redefined; discarding old attributes
Commits:
/path/to/htmlgrid/lib/htmlgrid/composite.rb:108: warning: assigned but unused variable - session
Commits:
C extension htmlgrid.so is already gone. But test suite.rb require rebuild.rb which is support file to load htmlgrid.so.
Commits:
/path/to/htmlgrid/lib/htmlgrid/grid.rb:112: warning: method redefined; discarding old tag=
Commits:
/path/to/htmlgrid/lib/htmlgrid/grid.rb:211: warning: mismatched indentations at 'end' with 'if' at 195
Commits:
/path/to/htmlgrid/lib/htmlgrid/component.rb:218: warning: mismatched indentations at 'end' with 'def' at 216
Commits:
/path/to/htmlgrid/lib/htmlgrid/label.rb:80: warning: mismatched indentations at 'end' with 'if' at 77
Commits:
/path/to/htmlgrid/test/test_component.rb:34: warning: method redefined; discarding old model
Commits:
/ path/to/htmlgrid/test/test_composite.rb:203: warning: mismatched indentations at 'end' with 'def' at 195
Commits:
/path/to/htmlgrid/test/test_composite.rb:37: warning: method redefined; discarding old container=
Commits:
/path/to/htmlgrid/lib/htmlgrid/list.rb:157: warning: assigned but unused variable - e
Commits:
/path/to/htmlgrid/test/test_grid.rb:338: warning: assigned but unused variable - result
Commits:
/path/to/htmlgrid/test/test_interaction_list.rb:20: warning: method redefined; discarding old container=
Commits:
/path/to/htmlgrid/test/test_label.rb:79: warning: instance variable @mey not initialized
Commits:
/path/to/htmlgrid/test/test_interaction_list.rb:138: warning: instance variable @drugs not initialized
Commits:
2) Error: TestComposite#test_to_html: ArgumentError: wrong number of arguments (given 2, expected 1) /path/to/htmlgrid/test/test_add_row.rb:27:in `foo' /path/to/htmlgrid/lib/htmlgrid/composite.rb:68:in `create' ...
Commits:
if RUBY_VERSION.split(".").first.eql?('1') expected << 'OPTION value="foobar" selected>Foo Nr. 2</OPTION' else expected << '<OPTION selected value="foobar">Foo Nr. 2</OPTION>' end
It seems that curretly in both ruby (1, 2) option tag is created as <option value="..." selected></option>
Commits:
/path/to/htmlgrid/.bundle/gems/ruby/2.1.0/gems/sbsm-1.3.0/lib/sbsm/lookandfeel.rb:69: warning: shadowing outer local variable - args
Continue tomorrow.