From 545bf4bd9809be84829fef8733c26f7585e7675d Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Sat, 11 Jan 2014 10:38:47 -0700 Subject: [PATCH] Upgrade to theorist 0.12.0 to remove dependence on harmony proxies They're turning out to cause instability in the current version of v8 or atom-shell. Perhaps we can revisit this after the upgrade to chromium 31. Once we have Object.observe, we could at least throw an exception when someone assigns a sequence index directly via ::[] or assigns to ::length. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a4d95784..b4a59b860 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "temp": "0.5.0", "text-buffer": "0.12.0", "underscore-plus": "0.6.1", - "theorist": "~0.11.0", + "theorist": "~0.12.0", "delegato": "~0.4.0", "mixto": "~0.4.0" },