Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 605264 - =dev-ruby/net-scp-1.2.1: please add ruby23 support
Summary: =dev-ruby/net-scp-1.2.1: please add ruby23 support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 617966
  Show dependency tree
 
Reported: 2017-01-10 13:36 UTC by Tomáš Mózes
Modified: 2017-05-10 04:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Mózes 2017-01-10 13:36:49 UTC
https://bugs.gentoo.org/show_bug.cgi?id=596408
=> 1.1.2-r1 has ruby 2.3, but newer version 1.2.1 does not
Comment 1 Tomáš Mózes 2017-05-09 12:19:28 UTC
# ruby21 -Ilib:test test/test_all.rb
Run options: 

# Running tests:

Finished tests in 0.146594s, 204.6466 tests/s, 416.1148 assertions/s.                                              
30 tests, 61 assertions, 0 failures, 0 errors, 0 skips

ruby -v: ruby 2.1.10p492 (2016-04-01 revision 54464) [x86_64-linux]

# ruby22 -Ilib:test test/test_all.rb
Loaded suite test/test_all
Started
...............................

Finished in 0.167511065 seconds.
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
31 tests, 61 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
185.06 tests/s, 364.16 assertions/s

# ruby23 -Ilib:test test/test_all.rb
Loaded suite test/test_all
Started
...............................

Finished in 0.165170831 seconds.
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
31 tests, 61 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
187.68 tests/s, 369.31 assertions/s
Comment 2 Hans de Graaff gentoo-dev Security 2017-05-09 18:45:46 UTC
There was a comment in the ebuild that there were test failures, but everything passes for me as well.

Added.
Comment 3 Tomáš Mózes 2017-05-10 04:21:46 UTC
Thank you very much