[macruby-changes] [4465] MacRuby/trunk/bin/rubyc

source_changes at macosforge.org source_changes at macosforge.org
Wed Aug 25 13:56:09 PDT 2010


Revision: 4465
          http://trac.macosforge.org/projects/ruby/changeset/4465
Author:   lsansonetti at apple.com
Date:     2010-08-25 13:56:08 -0700 (Wed, 25 Aug 2010)
Log Message:
-----------
warn the user that static compilation is not yet finished

Modified Paths:
--------------
    MacRuby/trunk/bin/rubyc

Modified: MacRuby/trunk/bin/rubyc
===================================================================
--- MacRuby/trunk/bin/rubyc	2010-08-25 20:45:49 UTC (rev 4464)
+++ MacRuby/trunk/bin/rubyc	2010-08-25 20:56:08 UTC (rev 4465)
@@ -80,6 +80,7 @@
   def run
     @uses_bs_flags = ''
     if @static
+      $stderr.puts "Warning: static compilation is currently a work in progress and provided for development only. The compilation process may simply fail or generate non-functional machine code objects. Use it at your own risk."
       # BridgeSupport compilation is only enabled during static compilation.
       @frameworks.each do |f|
         p =
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100825/e5c70358/attachment.html>


More information about the macruby-changes mailing list