Update dependencies again

This commit is contained in:
Thomas Goyne 2017-09-20 11:11:06 -07:00
parent 858fa7c6ff
commit f5ca89149e
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
PACKAGE_NAME=realm-js
VERSION=2.0.0-rc4
REALM_CORE_VERSION=3.1.0
REALM_SYNC_VERSION=2.0.0-rc18
REALM_OBJECT_SERVER_VERSION=2.0.0-alpha.22
VERSION=2.0.0-rc7
REALM_CORE_VERSION=3.2.1
REALM_SYNC_VERSION=2.0.0-rc21
REALM_OBJECT_SERVER_VERSION=2.0.0-alpha.34

View File

@ -414,7 +414,7 @@ void RealmClass<T>::constructor(ContextType ctx, ObjectType this_object, size_t
static const String compact_on_launch_string = "shouldCompactOnLaunch";
ValueType compact_value = Object::get_property(ctx, object, compact_on_launch_string);
if (!Value::is_undefined(ctx, compact_value)) {
if (config.schema_mode == SchemaMode::ReadOnly) {
if (config.schema_mode == SchemaMode::Immutable) {
throw std::invalid_argument("Cannot set 'shouldCompactOnLaunch' when 'readOnly' is set.");
}
if (config.sync_config) {

@ -1 +1 @@
Subproject commit d1a101fda6999e070c1e73cc5aff002c3de7c129
Subproject commit 30b8a7853b17762719aa7671aac6ebea04473e33