This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# place in Packages/User/ | |
# recommend with trim trailing whitespace and sublimelinter | |
import sublime_plugin, re | |
class rubyCheck(sublime_plugin.EventListener): | |
def on_pre_save(self, view): | |
if re.search("Ruby", view.settings().get('syntax')): | |
view.window().run_command("ruby_format") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error running '/Users/jsilverman2/.rvm/wrappers/ruby-1.8.7-p371/rake MERLIN_ROOT=/Users/jsilverman2/.rvm/src/ironruby-head/Merlin/Main compile mono=1 configuration=release --trace', please read /Users/jsilverman2/.rvm/log/ironruby-head/rake.log | |
Jonathans-MacBook-Pro:~ jsilverman2$ cat /Users/jsilverman2/.rvm/log/ironruby-head/rake.log | |
[2012-10-25 22:07:06] /Users/jsilverman2/.rvm/wrappers/ruby-1.8.7-p371/rake MERLIN_ROOT=/Users/jsilverman2/.rvm/src/ironruby-head/Merlin/Main compile mono=1 configuration=release --trace | |
rake aborted! | |
No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb) | |
/Users/jsilverman2/.rvm/gems/ruby-1.8.7-p371@global/gems/rake-0.9.2.2/lib/rake/application.rb:495:in `raw_load_rakefile' | |
/Users/jsilverman2/.rvm/gems/ruby-1.8.7-p371@global/gems/rake-0.9.2.2/lib/rake/application.rb:82:in `load_rakefile' | |
/Users/jsilverman2/.rvm/gems/ruby-1.8.7-p371@global/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling' | |
/Users/jsilverman2/.rvm/gems/ruby-1.8.7- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Archive: /Users/jsilverman2/.rvm/archives/ironruby-1.0.zip | |
bin/: ucsize 4096 <> csize 0 for STORED entry | |
continuing with "compressed" size value | |
creating: /Users/jsilverman2/tmp/iron/bin/ | |
inflating: /Users/jsilverman2/tmp/iron/bin/gem | |
inflating: /Users/jsilverman2/tmp/iron/bin/igem.bat | |
inflating: /Users/jsilverman2/tmp/iron/bin/iirb.bat | |
inflating: /Users/jsilverman2/tmp/iron/bin/ir | |
inflating: /Users/jsilverman2/tmp/iron/bin/ir.exe | |
inflating: /Users/jsilverman2/tmp/iron/bin/ir.exe.config |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
silverlight/bin/: ucsize 4096 <> csize 0 for STORED entry | |
continuing with "compressed" size value |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2012-10-23 13:18:51] PATH="/Users/jsilverman2/.rvm/gems/ironruby-1.0/bin:/Users/jsilverman2/.rvm/gems/ironruby-1.0@global/bin:/Users/jsilverman2/.rvm/rubies/ironruby-1.0/bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/mysql/bin:/Library/Frameworks/JRuby.framework/Versions/Current/bin:/Users/jsilverman2/.rvm/bin" GEM_HOME="/Users/jsilverman2/.rvm/gems/ironruby-1.0" GEM_PATH="/Users/jsilverman2/.rvm/gems/ironruby-1.0:/Users/jsilverman2/.rvm/gems/ironruby-1.0@global" /Users/jsilverman2/.rvm/rubies/ironruby-1.0/bin/gem install --no-rdoc --no-ri rake | |
ERROR: While executing gem ... (ArgumentError) | |
Invalid path |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Archive: /Users/jsilverman2/.rvm/archives/ironruby-1.0.zip | |
bin/: ucsize 4096 <> csize 0 for STORED entry | |
continuing with "compressed" size value | |
creating: /Users/jsilverman2/.rvm/src/ironruby-1.0/bin/ | |
inflating: /Users/jsilverman2/.rvm/src/ironruby-1.0/bin/gem | |
inflating: /Users/jsilverman2/.rvm/src/ironruby-1.0/bin/igem.bat | |
inflating: /Users/jsilverman2/.rvm/src/ironruby-1.0/bin/iirb.bat | |
inflating: /Users/jsilverman2/.rvm/src/ironruby-1.0/bin/ir | |
inflating: /Users/jsilverman2/.rvm/src/ironruby-1.0/bin/ir.exe | |
inflating: /Users/jsilverman2/.rvm/src/ironruby-1.0/bin/ir.exe.config |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ /scripts/cli : __rvm_parse_args() 638 > [[ -n '' ]] | |
+ /scripts/cli : __rvm_parse_args() 640 > set -o errtrace | |
+ /scripts/cli : __rvm_parse_args() 641 > export 'PS4=+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
+ /scripts/cli : __rvm_parse_args() 641 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
+ /scripts/cli : __rvm_parse_args() 673 > [[ -z '' ]] | |
+ /scripts/cli : __rvm_parse_args() 673 > [[ -n '' ]] | |
+ /scripts/cli : __rvm_parse_args() 676 > [[ error == '' ]] | |
+ /scripts/cli : __rvm_parse_args() 676 > [[ 0 -eq 1 ]] | |
+ /scripts/cli : __rvm_parse_args() 676 > [[ -n '' ]] | |
+ /scripts/cli : __rvm_parse_args() 15 > [[ -n install ]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
String file contents |
NewerOlder