[BioRuby-cvs] bioruby/bin bioruby,1.1,1.2

Katayama Toshiaki k at pub.open-bio.org
Sat Sep 24 08:33:09 EDT 2005


Update of /home/repository/bioruby/bioruby/bin
In directory pub.open-bio.org:/tmp/cvs-serv28103/bin

Modified Files:
	bioruby 
Log Message:
* load/save history is suppressed when readline isn't available
* $bioruby_cache variable is introduced for non persistent configuration


Index: bioruby
===================================================================
RCS file: /home/repository/bioruby/bioruby/bin/bioruby,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** bioruby	23 Sep 2005 13:57:07 -0000	1.1
--- bioruby	24 Sep 2005 12:33:07 -0000	1.2
***************
*** 35,39 ****
    require 'irb/completion'
  rescue LoadError
!   # readline is missing
  end
  
--- 35,39 ----
    require 'irb/completion'
  rescue LoadError
!   $bioruby_cache[:no_readline] = true
  end
  
***************
*** 62,66 ****
    IRB.conf[:PROMPT_MODE] = :BIORUBY
  end
! IRB.conf[:ECHO] = $bioruby_config[:ECHO]
  
  # irb/input-method.rb >= v1.5 (not in 1.8.2)
--- 62,66 ----
    IRB.conf[:PROMPT_MODE] = :BIORUBY
  end
! IRB.conf[:ECHO] = $bioruby_config[:ECHO] || false
  
  # irb/input-method.rb >= v1.5 (not in 1.8.2)



More information about the bioruby-cvs mailing list