mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-30 09:49:21 +02:00
- Changed to const & objects in the Spice writer delegate to non-const & for Ruby/Python reimplementation (as const/non-const ambiguity is an issue for Ruby/Python we cannot efficiently work with const refs) - Updated test data because the previous implementation wasn't using refs but rather copies of device and device class objects.