General

Profile

lemsx1 (Luis Mondesi)

  • Login: lemsx1
  • Email: lemsx1@gmail.com
  • Registered on: 08/20/2014
  • Last sign in: 04/13/2018

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

06/08/2017

03:46 PM Ruby Bug #13040: syslog/logger uses "require 'logger'" which is interpreted as circular dependency
Ok, I was able to reproduce this now.
1. create a new Rails Project
2. create an initializer under configs/initializer named "delayed_job.rb" with:
require 'syslog/logger'
Delayed::Worker.delay_jobs = !Rails.env.test?
Delayed:...
lemsx1 (Luis Mondesi)

05/18/2017

01:55 PM Ruby Bug #13040: syslog/logger uses "require 'logger'" which is interpreted as circular dependency
Am I the only person having this problem? This is in different code sources we are maintaining. Here is the latest. In a new project I setup test with minitest/spec
1. added pp $LOAD_PATH to my test_helper.rb
2. rake test
$> rake ...
lemsx1 (Luis Mondesi)

12/20/2016

02:33 AM Ruby Bug #13040: syslog/logger uses "require 'logger'" which is interpreted as circular dependency
Nobuyoshi Nakada wrote:
> 'syslog/logger.rb' and 'logger.rb' are different files.
> ...
For example, I setup a new Rails 5.0.0.1 app and minitest for use with "spec" via a test_helper file, nothing out of the norm. Then ran "rake test"...
lemsx1 (Luis Mondesi)

12/15/2016

07:11 PM Ruby Bug #13040 (Rejected): syslog/logger uses "require 'logger'" which is interpreted as circular dependency
while using the 'syslog/logger' require from Ruby it works well, however if one tries to use it via "test" it complaints about circular require and the constant "Logger" not defined. After a little digging, I realized that 'syslog/logger... lemsx1 (Luis Mondesi)

10/14/2014

04:30 PM Ruby Bug #10159: Ruby 2.x Syslog::Logger is newer than the one in Rubygems but version is the same
Ruby 2.1.3 has the same issue. The patch is already supplied, why hasn't this been addressed? lemsx1 (Luis Mondesi)

08/20/2014

09:17 PM Ruby Bug #10159 (Closed): Ruby 2.x Syslog::Logger is newer than the one in Rubygems but version is the same
Users of Ruby 2.x get the latest version of syslog/logger.rb as included from https://bugs.ruby-lang.org/issues/5096; however, the version of the gem is not updated to reflect that this new one has more features (for example, you can pas... lemsx1 (Luis Mondesi)

Also available in: Atom