[BioRuby-cvs] bioruby ChangeLog,1.76,1.77

Naohisa Goto ngoto at dev.open-bio.org
Fri Dec 28 13:36:10 UTC 2007


Update of /home/repository/bioruby/bioruby
In directory dev.open-bio.org:/tmp/cvs-serv32752

Modified Files:
	ChangeLog 
Log Message:
changes of lib/bio/sequence/common.rb and lib/bio/db/pdb/pdb.rb by ngoto


Index: ChangeLog
===================================================================
RCS file: /home/repository/bioruby/bioruby/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -C2 -d -r1.76 -r1.77
*** ChangeLog	27 Dec 2007 17:28:57 -0000	1.76
--- ChangeLog	28 Dec 2007 13:36:08 -0000	1.77
***************
*** 14,17 ****
--- 14,29 ----
  	Changed to follow the above changes in format0.rb.
  
+ 	* lib/bio/sequence/common.rb
+ 
+ 	Ruby 1.9 compliant: in window_search method, a local variable name
+ 	outside the iterator loop is changed not to be shadowed by the
+ 	iterator variable.
+ 
+ 	* lib/bio/db/pdb/pdb.rb
+ 
+ 	Ruby 1.9 compliant: changed to avoid "RuntimeError: implicit
+ 	argument passing of super from method defined by define_method()
+ 	is not supported. Specify all arguments explicitly." error.
+ 
  2007-12-26  Naohisa Goto <ng at bioruby.org>
  




More information about the bioruby-cvs mailing list