freeride-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FR-devel] FreeRIDE CVS on FreeBSD, a few comments


From: Jos Backus
Subject: [FR-devel] FreeRIDE CVS on FreeBSD, a few comments
Date: Mon, 24 Feb 2003 23:25:01 -0800
User-agent: Mutt/1.5.3i

    Hello,

I decided to give FreeRIDE a spin. After installing ruby-1.8.0 (version in
FreeBSD ports tree), fox-1.0.30, scintilla-1.51, fxscintilla-1.51 and checking
out tonight's CVS, I see the following:

lizzy:~/src/freeride-cvs/freeride% sh run.bat >& out
lizzy:~/src/freeride-cvs/freeride% sort -u out | less
/usr/local/lib/ruby/site_ruby/1.6/racc/parser.rb:75: warning: Object#type is dep
recated; use Object#class

^ This one is weird; this file does not exist on my system! There's probably
some eval magic going on here.

Failing to load: rubyide_tools_fox_source_browser
Failing to load: rubyide_tools_source_parser
Failing to load: rubyide_util_logger
Failing to start: rubyide_tools_fox_source_browser
Failing to start: rubyide_tools_source_parser
Failing to start: rubyide_util_logger

What causes these? Presumably these are the reason I don't see the File and
Source Views.

Shutdown in 1 seconds...
redist/log4r/configurator.rb:138: warning: parenthesize argument(s) for future v
ersion
redist/log4r/configurator.rb:180: warning: parenthesize argument(s) for future v
ersion
redist/log4r/configurator.rb:72: warning: parenthesize argument(s) for future ve
rsion
redist/log4r/configurator.rb:78: warning: parenthesize argument(s) for future ve
rsion
redist/log4r/repository.rb:55: warning: parenthesize argument(s) for future vers
ion
redist/yaml.rb:16: warning: Object#type is deprecated; use Object#class
redist/yaml.rb:501: warning: Object#type is deprecated; use Object#class
src/emitter.rb:1244: warning: Object#type is deprecated; use Object#class
src/emitter.rb:1350: warning: Object#type is deprecated; use Object#class
src/emitter.rb:441: warning: Object#type is deprecated; use Object#class
src/emitter.rb:90: warning: Object#type is deprecated; use Object#class
src/yaml.y:535: warning: Object#type is deprecated; use Object#class
src/yaml.y:614: warning: Object#type is deprecated; use Object#class
src/yaml.y:623: warning: Object#type is deprecated; use Object#class

These should be equally trivial to fix :-) In fact, there's these:

lizzy:~/src/freeride-cvs/freeride% rgrep self.class
./plugins/rubyide_gui/component.rb:        @plugin.log_debug <<
"#{self.class.to_s} component created for address@hidden"
./redist/drb/drb.rb:      self.class._load(@buf)
./redist/yaml.rb:        "!ruby/object:#{self.class}"
./redist/yaml.rb:               self.class_eval %{
./redist/yaml.rb:                       self.class_eval %{
./redist/yaml.rb:            if self.class == Hash or self.class ==
YAML::SpecialHash
./redist/yaml.rb:                hash_type = "!ruby/hash:#{self.class}"
./redist/yaml.rb:                       struct_name = self.class.name.gsub(
"Struct:", "" )
./redist/yaml.rb:                       if self.class == Array 
./redist/yaml.rb:                               array_type =
"!ruby/array:#{self.class}"
./redist/runit/method_mappable.rb:      elsif hash[self.class.to_s + m.to_s]
./redist/runit/method_mappable.rb:        send hash[self.class.to_s + m.to_s]

Hope this is useful.

Cheers,
-- 
Jos Backus                       _/  _/_/_/      Sunnyvale, CA
                                _/  _/   _/
                               _/  _/_/_/
                          _/  _/  _/    _/
jos at catnook.com        _/_/   _/_/_/          require 'std/disclaimer'




reply via email to

[Prev in Thread] Current Thread [Next in Thread]