[macruby-changes] [2645] MacRuby/trunk/rakelib/builder.rake
source_changes at macosforge.org
source_changes at macosforge.org
Fri Sep 25 17:16:28 PDT 2009
Revision: 2645
http://trac.macosforge.org/projects/ruby/changeset/2645
Author: lsansonetti at apple.com
Date: 2009-09-25 17:16:28 -0700 (Fri, 25 Sep 2009)
Log Message:
-----------
added a bunch of stdlib files to the aot list
Modified Paths:
--------------
MacRuby/trunk/rakelib/builder.rake
Modified: MacRuby/trunk/rakelib/builder.rake
===================================================================
--- MacRuby/trunk/rakelib/builder.rake 2009-09-26 00:14:56 UTC (rev 2644)
+++ MacRuby/trunk/rakelib/builder.rake 2009-09-26 00:16:28 UTC (rev 2645)
@@ -346,7 +346,24 @@
perform_extensions_target(:all)
end
-AOT_STDLIB = ['rbconfig.rb', 'lib/date.rb', 'lib/date/**/*.rb', 'lib/irb.rb', 'lib/irb/**/*.rb', 'lib/fileutils.rb']
+AOT_STDLIB = [
+ 'rbconfig.rb',
+ 'lib/date.rb',
+ 'lib/date/**/*.rb',
+ 'lib/fileutils.rb',
+ 'lib/irb.rb',
+ 'lib/irb/**/*.rb',
+ 'lib/net/http.rb',
+ 'lib/net/protocol.rb',
+ 'lib/optparse.rb',
+ #'lib/stringio.rb', #spec fails
+ 'lib/thread.rb',
+ 'lib/time.rb',
+ 'lib/timeout.rb',
+ 'lib/uri/**/*.rb',
+ 'lib/yaml.rb',
+ 'lib/yaml/rubytypes.rb',
+]
desc "AOT compile parts of the stdlib"
task :aot_compile_stdlib => [:miniruby, 'macruby:dylib'] do
AOT_STDLIB.each do |pat|
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090925/2bcf3fd0/attachment.html>
More information about the macruby-changes
mailing list