[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-dev] [supercollider/supercollider] eb6a1f: class library: add storeOn support to TwoWayIdenti...
- To: sc-dev@xxxxxxxxxxxxxxxx
- Subject: [sc-dev] [supercollider/supercollider] eb6a1f: class library: add storeOn support to TwoWayIdenti...
- From: GitHub <noreply@xxxxxxxxxx>
- Date: Thu, 19 Nov 2015 10:07:33 -0800
- Domainkey-signature: a=rsa-sha1; c=nofws; d=github.com; s=mailo; q=dns; h=Sender: Date: From: Reply-To: To: Message-ID: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding; b=rGVurKst8k+rfxnENxepE3urOtnHsrEFT/46Xd0TBzq9k0uHG152TqsTBrtIHDrIPbdab7 Rq1R2/sV0smfer3lHGgmjeC79g+mMpWjSptZp7XnbdbYOqJSN7GbByCaDIk4CnXUOLD+bvp6 lCfBaNSEjSFChr6zk8dBCd7LaL/S0=
- List-id: SuperCollider developers mailing list <sc-devel.create.ucsb.edu>
- Reply-to: sc-dev@xxxxxxxxxxxxxxxx
- Sender: owner-sc-dev@xxxxxxxxxxxxxxxx
Branch: refs/heads/master
Home: https://github.com/supercollider/supercollider
Commit: eb6a1f191f3321367206bf56360c85e3f5e2609d
https://github.com/supercollider/supercollider/commit/eb6a1f191f3321367206bf56360c85e3f5e2609d
Author: Julian Rohrhuber <julian.rohrhuber@xxxxxxxxxxxxxxxxxx>
Date: 2015-11-19 (Thu, 19 Nov 2015)
Changed paths:
M SCClassLibrary/Common/Collections/ObjectTable.sc
Log Message:
-----------
class library: add storeOn support to TwoWayIdentityDictionary
TwoWayIdentityDictionary has a rather minimalistic interface compared
to Dictionary. This patch adds the proper interface for supporting
archiving and asCompileString conversion. This fixes #1699.