rhodes 2.3.2 → 2.4.0.beta.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +18 -0
- data/CREDITS +38 -0
- data/README.md +2 -2
- data/Rakefile +60 -2
- data/bin/set-rhodes-sdk.bat +1 -0
- data/doc/application.txt +11 -0
- data/doc/build.txt +156 -39
- data/doc/configuration.txt +1 -10
- data/doc/connect-to-web-services.txt +6 -6
- data/doc/device-caps.txt +48 -5
- data/doc/extensions.txt +8 -1
- data/doc/rhom.txt +16 -0
- data/doc/synchronization.txt +56 -14
- data/doc/ui.txt +23 -2
- data/installer/instant-rhodes.nsi +6 -6
- data/lib/extensions/barcode/ext/barcode/platform/iphone/Barcode.xcodeproj/project.pbxproj +4 -2
- data/lib/extensions/barcode/ext/barcode/platform/wm/Rakefile +1 -1
- data/lib/extensions/digest-md5/ext/Rakefile +3 -3
- data/lib/extensions/digest-md5/ext/build +0 -1
- data/lib/extensions/digest-sha1/ext/Rakefile +1 -1
- data/lib/extensions/digest-sha1/ext/build +0 -1
- data/lib/extensions/digest/ext/Rakefile +3 -3
- data/lib/extensions/digest/ext/build +0 -1
- data/lib/extensions/fcntl/ext/Rakefile +1 -1
- data/lib/extensions/mspec/mspec/guards/guard.rb +4 -0
- data/lib/extensions/mspec/mspec/helpers/environment.rb +4 -0
- data/lib/extensions/nfc/ext.yml +2 -0
- data/lib/extensions/nfc/ext/build +12 -0
- data/lib/extensions/nfc/ext/build.bat +8 -0
- data/lib/extensions/nfc/ext/nfc/platform/android/AndroidManifest.xml +25 -0
- data/lib/extensions/nfc/ext/nfc/platform/android/Rakefile +94 -0
- data/lib/extensions/nfc/ext/nfc/platform/android/ext_build.files +4 -0
- data/lib/extensions/nfc/ext/nfc/platform/android/jni/src/nfc.cpp +404 -0
- data/lib/extensions/nfc/ext/nfc/platform/android/src/com/nfc/Nfc.java +138 -0
- data/lib/extensions/nfc/ext/nfc/platform/android/src/com/nfc/NfcMessage.java +34 -0
- data/lib/extensions/nfc/ext/nfc/platform/android/src/com/nfc/NfcMessagePack.java +33 -0
- data/lib/extensions/nfc/ext/nfc/platform/android/src/com/nfc/NfcRecord.java +149 -0
- data/lib/extensions/nfc/ext/nfc/shared/ruby/nfc.i +22 -0
- data/lib/extensions/nfc/ext/nfc/shared/ruby/nfc_wrap.c +2034 -0
- data/lib/extensions/nfc/nfc.rb +120 -0
- data/lib/extensions/rholang/{lang_ca.rb → rholang/lang_ca.rb} +0 -0
- data/lib/extensions/rholang/{lang_cf.rb → rholang/lang_cf.rb} +0 -0
- data/lib/extensions/rholang/{lang_chef.rb → rholang/lang_chef.rb} +0 -0
- data/lib/extensions/rholang/{lang_cs.rb → rholang/lang_cs.rb} +0 -0
- data/lib/extensions/rholang/{lang_da.rb → rholang/lang_da.rb} +0 -0
- data/lib/extensions/rholang/{lang_de.rb → rholang/lang_de.rb} +0 -0
- data/lib/extensions/rholang/{lang_es.rb → rholang/lang_es.rb} +0 -0
- data/lib/extensions/rholang/{lang_es_ar.rb → rholang/lang_es_ar.rb} +0 -0
- data/lib/extensions/rholang/{lang_fi.rb → rholang/lang_fi.rb} +0 -0
- data/lib/extensions/rholang/{lang_fr.rb → rholang/lang_fr.rb} +0 -0
- data/lib/extensions/rholang/{lang_it.rb → rholang/lang_it.rb} +0 -0
- data/lib/extensions/rholang/{lang_ko.rb → rholang/lang_ko.rb} +0 -0
- data/lib/extensions/rholang/{lang_nl.rb → rholang/lang_nl.rb} +0 -0
- data/lib/extensions/rholang/{lang_no.rb → rholang/lang_no.rb} +0 -0
- data/lib/extensions/rholang/{lang_pt.rb → rholang/lang_pt.rb} +0 -0
- data/lib/extensions/rholang/{lang_pt_br.rb → rholang/lang_pt_br.rb} +0 -0
- data/lib/extensions/rholang/{lang_ru.rb → rholang/lang_ru.rb} +0 -0
- data/lib/extensions/rholang/{lang_se.rb → rholang/lang_se.rb} +0 -0
- data/lib/extensions/rholang/{lang_sr.rb → rholang/lang_sr.rb} +0 -0
- data/lib/extensions/rholang/{rhoerror_ru.rb → rholang/rhoerror_ru.rb} +0 -0
- data/lib/extensions/rholang/{rhomsg_ru.rb → rholang/rhomsg_ru.rb} +0 -0
- data/lib/framework/date/format.rb +2 -0
- data/lib/framework/dateOrig.rb +17 -8
- data/lib/framework/rational18.rb +532 -0
- data/lib/framework/res/back_btn.wp7.png +0 -0
- data/lib/framework/res/blue_pushpin.wp7.png +0 -0
- data/lib/framework/res/blue_pushpin_small.wp7.png +0 -0
- data/lib/framework/res/callout.wp7.png +0 -0
- data/lib/framework/res/callout_link.wp7.png +0 -0
- data/lib/framework/res/esri.wp7.png +0 -0
- data/lib/framework/res/forward_btn.wp7.png +0 -0
- data/lib/framework/res/home_btn.wp7.png +0 -0
- data/lib/framework/res/options_btn.wp7.png +0 -0
- data/lib/framework/res/refresh_btn.wp7.png +0 -0
- data/lib/framework/rho/render.rb +8 -1
- data/lib/framework/rho/rho.rb +30 -7
- data/lib/framework/rho/rhoapplication.rb +9 -4
- data/lib/framework/rho/rhofsconnector.rb +5 -1
- data/lib/framework/rho/rhotabbar.rb +8 -0
- data/lib/framework/rho/rhotoolbar.rb +1 -1
- data/lib/framework/rho/rhoviewhelpers.rb +18 -1
- data/lib/framework/rhodes.rb +1 -1
- data/lib/framework/rhoframework.rb +46 -1
- data/lib/framework/rholang/localization_simplified.rb +17 -16
- data/lib/framework/rhom/rhom_db_adapter.rb +2 -2
- data/lib/framework/rhom/rhom_object_factory.rb +115 -12
- data/lib/framework/rhosystem.rb +135 -0
- data/lib/framework/version.rb +1 -1
- data/lib/rhodes.rb +1 -1
- data/lib/test/apps/rhoconfig.txt +23 -23
- data/platform/android/Rhodes/AndroidManifest.full.xml +101 -0
- data/platform/android/Rhodes/AndroidManifest.xml +10 -15
- data/platform/android/Rhodes/default.properties +11 -0
- data/platform/android/Rhodes/gen/com/rhomobile/rhodes/R.java +59 -53
- data/platform/android/Rhodes/jni/include/rhodes.h +1 -0
- data/platform/android/Rhodes/jni/include/rhodes/jni/com_rhomobile_rhodes_RhodesApplication.h +21 -0
- data/platform/android/Rhodes/jni/include/rhodes/jni/com_rhomobile_rhodes_alert_PopupActivity.h +21 -0
- data/platform/android/Rhodes/jni/include/rhodes/jni/com_rhomobile_rhodes_file_RhoFileApi.h +10 -2
- data/platform/android/Rhodes/jni/src/alert.cpp +2 -1
- data/platform/android/Rhodes/jni/src/datetimepicker.cpp +2 -0
- data/platform/android/Rhodes/jni/src/fileapi.cpp +671 -84
- data/platform/android/Rhodes/jni/src/nativebar.cpp +18 -0
- data/platform/android/Rhodes/jni/src/rhodes.cpp +92 -1
- data/platform/android/Rhodes/res/values/styles.xml +7 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/BaseActivity.java +35 -2
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/Capabilities.java +12 -13
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/LocalFileProvider.java +130 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/NativeBar.java +6 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/PushReceiver.java +5 -1
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/PushService.java +6 -2
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/RhoMenu.java +7 -36
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/RhodesActivity.java +43 -20
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/RhodesApplication.java +2 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/RhodesService.java +63 -28
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/Utils.java +2 -2
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/WebView.java +6 -2
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/alert/Alert.java +19 -282
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/alert/PopupActivity.java +354 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/datetime/DateTimePickerScreen.java +4 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/event/EventStore.java +1 -2
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/file/RhoFileApi.java +71 -5
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/geolocation/GeoLocationImpl.java +107 -37
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/mainview/SimpleMainView.java +10 -7
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/mainview/TabbedMainView.java +156 -56
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/mapview/MapView.java +0 -1
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/phonebook/ContactAccessorNew.java +40 -32
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/signature/SignatureView.java +1 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/uri/ExternalHttpHandler.java +14 -6
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/uri/LocalFileHandler.java +46 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/uri/MailUriHandler.java +4 -24
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/uri/UriHandler.java +3 -1
- data/platform/android/build/RhodesSRC_build.files +28 -25
- data/platform/android/build/android.rake +230 -54
- data/platform/android/build/androidcommon.rb +1 -1
- data/platform/android/build/librhocommon_build.files +1 -0
- data/platform/bb/Hsqldb/BlackBerry_App_Descriptor.xml +20 -0
- data/platform/bb/Hsqldb/src/com/rho/db/HsqlDBResult.java +1 -5
- data/platform/bb/Hsqldb/src/com/rho/db/HsqlDBStorage.java +6 -1
- data/platform/bb/Hsqldb/src/org/hsqldb/rowio/RowOutputBase.java +1 -1
- data/platform/bb/Hsqldb/src/org/hsqldb/rowio/RowOutputBinary.java +1 -1
- data/platform/bb/RubyVM/BlackBerry_App_Descriptor.xml +20 -0
- data/platform/bb/RubyVM/src/com/rho/IRhoRubyHelper.java +2 -0
- data/platform/bb/RubyVM/src/com/rho/RhoLogOutputSink.java +0 -1
- data/platform/bb/RubyVM/src/com/rho/RhoLogger.java +12 -10
- data/platform/bb/RubyVM/src/com/rho/RhoThread.java +16 -0
- data/platform/bb/RubyVM/src/com/rho/RhoTimer.java +89 -0
- data/platform/bb/RubyVM/src/com/rho/RhodesApp.java +20 -13
- data/platform/bb/RubyVM/src/com/rho/SplashScreen.java +1 -2
- data/platform/bb/RubyVM/src/com/rho/ThreadQueue.java +2 -2
- data/platform/bb/RubyVM/src/com/rho/TimeInterval.java +5 -0
- data/platform/bb/RubyVM/src/com/rho/db/DBAdapter.java +54 -48
- data/platform/bb/RubyVM/src/com/rho/db/IDBResult.java +0 -1
- data/platform/bb/RubyVM/src/com/rho/db/IDBStorage.java +1 -0
- data/platform/bb/RubyVM/src/com/rho/net/AsyncHttp.java +1 -1
- data/platform/bb/RubyVM/src/com/rho/sync/ClientRegister.java +1 -1
- data/platform/bb/RubyVM/src/com/rho/sync/JSONStructIterator.java +1 -1
- data/platform/bb/RubyVM/src/com/rho/sync/SyncEngine.java +16 -8
- data/platform/bb/RubyVM/src/com/rho/sync/SyncNotify.java +2 -2
- data/platform/bb/RubyVM/src/com/rho/sync/SyncSource.java +52 -29
- data/platform/bb/RubyVM/src/com/rho/sync/SyncThread.java +1 -3
- data/platform/bb/build/RubyVM_build.files +1 -0
- data/platform/bb/build/bb.rake +29 -9
- data/platform/bb/rhodes/BlackBerry_App_Descriptor.xml +23 -0
- data/platform/bb/rhodes/platform/5.0/com/rho/RhodesApplicationPlatform.java +1 -1
- data/platform/bb/rhodes/platform/5.0/com/rho/db/SqliteCopyResult.java +0 -4
- data/platform/bb/rhodes/platform/5.0/com/rho/db/SqliteResult.java +13 -20
- data/platform/bb/rhodes/platform/5.0/com/rho/db/SqliteStorage.java +183 -157
- data/platform/bb/rhodes/src/com/rho/RhoRubyHelper.java +22 -0
- data/platform/bb/rhodes/src/com/rho/RhodesApplicationPlatform.java +1 -1
- data/platform/bb/rhodes/src/com/rho/db/SqliteCopyResult.java +0 -4
- data/platform/bb/rhodes/src/com/rho/db/SqliteResult.java +13 -20
- data/platform/bb/rhodes/src/com/rho/db/SqliteStorage.java +183 -157
- data/platform/bb/rhodes/src/com/rho/rubyext/System.java +46 -1
- data/platform/bb/rhodes/src/rhomobile/RhodesApplication.java +8 -1
- data/platform/bb/rhodes/src/rhomobile/camera/CameraFilesListener.java +13 -3
- data/platform/iphone/Classes/AppManager/AppManager.h +5 -1
- data/platform/iphone/Classes/AppManager/AppManager.m +170 -7
- data/platform/iphone/Classes/DateTimePicker.m +14 -1
- data/platform/iphone/Classes/DateTimePickerDelegate.h +2 -0
- data/platform/iphone/Classes/DateTimePickerDelegate.m +36 -2
- data/platform/iphone/Classes/NativeBar.h +1 -0
- data/platform/iphone/Classes/NativeBar.m +15 -3
- data/platform/iphone/Classes/Phonebook/phonebook.m +8 -9
- data/platform/iphone/Classes/Rhodes.m +50 -6
- data/platform/iphone/Classes/SimpleMainView.m +7 -6
- data/platform/iphone/Classes/SplitView/RightViewController.h +3 -1
- data/platform/iphone/Classes/SplitView/RightViewController.m +14 -1
- data/platform/iphone/Classes/TabbedMainView.h +4 -0
- data/platform/iphone/Classes/TabbedMainView.m +43 -26
- data/platform/iphone/Info.plist +1 -1
- data/platform/iphone/RhoLib/RhoLib.xcodeproj/project.pbxproj +4 -0
- data/platform/iphone/curl/curl.xcodeproj/project.pbxproj +3 -3
- data/platform/iphone/rbuild/iphone.rake +168 -119
- data/platform/iphone/rhoextlib/rhoextlib.xcodeproj/project.pbxproj +4 -2
- data/platform/iphone/rhorubylib/rhorubylib.xcodeproj/project.pbxproj +3 -3
- data/platform/iphone/rhorunner.xcodeproj/project.pbxproj +2 -2
- data/platform/iphone/rhosynclib/rhosynclib.xcodeproj/project.pbxproj +3 -3
- data/platform/shared/SyncClient/SyncClient.cpp +20 -8
- data/platform/shared/SyncClient/SyncClient.h +2 -1
- data/platform/shared/common/RhoDefs.h +4 -0
- data/platform/shared/common/RhoPort.h +22 -0
- data/platform/shared/common/RhoStd.h +5 -0
- data/platform/shared/common/RhoTime.cpp +73 -0
- data/platform/shared/common/RhoTime.h +26 -53
- data/platform/shared/common/RhodesApp.cpp +29 -28
- data/platform/shared/common/RhodesApp.h +4 -1
- data/platform/shared/common/StringConverter.h +37 -10
- data/platform/shared/common/app_build_capabilities.h +2 -0
- data/platform/shared/common/rhoparams.cpp +25 -12
- data/platform/shared/common/rhoparams.h +10 -8
- data/platform/shared/db/DBAdapter.cpp +0 -22
- data/platform/shared/json/RJSONTokener.c +15 -23
- data/platform/shared/net/AsyncHttp.cpp +9 -8
- data/platform/shared/net/HttpServer.cpp +61 -19
- data/platform/shared/net/HttpServer.h +2 -0
- data/platform/shared/ruby/ext/datetimepicker/datetimepicker.i +3 -0
- data/platform/shared/ruby/ext/datetimepicker/datetimepicker_wrap.c +151 -402
- data/platform/shared/ruby/ext/nativebar/nativebar.i +3 -0
- data/platform/shared/ruby/ext/nativebar/nativebar_wrap.c +154 -403
- data/platform/shared/ruby/ext/rho/rhoruby.c +4 -0
- data/platform/shared/ruby/ext/rho/rhoruby.h +2 -0
- data/platform/shared/ruby/ext/system/system.i +8 -0
- data/platform/shared/ruby/ext/system/system_wrap.c +80 -5
- data/platform/shared/ruby/file.c +6 -4
- data/platform/shared/ruby/gc.c +1 -1
- data/platform/shared/ruby/linux/ruby/config.h +7 -2
- data/platform/shared/ruby/missing/acosh.c +3 -3
- data/platform/shared/ruby/wince/_time.h +1 -1
- data/platform/shared/ruby/wince/stdlib.c +1 -1
- data/platform/shared/ruby/wince/string_wce.c +2 -2
- data/platform/shared/ruby/wince/sys/timeb.c +1 -0
- data/platform/shared/ruby/wince/time_wce.c +8 -0
- data/platform/shared/ruby/wince/wince.c +7 -7
- data/platform/shared/ruby/wince/wince.h +22 -0
- data/platform/shared/rubyext/System.cpp +19 -1
- data/platform/shared/sqlite/sqlite3.c +18993 -8129
- data/platform/shared/sqlite/sqlite3.h +953 -358
- data/platform/shared/sqlite/sqlite3ext.h +42 -0
- data/platform/shared/sync/SyncEngine.cpp +10 -0
- data/platform/shared/sync/SyncSource.cpp +41 -19
- data/platform/shared/sync/SyncSource.h +1 -1
- data/platform/shared/tcmalloc/rhomem.h +7 -2
- data/platform/shared/tcmalloc/windows/port.h +2 -0
- data/platform/shared/unzip/unzip.cpp +1 -0
- data/platform/shared/xruby/src/com/xruby/compiler/parser/RubyParser.java +11 -1
- data/platform/wm/RhoLib/RhoLib.vcproj +182 -24
- data/platform/wm/build/wm.rake +16 -3
- data/platform/wm/rhodes.sln +106 -113
- data/platform/wm/rhodes/Alert.cpp +6 -7
- data/platform/wm/rhodes/AppManager.cpp +8 -17
- data/platform/wm/rhodes/DateTimePicker.cpp +3 -0
- data/platform/wm/rhodes/DateTimePicker.h +2 -0
- data/platform/wm/rhodes/MainWindow.cpp +36 -16
- data/platform/wm/rhodes/MainWindow.h +6 -3
- data/platform/wm/rhodes/OutlookApp.cpp +3 -3
- data/platform/wm/rhodes/Rhodes.cpp +46 -27
- data/platform/wm/rhodes/Rhodes.rc +16 -3
- data/platform/wm/rhodes/RingtoneManager.cpp +7 -7
- data/platform/wm/rhodes/RingtoneManager.h +1 -1
- data/platform/wm/rhodes/Utils.cpp +2 -1
- data/platform/wm/rhodes/bluetooth/Bluetooth.cpp +1 -13
- data/platform/wm/rhodes/bluetooth/Bluetooth.h +1 -2
- data/platform/wm/rhodes/camera/Camera.cpp +6 -12
- data/platform/wm/rhodes/phonebook/phonebook.cpp +11 -11
- data/platform/wm/rhodes/phonebook/phonebook.h +1 -1
- data/platform/wm/rhodes/resource.h +3 -1
- data/platform/wm/rhodes/rho/net/NetRequestImpl.cpp +7 -5
- data/platform/wm/rhodes/rho/rubyext/GeoLocationImpl.cpp +6 -6
- data/platform/wm/rhodes/rho/rubyext/GeoLocationImpl.h +1 -1
- data/platform/wm/rhodes/rho/rubyext/NativeToolbar.cpp +6 -1
- data/platform/wm/rhodes/rho/rubyext/SystemImpl.cpp +84 -19
- data/platform/wm/rhodes/rho/rubyext/calendar.cpp +2 -2
- data/platform/wm/rhodes/rhodes.vcproj +316 -73
- data/platform/wm/rhodes/signature/Signature.cpp +336 -6
- data/platform/wm/rhodes/signature/Signature.h +55 -0
- data/platform/wm/rhodes/stdafx.h +7 -4
- data/platform/wm/rubylib/rubylib.vcproj +261 -91
- data/platform/wm/sqlite3/sqlite3.vcproj +223 -69
- data/platform/wm/syncengine/syncengine.vcproj +220 -66
- data/platform/wm/tcmalloc/tcmalloc.vcproj +197 -43
- data/platform/wp7/IronRuby/Languages/Ruby/Ruby/Builtins/ConsoleStream.cs +107 -0
- data/platform/wp7/IronRuby/Languages/Ruby/Ruby/Runtime/Loader.cs +1037 -0
- data/platform/wp7/IronRuby/Languages/Ruby/Ruby/Runtime/RubyUtils.cs +1476 -0
- data/platform/wp7/RhoAppRunner/Program.cs +55 -0
- data/platform/wp7/RhoAppRunner/Properties/AssemblyInfo.cs +36 -0
- data/platform/wp7/RhoAppRunner/RhoAppRunner.csproj +69 -0
- data/platform/wp7/RhoRubyExtGen/GenerateInitializers.cmd +7 -0
- data/platform/wp7/RhoRubyExtGen/Properties/AssemblyInfo.cs +36 -0
- data/platform/wp7/RhoRubyExtGen/RhoAsyncHttp.cs +38 -0
- data/platform/wp7/RhoRubyExtGen/RhoDatabase.cs +93 -0
- data/platform/wp7/RhoRubyExtGen/RhoJSON.cs +37 -0
- data/platform/wp7/RhoRubyExtGen/RhoNativeBar.cs +106 -0
- data/platform/wp7/RhoRubyExtGen/RhoRubyExtGen.csproj +75 -0
- data/platform/wp7/RhoRubyExtGen/RhoSyncEngine.cs +123 -0
- data/platform/wp7/RhoRubyExtGen/RhoWebView.cs +42 -0
- data/platform/wp7/RhoRubyLib/Initializers.Generated.cs +309 -0
- data/platform/wp7/RhoRubyLib/Properties/AssemblyInfo.cs +36 -0
- data/platform/wp7/RhoRubyLib/RhoAppAdapter.cs +96 -0
- data/platform/wp7/RhoRubyLib/RhoRuby.cs +296 -0
- data/platform/wp7/RhoRubyLib/RhoRubyLib.csproj +155 -0
- data/platform/wp7/RhoRubyLib/WP_PlatformAdaptationLayer.cs +107 -0
- data/platform/wp7/RhoRubyLib/common/IInputStream.cs +21 -0
- data/platform/wp7/RhoRubyLib/common/Mutex.cs +30 -0
- data/platform/wp7/RhoRubyLib/common/RhoConf.cs +389 -0
- data/platform/wp7/RhoRubyLib/common/RhoEmptyProfiler.cs +27 -0
- data/platform/wp7/RhoRubyLib/common/RhoFile.cs +332 -0
- data/platform/wp7/RhoRubyLib/common/RhoFilePath.cs +89 -0
- data/platform/wp7/RhoRubyLib/common/RhoParamArray.cs +33 -0
- data/platform/wp7/RhoRubyLib/common/RhoParams.cs +66 -0
- data/platform/wp7/RhoRubyLib/common/RhoProfiler.cs +145 -0
- data/platform/wp7/RhoRubyLib/common/RhoResourceMap.cs +68 -0
- data/platform/wp7/RhoRubyLib/common/RhoStd.cs +205 -0
- data/platform/wp7/RhoRubyLib/common/RhoThread.cs +114 -0
- data/platform/wp7/RhoRubyLib/common/RhodesApp.cs +504 -0
- data/platform/wp7/RhoRubyLib/common/ThreadQueue.cs +199 -0
- data/platform/wp7/RhoRubyLib/common/TimeInterval.cs +56 -0
- data/platform/wp7/RhoRubyLib/common/Tokenizer.cs +52 -0
- data/platform/wp7/RhoRubyLib/db/DBAdapter.cs +1129 -0
- data/platform/wp7/RhoRubyLib/db/DBAttrManager.cs +92 -0
- data/platform/wp7/RhoRubyLib/db/DBException.cs +35 -0
- data/platform/wp7/RhoRubyLib/db/IDBCallback.cs +10 -0
- data/platform/wp7/RhoRubyLib/db/IDBResult.cs +33 -0
- data/platform/wp7/RhoRubyLib/db/IDBStorage.cs +32 -0
- data/platform/wp7/RhoRubyLib/db/SqliteCopyResult.cs +79 -0
- data/platform/wp7/RhoRubyLib/db/SqliteResult.cs +267 -0
- data/platform/wp7/RhoRubyLib/db/SqliteStorage.cs +319 -0
- data/platform/wp7/RhoRubyLib/json/JSONArrayIterator.cs +63 -0
- data/platform/wp7/RhoRubyLib/json/JSONEntry.cs +96 -0
- data/platform/wp7/RhoRubyLib/json/JSONStructIterator.cs +77 -0
- data/platform/wp7/RhoRubyLib/json/JsonParser.cs +483 -0
- data/platform/wp7/RhoRubyLib/json/RJSONTokener.cs +406 -0
- data/platform/wp7/RhoRubyLib/logging/IRhoLogSink.cs +12 -0
- data/platform/wp7/RhoRubyLib/logging/RhoLogConf.cs +161 -0
- data/platform/wp7/RhoRubyLib/logging/RhoLogFileSink.cs +174 -0
- data/platform/wp7/RhoRubyLib/logging/RhoLogger.cs +320 -0
- data/platform/wp7/RhoRubyLib/net/AsyncHttp.cs +362 -0
- data/platform/wp7/RhoRubyLib/net/HttpServer.cs +466 -0
- data/platform/wp7/RhoRubyLib/net/NetRequest.cs +717 -0
- data/platform/wp7/RhoRubyLib/net/NetResponse.cs +64 -0
- data/platform/wp7/RhoRubyLib/net/URI.cs +187 -0
- data/platform/wp7/RhoRubyLib/rubyext/RhoAsyncHttp.cs +43 -0
- data/platform/wp7/RhoRubyLib/rubyext/RhoDatabase.cs +177 -0
- data/platform/wp7/RhoRubyLib/rubyext/RhoJSON.cs +39 -0
- data/platform/wp7/RhoRubyLib/rubyext/RhoKernelOps.cs +19 -0
- data/platform/wp7/RhoRubyLib/rubyext/RhoNativeBar.cs +117 -0
- data/platform/wp7/RhoRubyLib/rubyext/RhoSyncEngine.cs +199 -0
- data/platform/wp7/RhoRubyLib/rubyext/RhoWebView.cs +49 -0
- data/platform/wp7/RhoRubyLib/sync/ClientRegister.cs +142 -0
- data/platform/wp7/RhoRubyLib/sync/ISyncProtocol.cs +23 -0
- data/platform/wp7/RhoRubyLib/sync/ISyncStatusListener.cs +10 -0
- data/platform/wp7/RhoRubyLib/sync/SyncEngine.cs +1051 -0
- data/platform/wp7/RhoRubyLib/sync/SyncNotify.cs +651 -0
- data/platform/wp7/RhoRubyLib/sync/SyncProtocol_3.cs +79 -0
- data/platform/wp7/RhoRubyLib/sync/SyncSource.cs +1105 -0
- data/platform/wp7/RhoRubyLib/sync/SyncThread.cs +301 -0
- data/platform/wp7/WPApplication.sln +50 -0
- data/platform/wp7/WPApplication/App.xaml +19 -0
- data/platform/wp7/WPApplication/App.xaml.cs +211 -0
- data/platform/wp7/WPApplication/ApplicationIcon.png +0 -0
- data/platform/wp7/WPApplication/Background.png +0 -0
- data/platform/wp7/WPApplication/MainPage.xaml +44 -0
- data/platform/wp7/WPApplication/MainPage.xaml.cs +132 -0
- data/platform/wp7/WPApplication/Properties/AppManifest.xml +6 -0
- data/platform/wp7/WPApplication/Properties/AssemblyInfo.cs +35 -0
- data/platform/wp7/WPApplication/Properties/WMAppManifest.xml +32 -0
- data/platform/wp7/WPApplication/SplashScreenImage.jpg +0 -0
- data/platform/wp7/WPApplication/WPApplication.csproj +201 -0
- data/platform/wp7/WPApplication/WP_PlatformAdaptationLayer.cs +88 -0
- data/platform/wp7/WPApplication/app_manifest.txt +1 -0
- data/platform/wp7/WPApplication/readme.htm +40 -0
- data/platform/wp7/WPApplication/readme2.htm +37 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/edit.bb.erb +29 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/edit.erb +32 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/index.bb.erb +21 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/index.erb +26 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/model1.rb +10 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/model1_controller.rb +58 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/new.bb.erb +29 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/new.erb +31 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/show.bb.erb +26 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/show.erb +28 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/controller.rb +75 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/home.bb.erb +17 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/home.erb +20 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/index.bb.erb +32 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/index.erb +30 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/login.bb.erb +35 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/login.erb +27 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/reset.bb.erb +15 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/reset.erb +17 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/wait.bb.erb +3 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/wait.erb +5 -0
- data/platform/wp7/WPApplication/rho/apps/app/application.rb +16 -0
- data/platform/wp7/WPApplication/rho/apps/app/helpers/application_helper.rb +126 -0
- data/platform/wp7/WPApplication/rho/apps/app/helpers/browser_helper.rb +18 -0
- data/platform/wp7/WPApplication/rho/apps/app/index.bb.erb +26 -0
- data/platform/wp7/WPApplication/rho/apps/app/index.erb +26 -0
- data/platform/wp7/WPApplication/rho/apps/app/layout.erb +45 -0
- data/platform/wp7/WPApplication/rho/apps/app/loading.html +11 -0
- data/platform/wp7/WPApplication/rho/apps/app_manifest.txt +1 -0
- data/platform/wp7/WPApplication/rho/apps/public/css/android.css +330 -0
- data/platform/wp7/WPApplication/rho/apps/public/css/blackberry.css +115 -0
- data/platform/wp7/WPApplication/rho/apps/public/css/iphone.css +410 -0
- data/platform/wp7/WPApplication/rho/apps/public/css/windows_mobile.css +222 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/IUI_LICENSE.txt +21 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/android/btn_check_off.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/android/btn_check_on.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/android/btn_radio_off.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/android/btn_radio_on.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/android/disclosure.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/android/ic_menu_more.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/backButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/blueButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/cancel.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/grayButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/disclosure.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/disclosure_detail.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/backButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/blueButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/cancel.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/chevron.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/grayButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/listArrowSel.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/listGroup.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/loading.gif +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/on_off.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/pinstripes.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/selection.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/thumb.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/toggle.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/toggleOn.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/toolButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/toolbar.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/whiteButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/radiobutton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/select.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/switch.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iui-logo-touch-icon.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/listArrow.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/listArrowDown.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/listArrowSel.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/listGroup.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/loading.gif +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/pinstripes.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/right_button.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/selection.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/thumb.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/toggle.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/toggleOn.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/toolButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/toolButton_new.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/toolbar.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/whiteButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/jqtouch/jqtouch-iphone.css +9 -0
- data/platform/wp7/WPApplication/rho/apps/public/jqtouch/jqtouch.css +374 -0
- data/platform/wp7/WPApplication/rho/apps/public/jqtouch/jqtouch.js +742 -0
- data/platform/wp7/WPApplication/rho/apps/public/jqtouch/jqtouch.transitions.js +60 -0
- data/platform/wp7/WPApplication/rho/apps/public/jqtouch/jquery.1.3.2.min.js +19 -0
- data/platform/wp7/WPApplication/rho/apps/public/js/application.js +1 -0
- data/platform/wp7/WPApplication/rho/apps/public/js/rho.js +4 -0
- data/platform/wp7/WPApplication/rho/apps/public/js/rhogeolocation-wm.js +59 -0
- data/platform/wp7/WPApplication/rho/apps/public/js/rhogeolocation.js +11 -0
- data/platform/wp7/WPApplication/rho/apps/rhoconfig.txt +32 -0
- data/platform/wp7/WPApplication/rhoconfig.txt +32 -0
- data/platform/wp7/WPApplication/windows_mobile.css +222 -0
- data/platform/wp7/build/wp.rake +261 -0
- data/platform/wp7/rhodes.sln +79 -0
- data/platform/wp7/rhodes/App.xaml +19 -0
- data/platform/wp7/rhodes/App.xaml.cs +144 -0
- data/platform/wp7/rhodes/Background.png +0 -0
- data/platform/wp7/rhodes/MainPage.xaml +44 -0
- data/platform/wp7/rhodes/MainPage.xaml.cs +98 -0
- data/platform/wp7/rhodes/Properties/AppManifest.xml +6 -0
- data/platform/wp7/rhodes/Properties/AssemblyInfo.cs +35 -0
- data/platform/wp7/rhodes/Properties/WMAppManifest.xml +31 -0
- data/platform/wp7/rhodes/Rhodes.csproj +127 -0
- data/platform/wp7/rhodes/SplashScreenImage.jpg +0 -0
- data/platform/wp7/rhodes/icon.png +0 -0
- data/platform/wp7/sqlite3/Properties/AssemblyInfo.cs +35 -0
- data/platform/wp7/sqlite3/SQLiteClient.cs +550 -0
- data/platform/wp7/sqlite3/SqliteWrapper/BtreeInt_h.cs +774 -0
- data/platform/wp7/sqlite3/SqliteWrapper/Btree_h.cs +280 -0
- data/platform/wp7/sqlite3/SqliteWrapper/ClassDiagram1.cd +1306 -0
- data/platform/wp7/sqlite3/SqliteWrapper/Delagates.cs +365 -0
- data/platform/wp7/sqlite3/SqliteWrapper/Hash_h.cs +133 -0
- data/platform/wp7/sqlite3/SqliteWrapper/VdbeInt_h.cs +620 -0
- data/platform/wp7/sqlite3/SqliteWrapper/Vdbe_h.cs +302 -0
- data/platform/wp7/sqlite3/SqliteWrapper/_Custom.cs +449 -0
- data/platform/wp7/sqlite3/SqliteWrapper/alter_c.cs +872 -0
- data/platform/wp7/sqlite3/SqliteWrapper/analyze_c.cs +757 -0
- data/platform/wp7/sqlite3/SqliteWrapper/attach_c.cs +628 -0
- data/platform/wp7/sqlite3/SqliteWrapper/auth_c.cs +268 -0
- data/platform/wp7/sqlite3/SqliteWrapper/backup_c.cs +737 -0
- data/platform/wp7/sqlite3/SqliteWrapper/bitvec_c.cs +509 -0
- data/platform/wp7/sqlite3/SqliteWrapper/btmutex_c.cs +379 -0
- data/platform/wp7/sqlite3/SqliteWrapper/btree_c.cs +9138 -0
- data/platform/wp7/sqlite3/SqliteWrapper/build_c.cs +4189 -0
- data/platform/wp7/sqlite3/SqliteWrapper/callback_c.cs +548 -0
- data/platform/wp7/sqlite3/SqliteWrapper/complete_c.cs +342 -0
- data/platform/wp7/sqlite3/SqliteWrapper/ctime_cs.cs +408 -0
- data/platform/wp7/sqlite3/SqliteWrapper/date_c.cs +1317 -0
- data/platform/wp7/sqlite3/SqliteWrapper/delete_c.cs +726 -0
- data/platform/wp7/sqlite3/SqliteWrapper/expr_c.cs +4406 -0
- data/platform/wp7/sqlite3/SqliteWrapper/fault_c.cs +115 -0
- data/platform/wp7/sqlite3/SqliteWrapper/fkey_c.cs +1330 -0
- data/platform/wp7/sqlite3/SqliteWrapper/func_c.cs +2025 -0
- data/platform/wp7/sqlite3/SqliteWrapper/global_c.cs +228 -0
- data/platform/wp7/sqlite3/SqliteWrapper/hash_c.cs +351 -0
- data/platform/wp7/sqlite3/SqliteWrapper/hwtime_c.cs +101 -0
- data/platform/wp7/sqlite3/SqliteWrapper/insert_c.cs +2122 -0
- data/platform/wp7/sqlite3/SqliteWrapper/journal_c.cs +247 -0
- data/platform/wp7/sqlite3/SqliteWrapper/keywordhash_h.cs +302 -0
- data/platform/wp7/sqlite3/SqliteWrapper/legacy_c.cs +223 -0
- data/platform/wp7/sqlite3/SqliteWrapper/loadext_c.cs +683 -0
- data/platform/wp7/sqlite3/SqliteWrapper/main_c.cs +2716 -0
- data/platform/wp7/sqlite3/SqliteWrapper/malloc_c.cs +977 -0
- data/platform/wp7/sqlite3/SqliteWrapper/mem_Pool.cs +394 -0
- data/platform/wp7/sqlite3/SqliteWrapper/memjournal_c.cs +315 -0
- data/platform/wp7/sqlite3/SqliteWrapper/mutex_c.cs +182 -0
- data/platform/wp7/sqlite3/SqliteWrapper/mutex_h.cs +91 -0
- data/platform/wp7/sqlite3/SqliteWrapper/mutex_noop_c.cs +202 -0
- data/platform/wp7/sqlite3/SqliteWrapper/mutex_w32.cs +344 -0
- data/platform/wp7/sqlite3/SqliteWrapper/notify_c.cs +347 -0
- data/platform/wp7/sqlite3/SqliteWrapper/opcodes_c.cs +171 -0
- data/platform/wp7/sqlite3/SqliteWrapper/opcodes_h.cs +346 -0
- data/platform/wp7/sqlite3/SqliteWrapper/os_c.cs +367 -0
- data/platform/wp7/sqlite3/SqliteWrapper/os_common_h.cs +174 -0
- data/platform/wp7/sqlite3/SqliteWrapper/os_h.cs +295 -0
- data/platform/wp7/sqlite3/SqliteWrapper/os_win_c.cs +1255 -0
- data/platform/wp7/sqlite3/SqliteWrapper/pager_c.cs +6078 -0
- data/platform/wp7/sqlite3/SqliteWrapper/pager_h.cs +188 -0
- data/platform/wp7/sqlite3/SqliteWrapper/parse_c.cs +4045 -0
- data/platform/wp7/sqlite3/SqliteWrapper/parse_h.cs +331 -0
- data/platform/wp7/sqlite3/SqliteWrapper/pcache1_c.cs +969 -0
- data/platform/wp7/sqlite3/SqliteWrapper/pcache_c.cs +712 -0
- data/platform/wp7/sqlite3/SqliteWrapper/pcache_h.cs +213 -0
- data/platform/wp7/sqlite3/SqliteWrapper/pragma_c.cs +1767 -0
- data/platform/wp7/sqlite3/SqliteWrapper/prepare_c.cs +1015 -0
- data/platform/wp7/sqlite3/SqliteWrapper/printf_c.cs +1300 -0
- data/platform/wp7/sqlite3/SqliteWrapper/random_c.cs +201 -0
- data/platform/wp7/sqlite3/SqliteWrapper/resolve_c.cs +1396 -0
- data/platform/wp7/sqlite3/SqliteWrapper/rowset_c.cs +519 -0
- data/platform/wp7/sqlite3/SqliteWrapper/select_c.cs +4878 -0
- data/platform/wp7/sqlite3/SqliteWrapper/sqlite3_h.cs +6253 -0
- data/platform/wp7/sqlite3/SqliteWrapper/sqlite3ext_h.cs +397 -0
- data/platform/wp7/sqlite3/SqliteWrapper/sqliteInt_h.cs +4075 -0
- data/platform/wp7/sqlite3/SqliteWrapper/sqliteLimit_h.cs +214 -0
- data/platform/wp7/sqlite3/SqliteWrapper/sqliteicu_h.cs +39 -0
- data/platform/wp7/sqlite3/SqliteWrapper/status_c.cs +155 -0
- data/platform/wp7/sqlite3/SqliteWrapper/table_c.cs +222 -0
- data/platform/wp7/sqlite3/SqliteWrapper/tokenize_c.cs +673 -0
- data/platform/wp7/sqlite3/SqliteWrapper/trigger_c.cs +1219 -0
- data/platform/wp7/sqlite3/SqliteWrapper/update_c.cs +766 -0
- data/platform/wp7/sqlite3/SqliteWrapper/utf_c.cs +612 -0
- data/platform/wp7/sqlite3/SqliteWrapper/util_c.cs +1476 -0
- data/platform/wp7/sqlite3/SqliteWrapper/vacuum_c.cs +382 -0
- data/platform/wp7/sqlite3/SqliteWrapper/vdbe_c.cs +6566 -0
- data/platform/wp7/sqlite3/SqliteWrapper/vdbeapi_c.cs +1557 -0
- data/platform/wp7/sqlite3/SqliteWrapper/vdbeaux_c.cs +4019 -0
- data/platform/wp7/sqlite3/SqliteWrapper/vdbeblob_c.cs +396 -0
- data/platform/wp7/sqlite3/SqliteWrapper/vdbemem_c.cs +1480 -0
- data/platform/wp7/sqlite3/SqliteWrapper/vdbetrace_c.cs +181 -0
- data/platform/wp7/sqlite3/SqliteWrapper/vtab_c.cs +957 -0
- data/platform/wp7/sqlite3/SqliteWrapper/walker_c.cs +174 -0
- data/platform/wp7/sqlite3/SqliteWrapper/where_c.cs +4651 -0
- data/platform/wp7/sqlite3/sqlite3.csproj +155 -0
- data/rakefile.rb +60 -2
- data/res/build-tools/7za.exe +0 -0
- data/res/build-tools/RhoAppRunner.exe +0 -0
- data/res/build-tools/xruby-0.3.3.jar +0 -0
- data/res/generators/rhogen.rb +9 -1
- data/res/generators/templates/application/app/Settings/reset.erb +1 -1
- data/res/generators/templates/application/app/layout.erb +17 -10
- data/res/generators/templates/application/build.yml +5 -3
- data/res/generators/templates/application/public/jqtouch/changes.txt +20 -0
- data/res/generators/templates/application/public/jqtouch/jqtouch.js +12 -4
- data/res/generators/templates/application/public/jqtouch/jquery.1.3.2.min.js +1 -1
- data/res/generators/templates/application/public/js/wp7.js +7 -0
- data/res/generators/templates/model/controller.rb +5 -6
- data/rhobuild.yml.example +1 -0
- data/rhodes.gemspec +2 -1
- data/spec/framework_spec/app/spec/core/dir/close_spec.rb +1 -1
- data/spec/framework_spec/app/spec/core/dir/shared/pwd.rb +13 -11
- data/spec/framework_spec/app/spec/core/env/shared/store.rb +12 -10
- data/spec/framework_spec/app/spec/core/env/update_spec.rb +1 -0
- data/spec/framework_spec/app/spec/core/file/expand_path_spec.rb +3 -2
- data/spec/framework_spec/app/spec/core/file/fixtures/file_types.rb +7 -1
- data/spec/framework_spec/app/spec/core/file/flock_spec.rb +8 -1
- data/spec/framework_spec/app/spec/core/file/ftype_spec.rb +5 -3
- data/spec/framework_spec/app/spec/core/file/lchmod_spec.rb +1 -1
- data/spec/framework_spec/app/spec/core/file/setgid_spec.rb +1 -1
- data/spec/framework_spec/app/spec/core/file/setuid_spec.rb +1 -1
- data/spec/framework_spec/app/spec/core/file/stat/ftype_spec.rb +6 -4
- data/spec/framework_spec/app/spec/core/file/truncate_spec.rb +5 -1
- data/spec/framework_spec/app/spec/core/float/to_s_spec.rb +1 -1
- data/spec/framework_spec/app/spec/core/process/gid_spec.rb +5 -3
- data/spec/framework_spec/app/spec/core/process/groups_spec.rb +11 -9
- data/spec/framework_spec/app/spec/core/process/uid_spec.rb +5 -3
- data/spec/framework_spec/app/spec/language/execution_spec.rb +10 -6
- data/spec/framework_spec/app/spec/shared/file/directory.rb +6 -1
- data/spec/framework_spec/app/spec/shared/file/executable.rb +7 -1
- data/spec/framework_spec/app/spec/shared/file/file.rb +6 -1
- data/spec/framework_spec/app/spec/shared/file/readable.rb +13 -4
- data/spec/framework_spec/app/spec/shared/file/writable.rb +6 -1
- data/spec/phone_spec/app/spec/rho_controller_spec.rb +11 -0
- data/spec/phone_spec/app/spec/rho_spec.rb +11 -0
- data/spec/phone_spec/app/spec/rhom_object_spec.rb +102 -6
- data/spec/phone_spec/app/spec/string/end_with_spec.rb +4 -1
- data/spec/phone_spec/app/spec/string/slice_spec.rb +5 -1
- data/spec/phone_spec/app/spec/string/start_with_spec.rb +4 -0
- data/spec/phone_spec/app/spec/syncengine_spec.rb +73 -6
- data/spec/phone_spec/app/spec_runner.rb +7 -3
- metadata +380 -41
- data/Manifest.txt +0 -5819
- data/platform/bb/Hsqldb/Hsqldb.cso +0 -5
- data/platform/bb/Hsqldb/Hsqldb.jdp +0 -197
- data/platform/bb/RhoBundle/RhoBundle.cso +0 -5
- data/platform/bb/RhoBundle/RhoBundle.jdp +0 -42
- data/platform/bb/RubyVM/RubyVM.cso +0 -5
- data/platform/bb/RubyVM/RubyVM.jdp +0 -467
- data/platform/bb/rhodes/rhodes.csl +0 -3
- data/platform/bb/rhodes/rhodes.cso +0 -5
- data/platform/bb/rhodes/rhodes.jdp +0 -104
@@ -0,0 +1,107 @@
|
|
1
|
+
/* ****************************************************************************
|
2
|
+
*
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
4
|
+
*
|
5
|
+
* This source code is subject to terms and conditions of the Apache License, Version 2.0. A
|
6
|
+
* copy of the license can be found in the License.html file at the root of this distribution. If
|
7
|
+
* you cannot locate the Apache License, Version 2.0, please send an email to
|
8
|
+
* ironruby@microsoft.com. By using this source code in any fashion, you are agreeing to be bound
|
9
|
+
* by the terms of the Apache License, Version 2.0.
|
10
|
+
*
|
11
|
+
* You must not remove this notice, or any other, from this software.
|
12
|
+
*
|
13
|
+
*
|
14
|
+
* ***************************************************************************/
|
15
|
+
|
16
|
+
using System;
|
17
|
+
using System.IO;
|
18
|
+
using System.Threading;
|
19
|
+
using Microsoft.Scripting.Runtime;
|
20
|
+
using Microsoft.Scripting.Utils;
|
21
|
+
using IronRuby.Runtime;
|
22
|
+
using System.Text;
|
23
|
+
|
24
|
+
namespace IronRuby.Builtins {
|
25
|
+
/// <summary>
|
26
|
+
/// A custom Stream class that forwards calls to Console In/Out/Error based on ConsoleType
|
27
|
+
/// </summary>
|
28
|
+
internal sealed class ConsoleStream : Stream {
|
29
|
+
private ConsoleStreamType _consoleType;
|
30
|
+
private readonly SharedIO _io;
|
31
|
+
|
32
|
+
public ConsoleStream(SharedIO/*!*/ io, ConsoleStreamType consoleType) {
|
33
|
+
Assert.NotNull(io);
|
34
|
+
_consoleType = consoleType;
|
35
|
+
_io = io;
|
36
|
+
}
|
37
|
+
|
38
|
+
public ConsoleStreamType StreamType {
|
39
|
+
get { return _consoleType; }
|
40
|
+
}
|
41
|
+
|
42
|
+
public override bool CanRead {
|
43
|
+
get { return _consoleType == ConsoleStreamType.Input ? true : false; }
|
44
|
+
}
|
45
|
+
|
46
|
+
public override bool CanSeek {
|
47
|
+
get { return false; }
|
48
|
+
}
|
49
|
+
|
50
|
+
public override bool CanWrite {
|
51
|
+
get { return _consoleType == ConsoleStreamType.Input ? false : true; }
|
52
|
+
}
|
53
|
+
|
54
|
+
public override void Flush() {
|
55
|
+
switch (_consoleType) {
|
56
|
+
case ConsoleStreamType.ErrorOutput:
|
57
|
+
_io.ErrorWriter.Flush();
|
58
|
+
break;
|
59
|
+
|
60
|
+
case ConsoleStreamType.Output:
|
61
|
+
_io.OutputWriter.Flush();
|
62
|
+
break;
|
63
|
+
|
64
|
+
case ConsoleStreamType.Input:
|
65
|
+
throw new NotSupportedException();
|
66
|
+
}
|
67
|
+
}
|
68
|
+
|
69
|
+
public override long Length {
|
70
|
+
get { throw new NotSupportedException(); }
|
71
|
+
}
|
72
|
+
|
73
|
+
public override long Position {
|
74
|
+
get { throw new NotSupportedException(); }
|
75
|
+
set { throw new NotSupportedException(); }
|
76
|
+
}
|
77
|
+
|
78
|
+
public override int Read(byte[]/*!*/ buffer, int offset, int count) {
|
79
|
+
return _io.InputStream.Read(buffer, offset, count);
|
80
|
+
}
|
81
|
+
|
82
|
+
public override long Seek(long offset, SeekOrigin origin) {
|
83
|
+
throw new NotSupportedException();
|
84
|
+
}
|
85
|
+
|
86
|
+
public override void SetLength(long value) {
|
87
|
+
throw new NotSupportedException();
|
88
|
+
}
|
89
|
+
|
90
|
+
public override void Write(byte[]/*!*/ buffer, int offset, int count) {
|
91
|
+
if (_consoleType == ConsoleStreamType.Output) {
|
92
|
+
_io.OutputStream.Write(buffer, offset, count);
|
93
|
+
} else {
|
94
|
+
_io.ErrorStream.Write(buffer, offset, count);
|
95
|
+
}
|
96
|
+
|
97
|
+
//RHO
|
98
|
+
if (!(count == 1 && buffer[0] == 10 || buffer[0] == 13))
|
99
|
+
{
|
100
|
+
Encoding enc = new System.Text.UTF8Encoding();
|
101
|
+
char[] str = enc.GetChars(buffer, offset, count);
|
102
|
+
System.Diagnostics.Debug.WriteLine(new String(str));
|
103
|
+
}
|
104
|
+
//RHO
|
105
|
+
}
|
106
|
+
}
|
107
|
+
}
|
@@ -0,0 +1,1037 @@
|
|
1
|
+
/* ****************************************************************************
|
2
|
+
*
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
4
|
+
*
|
5
|
+
* This source code is subject to terms and conditions of the Apache License, Version 2.0. A
|
6
|
+
* copy of the license can be found in the License.html file at the root of this distribution. If
|
7
|
+
* you cannot locate the Apache License, Version 2.0, please send an email to
|
8
|
+
* ironruby@microsoft.com. By using this source code in any fashion, you are agreeing to be bound
|
9
|
+
* by the terms of the Apache License, Version 2.0.
|
10
|
+
*
|
11
|
+
* You must not remove this notice, or any other, from this software.
|
12
|
+
*
|
13
|
+
*
|
14
|
+
* ***************************************************************************/
|
15
|
+
|
16
|
+
using System;
|
17
|
+
using System.Linq;
|
18
|
+
using System.Collections;
|
19
|
+
using System.Collections.Generic;
|
20
|
+
using System.Diagnostics;
|
21
|
+
using System.IO;
|
22
|
+
using System.Reflection;
|
23
|
+
using System.Runtime.CompilerServices;
|
24
|
+
using System.Security;
|
25
|
+
using System.Text;
|
26
|
+
using System.Text.RegularExpressions;
|
27
|
+
using System.Threading;
|
28
|
+
using IronRuby.Builtins;
|
29
|
+
using IronRuby.Compiler;
|
30
|
+
using IronRuby.Runtime.Calls;
|
31
|
+
using Microsoft.Scripting;
|
32
|
+
using Microsoft.Scripting.Runtime;
|
33
|
+
using Microsoft.Scripting.Utils;
|
34
|
+
using IronRuby.Runtime.Conversions;
|
35
|
+
|
36
|
+
namespace IronRuby.Runtime {
|
37
|
+
[Flags]
|
38
|
+
public enum LoadFlags {
|
39
|
+
None = 0,
|
40
|
+
LoadOnce = 1,
|
41
|
+
LoadIsolated = 2,
|
42
|
+
AppendExtensions = 4,
|
43
|
+
|
44
|
+
/// <summary>
|
45
|
+
/// Returns a scope or assembly of already loaded targets.
|
46
|
+
/// </summary>
|
47
|
+
ResolveLoaded = 8,
|
48
|
+
AnyLanguage = 16,
|
49
|
+
|
50
|
+
Require = LoadOnce | AppendExtensions,
|
51
|
+
}
|
52
|
+
|
53
|
+
// TODO: thread safety
|
54
|
+
public sealed class Loader {
|
55
|
+
|
56
|
+
internal enum FileKind {
|
57
|
+
RubySourceFile,
|
58
|
+
NonRubySourceFile,
|
59
|
+
Assembly,
|
60
|
+
Type,
|
61
|
+
Unknown,
|
62
|
+
}
|
63
|
+
|
64
|
+
private RubyContext/*!*/ _context;
|
65
|
+
|
66
|
+
// $:
|
67
|
+
private readonly RubyArray/*!*/ _loadPaths;
|
68
|
+
|
69
|
+
// $"
|
70
|
+
private readonly RubyArray/*!*/ _loadedFiles;
|
71
|
+
|
72
|
+
// files that were required but their execution haven't completed yet:
|
73
|
+
private readonly Stack<string>/*!*/ _unfinishedFiles;
|
74
|
+
|
75
|
+
// lazy init
|
76
|
+
private SynchronizedDictionary<string, Scope> _loadedScripts;
|
77
|
+
|
78
|
+
// TODO: static
|
79
|
+
// maps full normalized path to compiled code:
|
80
|
+
private Dictionary<string, CompiledFile> _compiledFiles;
|
81
|
+
private readonly object/*!*/ _compiledFileMutex = new object();
|
82
|
+
|
83
|
+
private struct CompiledFile {
|
84
|
+
public readonly ScriptCode/*!*/ CompiledCode;
|
85
|
+
|
86
|
+
public CompiledFile(ScriptCode/*!*/ compiledCode) {
|
87
|
+
Assert.NotNull(compiledCode);
|
88
|
+
|
89
|
+
CompiledCode = compiledCode;
|
90
|
+
}
|
91
|
+
}
|
92
|
+
|
93
|
+
// counters:
|
94
|
+
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
95
|
+
private int _cacheHitCount;
|
96
|
+
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
97
|
+
private int _compiledFileCount;
|
98
|
+
|
99
|
+
/// <summary>
|
100
|
+
/// TODO: Thread safety: the user of this object is responsible for locking it.
|
101
|
+
/// </summary>
|
102
|
+
public RubyArray/*!*/ LoadPaths {
|
103
|
+
get { return _loadPaths; }
|
104
|
+
}
|
105
|
+
|
106
|
+
/// <summary>
|
107
|
+
/// TODO: Thread safety: the user of this object is responsible for locking it.
|
108
|
+
/// </summary>
|
109
|
+
public RubyArray/*!*/ LoadedFiles {
|
110
|
+
get { return _loadedFiles; }
|
111
|
+
}
|
112
|
+
|
113
|
+
/// <summary>
|
114
|
+
/// Contains all loaded foreign language scripts. Maps path to scope created for each loaded script.
|
115
|
+
/// A script is published here as soon as its scope is created just before it is executed.
|
116
|
+
/// </summary>
|
117
|
+
public IDictionary<string, Scope>/*!*/ LoadedScripts {
|
118
|
+
get {
|
119
|
+
if (_loadedScripts == null) {
|
120
|
+
Interlocked.CompareExchange(ref _loadedScripts,
|
121
|
+
new SynchronizedDictionary<string, Scope>(new Dictionary<string, Scope>(DomainManager.Platform.PathComparer)), null
|
122
|
+
);
|
123
|
+
}
|
124
|
+
return _loadedScripts;
|
125
|
+
}
|
126
|
+
}
|
127
|
+
|
128
|
+
private PlatformAdaptationLayer/*!*/ Platform {
|
129
|
+
get { return DomainManager.Platform; }
|
130
|
+
}
|
131
|
+
|
132
|
+
private ScriptDomainManager/*!*/ DomainManager {
|
133
|
+
get { return _context.DomainManager; }
|
134
|
+
}
|
135
|
+
|
136
|
+
internal Loader(RubyContext/*!*/ context) {
|
137
|
+
Assert.NotNull(context);
|
138
|
+
_context = context;
|
139
|
+
|
140
|
+
_toStrStorage = new ConversionStorage<MutableString>(context);
|
141
|
+
_loadPaths = MakeLoadPaths(context.RubyOptions);
|
142
|
+
_loadedFiles = new RubyArray();
|
143
|
+
_unfinishedFiles = new Stack<string>();
|
144
|
+
|
145
|
+
#if !SILVERLIGHT
|
146
|
+
if (!context.RubyOptions.NoAssemblyResolveHook) {
|
147
|
+
new AssemblyResolveHolder(this).HookAssemblyResolve();
|
148
|
+
}
|
149
|
+
#endif
|
150
|
+
}
|
151
|
+
|
152
|
+
private RubyArray/*!*/ MakeLoadPaths(RubyOptions/*!*/ options) {
|
153
|
+
var loadPaths = new RubyArray();
|
154
|
+
|
155
|
+
if (options.HasSearchPaths) {
|
156
|
+
foreach (string path in options.SearchPaths) {
|
157
|
+
loadPaths.Add(_context.EncodePath(path));
|
158
|
+
}
|
159
|
+
}
|
160
|
+
|
161
|
+
AddStandardLibraryPath(loadPaths, options.StandardLibraryPath, options.ApplicationBase);
|
162
|
+
// TODO: remove?
|
163
|
+
loadPaths.Add(MutableString.CreateAscii("."));
|
164
|
+
return loadPaths;
|
165
|
+
}
|
166
|
+
|
167
|
+
private void AddStandardLibraryPath(RubyArray/*!*/ loadPaths, string path, string applicationBaseDir) {
|
168
|
+
#if !SILVERLIGHT // no library paths on Silverlight
|
169
|
+
bool isFullPath;
|
170
|
+
if (path != null) {
|
171
|
+
try {
|
172
|
+
isFullPath = Platform.IsAbsolutePath(path);
|
173
|
+
} catch {
|
174
|
+
loadPaths.Add(_context.EncodePath(path));
|
175
|
+
return;
|
176
|
+
}
|
177
|
+
} else {
|
178
|
+
path = "../Lib";
|
179
|
+
isFullPath = false;
|
180
|
+
}
|
181
|
+
|
182
|
+
if (!isFullPath) {
|
183
|
+
try {
|
184
|
+
if (String.IsNullOrEmpty(applicationBaseDir)) {
|
185
|
+
applicationBaseDir = _context.Platform.GetEnvironmentVariable(RubyContext.BinDirEnvironmentVariable);
|
186
|
+
if (!Directory.Exists(applicationBaseDir)) {
|
187
|
+
applicationBaseDir = AppDomain.CurrentDomain.BaseDirectory;
|
188
|
+
}
|
189
|
+
}
|
190
|
+
} catch (SecurityException) {
|
191
|
+
applicationBaseDir = null;
|
192
|
+
}
|
193
|
+
|
194
|
+
try {
|
195
|
+
path = Platform.GetFullPath(RubyUtils.CombinePaths(applicationBaseDir, path));
|
196
|
+
} catch {
|
197
|
+
loadPaths.Add(_context.EncodePath(path));
|
198
|
+
return;
|
199
|
+
}
|
200
|
+
}
|
201
|
+
|
202
|
+
path = path.Replace('\\', '/');
|
203
|
+
loadPaths.Add(_context.EncodePath(RubyUtils.CombinePaths(path, "ironruby")));
|
204
|
+
loadPaths.Add(_context.EncodePath(RubyUtils.CombinePaths(path, "ruby/site_ruby/" + _context.StandardLibraryVersion)));
|
205
|
+
loadPaths.Add(_context.EncodePath(RubyUtils.CombinePaths(path, "ruby/" + _context.StandardLibraryVersion)));
|
206
|
+
#endif
|
207
|
+
}
|
208
|
+
|
209
|
+
private void AddAbsoluteLibraryPaths(RubyArray/*!*/ result, string applicationBaseDir, ICollection<string>/*!*/ paths) {
|
210
|
+
foreach (var path in paths) {
|
211
|
+
string fullPath;
|
212
|
+
if (applicationBaseDir != null) {
|
213
|
+
try {
|
214
|
+
fullPath = Platform.IsAbsolutePath(path) ? path : Platform.GetFullPath(Path.Combine(applicationBaseDir, path));
|
215
|
+
} catch (Exception) {
|
216
|
+
// error will be reported on first require:
|
217
|
+
fullPath = path;
|
218
|
+
}
|
219
|
+
} else {
|
220
|
+
fullPath = path;
|
221
|
+
}
|
222
|
+
result.Add(_context.EncodePath(fullPath.Replace('\\', '/')));
|
223
|
+
}
|
224
|
+
}
|
225
|
+
|
226
|
+
private Dictionary<string, CompiledFile>/*!*/ LoadCompiledCode() {
|
227
|
+
Debug.Assert(_context.RubyOptions.LoadFromDisk);
|
228
|
+
|
229
|
+
Dictionary<string, CompiledFile> result = new Dictionary<string, CompiledFile>();
|
230
|
+
Utils.Log("LOADING", "LOADER");
|
231
|
+
|
232
|
+
ScriptCode[] codes = SavableScriptCode.LoadFromAssembly(_context.DomainManager,
|
233
|
+
Assembly.Load(Path.GetFileName(_context.RubyOptions.MainFile))
|
234
|
+
);
|
235
|
+
|
236
|
+
for (int i = 0; i < codes.Length; i++) {
|
237
|
+
string path = codes[i].SourceUnit.Path;
|
238
|
+
string fullPath = Platform.GetFullPath(path);
|
239
|
+
result[fullPath] = new CompiledFile(codes[i]);
|
240
|
+
}
|
241
|
+
|
242
|
+
return result;
|
243
|
+
}
|
244
|
+
|
245
|
+
internal void SaveCompiledCode() {
|
246
|
+
string savePath = _context.RubyOptions.SavePath;
|
247
|
+
if (savePath != null) {
|
248
|
+
lock (_compiledFileMutex) {
|
249
|
+
var assemblyPath = Path.Combine(savePath, (Path.GetFileName(_context.RubyOptions.MainFile) ?? "snippets") + ".dll");
|
250
|
+
|
251
|
+
Utils.Log(String.Format("SAVING to {0}", Path.GetFullPath(assemblyPath)), "LOADER");
|
252
|
+
|
253
|
+
// TODO: allocate eagerly (as soon as config gets fixed)
|
254
|
+
if (_compiledFiles == null) {
|
255
|
+
_compiledFiles = new Dictionary<string, CompiledFile>();
|
256
|
+
}
|
257
|
+
|
258
|
+
SavableScriptCode[] codes = new SavableScriptCode[_compiledFiles.Count];
|
259
|
+
int i = 0;
|
260
|
+
foreach (CompiledFile file in _compiledFiles.Values) {
|
261
|
+
codes[i++] = (SavableScriptCode)file.CompiledCode;
|
262
|
+
}
|
263
|
+
|
264
|
+
SavableScriptCode.SaveToAssembly(assemblyPath, codes);
|
265
|
+
}
|
266
|
+
}
|
267
|
+
}
|
268
|
+
|
269
|
+
private bool TryGetCompiledFile(string/*!*/ fullPath, out CompiledFile compiledFile) {
|
270
|
+
if (!_context.RubyOptions.LoadFromDisk) {
|
271
|
+
compiledFile = default(CompiledFile);
|
272
|
+
return false;
|
273
|
+
}
|
274
|
+
|
275
|
+
lock (_compiledFileMutex) {
|
276
|
+
if (_compiledFiles == null) {
|
277
|
+
_compiledFiles = LoadCompiledCode();
|
278
|
+
}
|
279
|
+
|
280
|
+
return _compiledFiles.TryGetValue(fullPath, out compiledFile);
|
281
|
+
}
|
282
|
+
}
|
283
|
+
|
284
|
+
private void AddCompiledFile(string/*!*/ fullPath, ScriptCode/*!*/ compiledCode) {
|
285
|
+
if (_context.RubyOptions.SavePath != null) {
|
286
|
+
lock (_compiledFileMutex) {
|
287
|
+
// TODO: allocate eagerly (as soon as config gets fixed)
|
288
|
+
if (_compiledFiles == null) {
|
289
|
+
_compiledFiles = new Dictionary<string, CompiledFile>();
|
290
|
+
}
|
291
|
+
_compiledFiles[fullPath] = new CompiledFile(compiledCode);
|
292
|
+
}
|
293
|
+
}
|
294
|
+
}
|
295
|
+
|
296
|
+
public bool LoadFile(Scope globalScope, object self, MutableString/*!*/ path, LoadFlags flags) {
|
297
|
+
object loaded;
|
298
|
+
return LoadFile(globalScope, self, path, flags, out loaded);
|
299
|
+
}
|
300
|
+
|
301
|
+
/// <summary>
|
302
|
+
/// Returns <b>true</b> if a Ruby file is successfully loaded, <b>false</b> if it is already loaded.
|
303
|
+
/// </summary>
|
304
|
+
/// <param name="globalScope">
|
305
|
+
/// A scope against which the file should be executed or null to create a new scope.
|
306
|
+
/// </param>
|
307
|
+
/// <returns>True if the file was loaded/executed by this call.</returns>
|
308
|
+
public bool LoadFile(Scope globalScope, object self, MutableString/*!*/ path, LoadFlags flags, out object loaded) {
|
309
|
+
Assert.NotNull(path);
|
310
|
+
|
311
|
+
string assemblyName, typeName;
|
312
|
+
|
313
|
+
string strPath = path.ConvertToString();
|
314
|
+
if (TryParseAssemblyName(strPath, out typeName, out assemblyName)) {
|
315
|
+
|
316
|
+
if (AlreadyLoaded(strPath, (string)null, flags)) {
|
317
|
+
loaded = ((flags & LoadFlags.ResolveLoaded) != 0) ? GetAssembly(assemblyName, true, false) : null;
|
318
|
+
return false;
|
319
|
+
}
|
320
|
+
|
321
|
+
Assembly assembly = LoadAssembly(assemblyName, typeName, false, false);
|
322
|
+
if (assembly != null) {
|
323
|
+
FileLoaded(path.Clone(), flags);
|
324
|
+
loaded = assembly;
|
325
|
+
return true;
|
326
|
+
}
|
327
|
+
}
|
328
|
+
|
329
|
+
return LoadFromPath(globalScope, self, strPath, path.Encoding, flags, out loaded);
|
330
|
+
}
|
331
|
+
|
332
|
+
#region Assemblies
|
333
|
+
|
334
|
+
public Assembly LoadAssembly(string/*!*/ assemblyName, string typeName, bool throwOnError, bool tryPartialName) {
|
335
|
+
Assembly assembly = GetAssembly(assemblyName, throwOnError, tryPartialName);
|
336
|
+
return (assembly != null && LoadAssembly(assembly, typeName, throwOnError)) ? assembly : null;
|
337
|
+
}
|
338
|
+
|
339
|
+
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Reliability", "CA2001:AvoidCallingProblematicMethods")]
|
340
|
+
private Assembly GetAssembly(string/*!*/ assemblyName, bool throwOnError, bool tryPartialName) {
|
341
|
+
#if SILVERLIGHT
|
342
|
+
tryPartialName = false;
|
343
|
+
#endif
|
344
|
+
try {
|
345
|
+
return Platform.LoadAssembly(assemblyName);
|
346
|
+
} catch (Exception e) {
|
347
|
+
if (!tryPartialName || !(e is FileNotFoundException)) {
|
348
|
+
if (throwOnError) {
|
349
|
+
throw RubyExceptions.CreateLoadError(e);
|
350
|
+
} else {
|
351
|
+
return null;
|
352
|
+
}
|
353
|
+
}
|
354
|
+
}
|
355
|
+
|
356
|
+
#if SILVERLIGHT
|
357
|
+
throw Assert.Unreachable;
|
358
|
+
#else
|
359
|
+
#pragma warning disable 618,612 // csc, gmcs
|
360
|
+
Assembly assembly;
|
361
|
+
try {
|
362
|
+
assembly = Assembly.LoadWithPartialName(assemblyName);
|
363
|
+
} catch (Exception e) {
|
364
|
+
if (throwOnError) {
|
365
|
+
throw RubyExceptions.CreateLoadError(e);
|
366
|
+
} else {
|
367
|
+
return null;
|
368
|
+
}
|
369
|
+
}
|
370
|
+
if (assembly == null && throwOnError) {
|
371
|
+
throw RubyExceptions.CreateLoadError(String.Format("Assembly '{0}' not found", assemblyName));
|
372
|
+
}
|
373
|
+
#pragma warning restore 618,612
|
374
|
+
return assembly;
|
375
|
+
#endif
|
376
|
+
}
|
377
|
+
|
378
|
+
private bool LoadAssembly(Assembly/*!*/ assembly, string typeName, bool throwOnError) {
|
379
|
+
Utils.Log(String.Format("Loading assembly '{0}' and type '{1}'", assembly, typeName), "LOADER");
|
380
|
+
Type initializerType;
|
381
|
+
if (typeName != null) {
|
382
|
+
// load Ruby library:
|
383
|
+
try {
|
384
|
+
initializerType = assembly.GetType(typeName, true);
|
385
|
+
} catch (Exception e) {
|
386
|
+
if (throwOnError) {
|
387
|
+
throw new LoadError(e.Message, e);
|
388
|
+
}
|
389
|
+
return false;
|
390
|
+
}
|
391
|
+
|
392
|
+
LoadLibrary(initializerType, false);
|
393
|
+
} else {
|
394
|
+
// load namespaces:
|
395
|
+
try {
|
396
|
+
DomainManager.LoadAssembly(assembly);
|
397
|
+
} catch (Exception e) {
|
398
|
+
if (throwOnError) {
|
399
|
+
throw RubyExceptions.CreateLoadError(e);
|
400
|
+
}
|
401
|
+
return false;
|
402
|
+
}
|
403
|
+
}
|
404
|
+
|
405
|
+
return true;
|
406
|
+
}
|
407
|
+
|
408
|
+
private static Regex _AssemblyNameRegex = new Regex(@"
|
409
|
+
\s*((?<type>[\w.+]+)\s*,)?\s* # type name
|
410
|
+
(?<assembly>
|
411
|
+
[^,=]+\s* # assembly name
|
412
|
+
(,\s*[\w]+\s*=\s*[^,]+\s*)+ # properties
|
413
|
+
)",
|
414
|
+
RegexOptions.IgnorePatternWhitespace | RegexOptions.Singleline
|
415
|
+
);
|
416
|
+
|
417
|
+
internal static bool TryParseAssemblyName(string/*!*/ path, out string typeName, out string assemblyName) {
|
418
|
+
Match match = _AssemblyNameRegex.Match(path);
|
419
|
+
if (match.Success) {
|
420
|
+
Group typeGroup = match.Groups["type"];
|
421
|
+
Group assemblyGroup = match.Groups["assembly"];
|
422
|
+
Debug.Assert(assemblyGroup.Success);
|
423
|
+
|
424
|
+
typeName = typeGroup.Success ? typeGroup.Value : null;
|
425
|
+
assemblyName = assemblyGroup.Value;
|
426
|
+
return true;
|
427
|
+
}
|
428
|
+
|
429
|
+
if (path.Trim() == "mscorlib") {
|
430
|
+
typeName = null;
|
431
|
+
assemblyName = path;
|
432
|
+
return true;
|
433
|
+
}
|
434
|
+
|
435
|
+
typeName = null;
|
436
|
+
assemblyName = null;
|
437
|
+
return false;
|
438
|
+
}
|
439
|
+
|
440
|
+
#if !SILVERLIGHT
|
441
|
+
private sealed class AssemblyResolveHolder {
|
442
|
+
private readonly WeakReference _loader;
|
443
|
+
|
444
|
+
[ThreadStatic]
|
445
|
+
private static HashSet<string> _assembliesBeingResolved;
|
446
|
+
|
447
|
+
public AssemblyResolveHolder(Loader/*!*/ loader) {
|
448
|
+
_loader = new WeakReference(loader);
|
449
|
+
}
|
450
|
+
|
451
|
+
internal void HookAssemblyResolve() {
|
452
|
+
try {
|
453
|
+
HookAssemblyResolveInternal();
|
454
|
+
} catch (System.Security.SecurityException) {
|
455
|
+
// We may not have SecurityPermissionFlag.ControlAppDomain.
|
456
|
+
}
|
457
|
+
}
|
458
|
+
|
459
|
+
private void HookAssemblyResolveInternal() {
|
460
|
+
AppDomain.CurrentDomain.AssemblyResolve += AssemblyResolveEvent;
|
461
|
+
}
|
462
|
+
|
463
|
+
private Assembly AssemblyResolveEvent(object sender, ResolveEventArgs args) {
|
464
|
+
Loader loader = (Loader)_loader.Target;
|
465
|
+
if (loader != null) {
|
466
|
+
string assemblyName = args.Name;
|
467
|
+
Utils.Log(String.Format("assembly resolve event: {0}", assemblyName), "RESOLVE_ASSEMBLY");
|
468
|
+
|
469
|
+
if (_assembliesBeingResolved == null) {
|
470
|
+
_assembliesBeingResolved = new HashSet<string>();
|
471
|
+
} else if (_assembliesBeingResolved.Contains(assemblyName)) {
|
472
|
+
Utils.Log(String.Format("recursive assembly resolution: {0}", assemblyName), "RESOLVE_ASSEMBLY");
|
473
|
+
return null;
|
474
|
+
}
|
475
|
+
|
476
|
+
_assembliesBeingResolved.Add(assemblyName);
|
477
|
+
try {
|
478
|
+
return loader.ResolveAssembly(assemblyName);
|
479
|
+
} catch (Exception e) {
|
480
|
+
// the exception might not be reported by the type loader, so at least report a warning:
|
481
|
+
loader._context.ReportWarning(
|
482
|
+
String.Format("An exception was risen while resolving an assembly `{0}': {1}", assemblyName, e.Message)
|
483
|
+
);
|
484
|
+
throw;
|
485
|
+
} finally {
|
486
|
+
_assembliesBeingResolved.Remove(assemblyName);
|
487
|
+
}
|
488
|
+
} else {
|
489
|
+
AppDomain.CurrentDomain.AssemblyResolve -= AssemblyResolveEvent;
|
490
|
+
return null;
|
491
|
+
}
|
492
|
+
}
|
493
|
+
}
|
494
|
+
|
495
|
+
internal Assembly ResolveAssembly(string/*!*/ fullName) {
|
496
|
+
Utils.Log(String.Format("Resolving assembly: '{0}'", fullName), "RESOLVE_ASSEMBLY");
|
497
|
+
|
498
|
+
AssemblyName assemblyName = new AssemblyName(fullName);
|
499
|
+
ResolvedFile file = FindFile(assemblyName.Name, true, ArrayUtils.EmptyStrings).FirstOrDefault();
|
500
|
+
if (file == null || file.SourceUnit != null) {
|
501
|
+
return null;
|
502
|
+
}
|
503
|
+
|
504
|
+
Utils.Log(String.Format("Assembly '{0}' resolved: found in '{1}'", fullName, file.Path), "RESOLVE_ASSEMBLY");
|
505
|
+
try {
|
506
|
+
Assembly assembly = Platform.LoadAssemblyFromPath(file.Path);
|
507
|
+
if (AssemblyName.ReferenceMatchesDefinition(assemblyName, assembly.GetName())) {
|
508
|
+
Utils.Log(String.Format("Assembly '{0}' loaded for '{1}'", assembly.GetName(), fullName), "RESOLVE_ASSEMBLY");
|
509
|
+
DomainManager.LoadAssembly(assembly);
|
510
|
+
return assembly;
|
511
|
+
}
|
512
|
+
} catch (Exception e) {
|
513
|
+
throw RubyExceptions.CreateLoadError(e);
|
514
|
+
}
|
515
|
+
|
516
|
+
return null;
|
517
|
+
}
|
518
|
+
|
519
|
+
#endif
|
520
|
+
#endregion
|
521
|
+
|
522
|
+
private class ResolvedFile {
|
523
|
+
public readonly SourceUnit SourceUnit;
|
524
|
+
public readonly string/*!*/ Path;
|
525
|
+
public readonly string AppendedExtension;
|
526
|
+
|
527
|
+
public ResolvedFile(SourceUnit/*!*/ sourceUnit, string/*!*/ fullPath, string appendedExtension) {
|
528
|
+
Assert.NotNull(sourceUnit, fullPath);
|
529
|
+
SourceUnit = sourceUnit;
|
530
|
+
Path = fullPath;
|
531
|
+
AppendedExtension = appendedExtension;
|
532
|
+
}
|
533
|
+
|
534
|
+
public ResolvedFile(string/*!*/ fullLibraryPath, string appendedExtension) {
|
535
|
+
Assert.NotNull(fullLibraryPath);
|
536
|
+
Path = fullLibraryPath;
|
537
|
+
AppendedExtension = appendedExtension;
|
538
|
+
}
|
539
|
+
}
|
540
|
+
|
541
|
+
private bool LoadFromPath(Scope globalScope, object self, string/*!*/ path, RubyEncoding/*!*/ pathEncoding, LoadFlags flags, out object loaded) {
|
542
|
+
Assert.NotNull(pathEncoding, path);
|
543
|
+
|
544
|
+
string[] sourceFileExtensions;
|
545
|
+
if ((flags & LoadFlags.AnyLanguage) != 0) {
|
546
|
+
sourceFileExtensions = DomainManager.Configuration.GetFileExtensions();
|
547
|
+
} else {
|
548
|
+
sourceFileExtensions = DomainManager.Configuration.GetFileExtensions(_context);
|
549
|
+
}
|
550
|
+
|
551
|
+
IList<ResolvedFile> files = FindFile(path, (flags & LoadFlags.AppendExtensions) != 0, sourceFileExtensions);
|
552
|
+
|
553
|
+
if (files.Count == 0) {
|
554
|
+
// MRI: doesn't throw an exception if the path is in $" (performs resolution first though):
|
555
|
+
if (AlreadyLoaded(path, null, flags, sourceFileExtensions)) {
|
556
|
+
loaded = null;
|
557
|
+
return false;
|
558
|
+
}
|
559
|
+
throw RubyExceptions.CreateLoadError(String.Format("no such file to load -- {0}", path));
|
560
|
+
}
|
561
|
+
|
562
|
+
ResolvedFile file = files.First();
|
563
|
+
|
564
|
+
string pathWithExtension = path;
|
565
|
+
if (file.AppendedExtension != null) {
|
566
|
+
pathWithExtension += file.AppendedExtension;
|
567
|
+
}
|
568
|
+
|
569
|
+
if (AlreadyLoaded(path, files, flags) || _unfinishedFiles.Contains(file.Path)) {
|
570
|
+
if ((flags & LoadFlags.ResolveLoaded) != 0) {
|
571
|
+
if (file.SourceUnit != null) {
|
572
|
+
Scope loadedScope;
|
573
|
+
if (!LoadedScripts.TryGetValue(file.Path, out loadedScope)) {
|
574
|
+
throw RubyExceptions.CreateLoadError(String.Format("no such file to load -- {0}", file.Path));
|
575
|
+
}
|
576
|
+
loaded = loadedScope;
|
577
|
+
} else {
|
578
|
+
loaded = Platform.LoadAssemblyFromPath(file.Path);
|
579
|
+
}
|
580
|
+
} else {
|
581
|
+
loaded = null;
|
582
|
+
}
|
583
|
+
return false;
|
584
|
+
}
|
585
|
+
|
586
|
+
try {
|
587
|
+
// save path as is, no canonicalization nor combination with an extension or directory:
|
588
|
+
_unfinishedFiles.Push(file.Path);
|
589
|
+
|
590
|
+
if (file.SourceUnit != null) {
|
591
|
+
AddScriptLines(file.SourceUnit);
|
592
|
+
|
593
|
+
ScriptCode compiledCode;
|
594
|
+
if (file.SourceUnit.LanguageContext == _context) {
|
595
|
+
compiledCode = CompileRubySource(file.SourceUnit, flags);
|
596
|
+
} else {
|
597
|
+
compiledCode = file.SourceUnit.Compile();
|
598
|
+
}
|
599
|
+
loaded = Execute(globalScope, compiledCode);
|
600
|
+
} else {
|
601
|
+
Debug.Assert(file.Path != null);
|
602
|
+
try {
|
603
|
+
Assembly assembly = Platform.LoadAssemblyFromPath(file.Path);
|
604
|
+
DomainManager.LoadAssembly(assembly);
|
605
|
+
loaded = assembly;
|
606
|
+
} catch (Exception e) {
|
607
|
+
throw RubyExceptions.CreateLoadError(e);
|
608
|
+
}
|
609
|
+
}
|
610
|
+
|
611
|
+
FileLoaded(MutableString.Create(file.Path, pathEncoding), flags);
|
612
|
+
} finally {
|
613
|
+
_unfinishedFiles.Pop();
|
614
|
+
}
|
615
|
+
|
616
|
+
return true;
|
617
|
+
}
|
618
|
+
|
619
|
+
private ScriptCode/*!*/ CompileRubySource(SourceUnit/*!*/ sourceUnit, LoadFlags flags) {
|
620
|
+
Assert.NotNull(sourceUnit);
|
621
|
+
|
622
|
+
// TODO: check file timestamp
|
623
|
+
string fullPath = Platform.GetFullPath(sourceUnit.Path);
|
624
|
+
CompiledFile compiledFile;
|
625
|
+
if (TryGetCompiledFile(fullPath, out compiledFile)) {
|
626
|
+
Utils.Log(String.Format("{0}: {1}", ++_cacheHitCount, sourceUnit.Path), "LOAD_CACHED");
|
627
|
+
|
628
|
+
return compiledFile.CompiledCode;
|
629
|
+
} else {
|
630
|
+
Utils.Log(String.Format("{0}: {1}", ++_compiledFileCount, sourceUnit.Path), "LOAD_COMPILED");
|
631
|
+
|
632
|
+
RubyCompilerOptions options = new RubyCompilerOptions(_context.RubyOptions) {
|
633
|
+
FactoryKind = (flags & LoadFlags.LoadIsolated) != 0 ? TopScopeFactoryKind.WrappedFile : TopScopeFactoryKind.File
|
634
|
+
};
|
635
|
+
|
636
|
+
ScriptCode compiledCode = sourceUnit.Compile(options, _context.RuntimeErrorSink);
|
637
|
+
AddCompiledFile(fullPath, compiledCode);
|
638
|
+
return compiledCode;
|
639
|
+
}
|
640
|
+
}
|
641
|
+
|
642
|
+
internal Scope Execute(Scope globalScope, ScriptCode/*!*/ code) {
|
643
|
+
if (globalScope == null || code.LanguageContext != _context) {
|
644
|
+
if (globalScope == null) {
|
645
|
+
globalScope = code.CreateScope();
|
646
|
+
}
|
647
|
+
|
648
|
+
if (code.SourceUnit.Path != null) {
|
649
|
+
LoadedScripts[Platform.GetFullPath(code.SourceUnit.Path)] = globalScope;
|
650
|
+
}
|
651
|
+
code.Run(globalScope);
|
652
|
+
return globalScope;
|
653
|
+
} else {
|
654
|
+
code.Run(globalScope);
|
655
|
+
return null;
|
656
|
+
}
|
657
|
+
}
|
658
|
+
|
659
|
+
/// <summary>
|
660
|
+
/// Searches file in load directories and then appends extensions.
|
661
|
+
/// </summary>
|
662
|
+
private IList<ResolvedFile> FindFile(string/*!*/ path, bool appendExtensions, string[] sourceFileExtensions) {
|
663
|
+
Assert.NotNull(path);
|
664
|
+
bool isAbsolutePath;
|
665
|
+
|
666
|
+
#if SILVERLIGHT
|
667
|
+
{
|
668
|
+
#else
|
669
|
+
if (path.StartsWith("~/", StringComparison.Ordinal) || path.StartsWith("~\\", StringComparison.Ordinal)) {
|
670
|
+
path = RubyUtils.ExpandPath(_context.Platform, path);
|
671
|
+
isAbsolutePath = true;
|
672
|
+
} else {
|
673
|
+
#endif
|
674
|
+
try {
|
675
|
+
isAbsolutePath = Platform.IsAbsolutePath(path);
|
676
|
+
} catch (ArgumentException e) {
|
677
|
+
throw RubyExceptions.CreateLoadError(e);
|
678
|
+
}
|
679
|
+
}
|
680
|
+
|
681
|
+
string extension = RubyUtils.GetExtension(path);
|
682
|
+
|
683
|
+
// Absolute path -> load paths not consulted.
|
684
|
+
if (isAbsolutePath) {
|
685
|
+
var file = ResolveFile(path, extension, appendExtensions, sourceFileExtensions);
|
686
|
+
return file != null ? new[] { file } : new ResolvedFile[0];
|
687
|
+
}
|
688
|
+
|
689
|
+
string[] loadPaths = GetLoadPathStrings();
|
690
|
+
|
691
|
+
if (loadPaths.Length == 0) {
|
692
|
+
return new ResolvedFile[0];
|
693
|
+
}
|
694
|
+
|
695
|
+
// If load paths are non-empty and the path starts with .\ or ..\ then MRI also ignores the load paths.
|
696
|
+
if (path.StartsWith("./", StringComparison.Ordinal) ||
|
697
|
+
path.StartsWith("../", StringComparison.Ordinal) ||
|
698
|
+
path.StartsWith(".\\", StringComparison.Ordinal) ||
|
699
|
+
path.StartsWith("..\\", StringComparison.Ordinal)) {
|
700
|
+
|
701
|
+
var file = ResolveFile(path, extension, appendExtensions, sourceFileExtensions);
|
702
|
+
return file != null ? new[] { file } : new ResolvedFile[0];
|
703
|
+
}
|
704
|
+
|
705
|
+
var result = new List<ResolvedFile>();
|
706
|
+
foreach (var dir in loadPaths) {
|
707
|
+
ResolvedFile file = ResolveFile(RubyUtils.CombinePaths(dir, path), extension, appendExtensions, sourceFileExtensions);
|
708
|
+
if (file != null) {
|
709
|
+
result.Add(file);
|
710
|
+
|
711
|
+
//RHO
|
712
|
+
break;
|
713
|
+
//RHO
|
714
|
+
}
|
715
|
+
}
|
716
|
+
|
717
|
+
return result;
|
718
|
+
}
|
719
|
+
|
720
|
+
internal string[]/*!*/ GetLoadPathStrings() {
|
721
|
+
var loadPaths = GetLoadPaths();
|
722
|
+
var result = new string[loadPaths.Length];
|
723
|
+
var toPath = _toStrStorage.GetSite(CompositeConversionAction.Make(_context, CompositeConversion.ToPathToStr));
|
724
|
+
|
725
|
+
for (int i = 0; i < loadPaths.Length; i++) {
|
726
|
+
if (loadPaths[i] == null) {
|
727
|
+
throw RubyExceptions.CreateTypeConversionError("nil", "String");
|
728
|
+
}
|
729
|
+
|
730
|
+
result[i] = Protocols.CastToPath(toPath, loadPaths[i]).ConvertToString();
|
731
|
+
}
|
732
|
+
|
733
|
+
return result;
|
734
|
+
}
|
735
|
+
|
736
|
+
/// <summary>
|
737
|
+
/// Appends extensions if applicable.
|
738
|
+
/// </summary>
|
739
|
+
private ResolvedFile ResolveFile(string/*!*/ path, string/*!*/ extension, bool appendExtensions, string[]/*!*/ knownExtensions) {
|
740
|
+
Debug.Assert(RubyUtils.GetExtension(path) == extension);
|
741
|
+
|
742
|
+
string expandedPath = RubyUtils.ExpandPath(_context.Platform, path);
|
743
|
+
|
744
|
+
// MRI doesn't load file w/o .rb extension:
|
745
|
+
if (IsKnownExtension(extension, knownExtensions)) {
|
746
|
+
return GetSourceUnit(path, expandedPath, extension, false);
|
747
|
+
}
|
748
|
+
|
749
|
+
if (_LibraryExtensions.IndexOf(extension, DlrConfiguration.FileExtensionComparer) != -1) {
|
750
|
+
if (Platform.FileExists(expandedPath)) {
|
751
|
+
return new ResolvedFile(expandedPath, null);
|
752
|
+
}
|
753
|
+
} else if (!appendExtensions) {
|
754
|
+
return GetSourceUnit(path, expandedPath, extension, false);
|
755
|
+
}
|
756
|
+
|
757
|
+
if (appendExtensions) {
|
758
|
+
List<string> matchingExtensions = GetExtensionsOfExistingFiles(expandedPath, knownExtensions);
|
759
|
+
|
760
|
+
if (matchingExtensions.Count == 1) {
|
761
|
+
return GetSourceUnit(path + matchingExtensions[0], expandedPath + matchingExtensions[0], matchingExtensions[0], true);
|
762
|
+
} else if (matchingExtensions.Count > 1) {
|
763
|
+
Exception e = new AmbiguousFileNameException(expandedPath + matchingExtensions[0], expandedPath + matchingExtensions[1]);
|
764
|
+
throw RubyExceptions.CreateLoadError(e);
|
765
|
+
}
|
766
|
+
|
767
|
+
foreach (string libExtension in _LibraryExtensions) {
|
768
|
+
if (Platform.FileExists(expandedPath + libExtension)) {
|
769
|
+
return new ResolvedFile(expandedPath + libExtension, libExtension);
|
770
|
+
}
|
771
|
+
}
|
772
|
+
}
|
773
|
+
|
774
|
+
return null;
|
775
|
+
}
|
776
|
+
|
777
|
+
private static readonly string[] _LibraryExtensions = new string[] { ".dll", ".so", ".exe" };
|
778
|
+
|
779
|
+
private static bool IsKnownExtension(string/*!*/ extension, string[]/*!*/ knownExtensions) {
|
780
|
+
return extension.Length > 0 && knownExtensions.IndexOf(extension, DlrConfiguration.FileExtensionComparer) >= 0;
|
781
|
+
}
|
782
|
+
|
783
|
+
private ResolvedFile GetSourceUnit(string/*!*/ path, string/*!*/ fullPath, string/*!*/ extension, bool extensionAppended) {
|
784
|
+
Assert.NotNull(path, fullPath, extension);
|
785
|
+
|
786
|
+
LanguageContext language;
|
787
|
+
if (extension.Length == 0 || !DomainManager.TryGetLanguageByFileExtension(extension, out language)) {
|
788
|
+
// Ruby by default:
|
789
|
+
language = _context;
|
790
|
+
}
|
791
|
+
|
792
|
+
if (!DomainManager.Platform.FileExists(fullPath)) {
|
793
|
+
return null;
|
794
|
+
}
|
795
|
+
|
796
|
+
var sourceUnit = language.CreateFileUnit(path, RubyEncoding.Ascii.Encoding, SourceCodeKind.File);
|
797
|
+
return new ResolvedFile(sourceUnit, fullPath, extensionAppended ? extension : null);
|
798
|
+
}
|
799
|
+
|
800
|
+
private List<string>/*!*/ GetExtensionsOfExistingFiles(string/*!*/ path, IEnumerable<string>/*!*/ extensions) {
|
801
|
+
// all extensions that could be appended to the path to get an existing file:
|
802
|
+
List<string> result = new List<string>();
|
803
|
+
foreach (string extension in extensions) {
|
804
|
+
Debug.Assert(extension != null && extension.StartsWith("."));
|
805
|
+
string fullPath = path + extension;
|
806
|
+
if (Platform.FileExists(fullPath)) {
|
807
|
+
result.Add(extension);
|
808
|
+
|
809
|
+
//RHO
|
810
|
+
break;
|
811
|
+
//RHO
|
812
|
+
}
|
813
|
+
}
|
814
|
+
return result;
|
815
|
+
}
|
816
|
+
|
817
|
+
#region Global Variables
|
818
|
+
|
819
|
+
private readonly ConversionStorage<MutableString>/*!*/ _toStrStorage;
|
820
|
+
|
821
|
+
internal object[]/*!*/ GetLoadPaths() {
|
822
|
+
lock (_loadedFiles) {
|
823
|
+
return _loadPaths.ToArray();
|
824
|
+
}
|
825
|
+
}
|
826
|
+
|
827
|
+
public void SetLoadPaths(IEnumerable<string/*!*/>/*!*/ paths) {
|
828
|
+
ContractUtils.RequiresNotNullItems(paths, "paths");
|
829
|
+
|
830
|
+
lock (_loadPaths) {
|
831
|
+
_loadPaths.Clear();
|
832
|
+
foreach (string path in paths) {
|
833
|
+
_loadPaths.Add(_context.EncodePath(path));
|
834
|
+
}
|
835
|
+
}
|
836
|
+
}
|
837
|
+
|
838
|
+
internal void AddLoadPaths(IEnumerable<string/*!*/>/*!*/ paths) {
|
839
|
+
Assert.NotNullItems(paths);
|
840
|
+
|
841
|
+
lock (_loadPaths) {
|
842
|
+
foreach (string path in paths) {
|
843
|
+
_loadPaths.Add(_context.EncodePath(path));
|
844
|
+
}
|
845
|
+
}
|
846
|
+
}
|
847
|
+
|
848
|
+
internal void InsertLoadPaths(IEnumerable<string/*!*/>/*!*/ paths, int index) {
|
849
|
+
Assert.NotNullItems(paths);
|
850
|
+
|
851
|
+
lock (_loadPaths) {
|
852
|
+
foreach (string path in paths) {
|
853
|
+
_loadPaths.Insert(0, _context.EncodePath(path));
|
854
|
+
}
|
855
|
+
}
|
856
|
+
}
|
857
|
+
|
858
|
+
internal void InsertLoadPaths(IEnumerable<string/*!*/>/*!*/ paths) {
|
859
|
+
InsertLoadPaths(paths, 0);
|
860
|
+
}
|
861
|
+
|
862
|
+
private void AddLoadedFile(MutableString/*!*/ path) {
|
863
|
+
lock (_loadedFiles) {
|
864
|
+
_loadedFiles.Add(path);
|
865
|
+
}
|
866
|
+
}
|
867
|
+
|
868
|
+
private void FileLoaded(MutableString/*!*/ path, LoadFlags flags) {
|
869
|
+
if ((flags & LoadFlags.LoadOnce) != 0) {
|
870
|
+
AddLoadedFile(path);
|
871
|
+
}
|
872
|
+
}
|
873
|
+
|
874
|
+
/// <summary>
|
875
|
+
/// If the SCRIPT_LINES__ constant is set, we need to publish the file being loaded,
|
876
|
+
/// along with the contents of the file
|
877
|
+
/// </summary>
|
878
|
+
private void AddScriptLines(SourceUnit file) {
|
879
|
+
ConstantStorage storage;
|
880
|
+
if (!_context.ObjectClass.TryResolveConstant(null, "SCRIPT_LINES__", out storage)) {
|
881
|
+
return;
|
882
|
+
}
|
883
|
+
|
884
|
+
IDictionary scriptLines = storage.Value as IDictionary;
|
885
|
+
if (scriptLines == null) {
|
886
|
+
return;
|
887
|
+
}
|
888
|
+
|
889
|
+
lock (scriptLines) {
|
890
|
+
// Read in the contents of the file
|
891
|
+
|
892
|
+
RubyArray lines = new RubyArray();
|
893
|
+
SourceCodeReader reader = file.GetReader();
|
894
|
+
RubyEncoding encoding = RubyEncoding.GetRubyEncoding(reader.Encoding);
|
895
|
+
using (reader) {
|
896
|
+
reader.SeekLine(1);
|
897
|
+
while (true) {
|
898
|
+
string lineStr = reader.ReadLine();
|
899
|
+
if (lineStr == null) {
|
900
|
+
break;
|
901
|
+
}
|
902
|
+
MutableString line = MutableString.CreateMutable(lineStr.Length + 1, encoding);
|
903
|
+
line.Append(lineStr).Append('\n');
|
904
|
+
lines.Add(line);
|
905
|
+
}
|
906
|
+
}
|
907
|
+
|
908
|
+
// Publish the contents of the file, keyed by the file name
|
909
|
+
MutableString path = MutableString.Create(file.Document.FileName, _context.GetPathEncoding());
|
910
|
+
scriptLines[path] = lines;
|
911
|
+
}
|
912
|
+
}
|
913
|
+
|
914
|
+
internal object[]/*!*/ GetLoadedFiles() {
|
915
|
+
lock (_loadedFiles) {
|
916
|
+
return _loadedFiles.ToArray();
|
917
|
+
}
|
918
|
+
}
|
919
|
+
|
920
|
+
private bool AlreadyLoaded(string/*!*/ path, string fullPath, LoadFlags flags) {
|
921
|
+
return AlreadyLoaded(path, fullPath, flags, ArrayUtils.EmptyStrings);
|
922
|
+
}
|
923
|
+
|
924
|
+
private bool AlreadyLoaded(string/*!*/ path, string fullPath, LoadFlags flags, string[]/*!*/ sourceFileExtensions) {
|
925
|
+
Debug.Assert(fullPath == null || RubyUtils.GetExtension(path) == RubyUtils.GetExtension(fullPath));
|
926
|
+
return (flags & LoadFlags.LoadOnce) != 0 && AnyFileLoaded(GetPathsToTestLoaded(path, fullPath, flags, sourceFileExtensions));
|
927
|
+
}
|
928
|
+
|
929
|
+
private IEnumerable<MutableString>/*!*/ GetPathsToTestLoaded(string/*!*/ path, string fullPath, LoadFlags flags, string[]/*!*/ sourceFileExtensions) {
|
930
|
+
List<MutableString> paths = new List<MutableString>();
|
931
|
+
paths.Add(_context.EncodePath(path));
|
932
|
+
|
933
|
+
if (fullPath != null) {
|
934
|
+
paths.Add(_context.EncodePath(path));
|
935
|
+
}
|
936
|
+
|
937
|
+
if ((flags & LoadFlags.AppendExtensions) != 0 && RubyUtils.GetExtension(path).Length == 0) {
|
938
|
+
foreach (var extension in sourceFileExtensions) {
|
939
|
+
paths.Add(_context.EncodePath(path + extension));
|
940
|
+
}
|
941
|
+
foreach (var extension in _LibraryExtensions) {
|
942
|
+
paths.Add(_context.EncodePath(path + extension));
|
943
|
+
}
|
944
|
+
}
|
945
|
+
|
946
|
+
return paths;
|
947
|
+
}
|
948
|
+
|
949
|
+
/// <summary>
|
950
|
+
/// Return true if any of the files has alraedy been loaded.
|
951
|
+
/// </summary>
|
952
|
+
private bool AlreadyLoaded(string/*!*/ path, IEnumerable<ResolvedFile>/*!*/ files, LoadFlags flags) {
|
953
|
+
return (flags & LoadFlags.LoadOnce) != 0 && AnyFileLoaded(
|
954
|
+
new[] { _context.EncodePath(path) }.Concat(files.Select((file) => _context.EncodePath(file.Path)))
|
955
|
+
);
|
956
|
+
}
|
957
|
+
|
958
|
+
private bool AnyFileLoaded(IEnumerable<MutableString>/*!*/ paths) {
|
959
|
+
var toPath = _toStrStorage.GetSite(CompositeConversionAction.Make(_context, CompositeConversion.ToPathToStr));
|
960
|
+
|
961
|
+
foreach (object file in GetLoadedFiles()) {
|
962
|
+
if (file == null) {
|
963
|
+
throw RubyExceptions.CreateTypeConversionError("nil", "String");
|
964
|
+
}
|
965
|
+
|
966
|
+
// use case sensitive comparison
|
967
|
+
MutableString loadedPath = Protocols.CastToPath(toPath, file);
|
968
|
+
if (paths.Any((path) => loadedPath.Equals(path))) {
|
969
|
+
return true;
|
970
|
+
}
|
971
|
+
}
|
972
|
+
|
973
|
+
return false;
|
974
|
+
}
|
975
|
+
|
976
|
+
#endregion
|
977
|
+
|
978
|
+
#region IronRuby Libraries
|
979
|
+
|
980
|
+
/// <exception cref="LoadError"></exception>
|
981
|
+
internal void LoadBuiltins() {
|
982
|
+
Type initializerType;
|
983
|
+
try {
|
984
|
+
Assembly assembly = _context.DomainManager.Platform.LoadAssembly(GetIronRubyAssemblyLongName("IronRuby.Libraries"));
|
985
|
+
initializerType = assembly.GetType(LibraryInitializer.GetBuiltinsFullTypeName());
|
986
|
+
} catch (Exception e) {
|
987
|
+
throw RubyExceptions.CreateLoadError(e);
|
988
|
+
}
|
989
|
+
|
990
|
+
LoadLibrary(initializerType, true);
|
991
|
+
}
|
992
|
+
|
993
|
+
public static string/*!*/ GetIronRubyAssemblyLongName(string/*!*/ baseName) {
|
994
|
+
ContractUtils.RequiresNotNull(baseName, "baseName");
|
995
|
+
string fullName = typeof(RubyContext).Assembly.FullName;
|
996
|
+
int firstComma = fullName.IndexOf(',');
|
997
|
+
return firstComma > 0 ? baseName + fullName.Substring(firstComma) : baseName;
|
998
|
+
}
|
999
|
+
|
1000
|
+
private readonly HashSet<Type> _loadedTypes = new HashSet<Type>();
|
1001
|
+
|
1002
|
+
/// <exception cref="LoadError"></exception>
|
1003
|
+
private void LoadLibrary(Type/*!*/ initializerType, bool builtin) {
|
1004
|
+
lock (_loadedTypes) {
|
1005
|
+
if (_loadedTypes.Contains(initializerType)) {
|
1006
|
+
return;
|
1007
|
+
}
|
1008
|
+
}
|
1009
|
+
|
1010
|
+
LibraryInitializer initializer;
|
1011
|
+
try {
|
1012
|
+
initializer = Activator.CreateInstance(initializerType) as LibraryInitializer;
|
1013
|
+
} catch (TargetInvocationException e) {
|
1014
|
+
throw RubyExceptions.CreateLoadError(e.InnerException);
|
1015
|
+
} catch (Exception e) {
|
1016
|
+
throw RubyExceptions.CreateLoadError(e);
|
1017
|
+
}
|
1018
|
+
|
1019
|
+
if (initializer == null) {
|
1020
|
+
throw RubyExceptions.CreateLoadError(String.Format("Specified type {0} is not a subclass of {1}",
|
1021
|
+
initializerType.FullName,
|
1022
|
+
typeof(LibraryInitializer).FullName)
|
1023
|
+
);
|
1024
|
+
}
|
1025
|
+
|
1026
|
+
// Propagate exceptions from initializers (do not wrap them to LoadError).
|
1027
|
+
// E.g. TypeError (can't modify frozen module) can be thrown.
|
1028
|
+
initializer.LoadModules(_context, builtin);
|
1029
|
+
|
1030
|
+
lock (_loadedTypes) {
|
1031
|
+
_loadedTypes.Add(initializerType);
|
1032
|
+
}
|
1033
|
+
}
|
1034
|
+
|
1035
|
+
#endregion
|
1036
|
+
}
|
1037
|
+
}
|