[#68137] improve semantics of manpages — "Anthony J. Bentley" <anthony@...>
Hi,
1 message
2015/02/17
[#68144] Re: Future of test suites for Ruby — Anthony Crumley <anthony.crumley@...>
FYI...
4 messages
2015/02/17
[#68343] [Ruby trunk - Bug #10916] [Open] What the Ruby? SegFault? — ruby@...
Issue #10916 has been reported by why do i need this acct just to create a bug report.
5 messages
2015/02/27
[#68373] Re: [Ruby trunk - Bug #10916] [Open] What the Ruby? SegFault?
— "Martin J. Dürst" <duerst@...>
2015/03/02
> * Author: why do i need this acct just to create a bug report
[#68358] [Ruby trunk - Bug #10902] require("enumerator") scans LOAD_PATH 2x on every invocation — [email protected]
Issue #10902 has been updated by Aman Gupta.
3 messages
2015/02/28
[ruby-core:68211] [Ruby trunk - Bug #10878] [Open] require: cannot load such file
From:
andreas.baumgaertner@...
Date:
2015-02-21 11:28:33 UTC
List:
ruby-core #68211
Issue #10878 has been reported by Andreas Baumgaertner.
----------------------------------------
Bug #10878: require: cannot load such file
https://bugs.ruby-lang.org/issues/10878
* Author: Andreas Baumgaertner
* Status: Open
* Priority: Normal
* Assignee:
* ruby -v: ruby 2.2.0p73 (2015-02-21 revision 49672) [x64-mingw32]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN
----------------------------------------
simple tests like require 'nokogiri', require 'actionpack-action_caching' fail with ruby 2.2.0 on Windows 7, x64_mingw32
these tests work fine with ruby 2.1.5
~~~
C:/apps/redmine_dev/ruby/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require': cannot load such file -- actionpack-action_caching (LoadError)
from C:/apps/redmine_dev/ruby/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require'
from rails.rb:11:in `<main>'
C:/apps/redmine_dev/ruby/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require': cannot load such file -- nokogiri/nokogiri (LoadError)
from C:/apps/redmine_dev/ruby/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require'
from C:/apps/redmine_dev/ruby/lib/ruby/gems/2.2.0/gems/nokogiri-1.6.6.2-x64-mingw32/lib/nokogiri.rb:29:in `rescue in <top (required)>'
from C:/apps/redmine_dev/ruby/lib/ruby/gems/2.2.0/gems/nokogiri-1.6.6.2-x64-mingw32/lib/nokogiri.rb:25:in `<top (required)>'
from C:/apps/redmine_dev/ruby/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:128:in `require'
from C:/apps/redmine_dev/ruby/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:128:in `rescue in require'
from C:/apps/redmine_dev/ruby/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:39:in `require'
from n_test.rb:1:in `<main>'
RubyGems Environment:
- RUBYGEMS VERSION: 2.4.5
- RUBY VERSION: 2.2.0 (2015-02-21 patchlevel 73) [x64-mingw32]
- INSTALLATION DIRECTORY: C:/apps/redmine_dev/ruby/lib/ruby/gems/2.2.0
- RUBY EXECUTABLE: C:/apps/redmine_dev/ruby/bin/ruby.exe
- EXECUTABLE DIRECTORY: C:/apps/redmine_dev/ruby/bin
- SPEC CACHE DIRECTORY: C:/Users/abaumgaertner/.gem/specs
- SYSTEM CONFIGURATION DIRECTORY: C:/ProgramData
- RUBYGEMS PLATFORMS:
- ruby
- x64-mingw32
- GEM PATHS:
- C:/apps/redmine_dev/ruby/lib/ruby/gems/2.2.0
- C:/Users/abaumgaertner/.gem/ruby/2.2.0
- GEM CONFIGURATION:
- :update_sources => true
- :verbose => true
- :backtrace => false
- :bulk_threshold => 1000
- REMOTE SOURCES:
- https://rubygems.org/
- SHELL PATH:
- C:\apps\redmine_dev\ruby\bin
- C:\apps\redmine_dev\libs
- C:\apps\redmine_dev\ImageMagick
- D:\apps\mercurial_dev
- d:\msys64\mingw64\bin
- d:\msys64\mingw64\lib
- d:\msys64\usr\bin
- C:\Windows\system32
- C:\Windows
- C:\Windows\System32\Wbem
- C:\Windows\System32\WindowsPowerShell\v1.0\
~~~
--
https://bugs.ruby-lang.org/