Partmedia

Results 35 comments of Partmedia

Overcome by events.

It doesn't sound like the minor advantages of being small outweigh the roleplay value that it brings. A couple of "nerfs" were already discussed, including reducing the zoom level for...

I've since updated to the latest `master` and re-compiled bdwgc with all the flags you suggested. I can still reproduce the crash, although the backtrace looks a bit different now....

I wasn't able to find documentation for `GC_register_disappearing_link` besides the [page on finalization](https://hboehm.info/gc/finalization.html) and the header file. Does the *obj* argument have to be a heap (and not a data)...

It looks like `GC_base((void*)o)` is now NULL. In the calling frame: ``` (gdb) print o $7 = (cl_object) 0x8006afae8 ``` In the frame with GC_general_register_disappearing_link: ``` #4 0x000000080065f32d in GC_general_register_disappearing_link...

I'm still investigating, but it looks like because this is the implementation of a weak hash table which points to a general object, which could be allocated on the heap,...

Clicking the link to the docs in the PR description gives me: "Unauthorized You cannot create the page." Has this moved elsewhere?

I agree. The path tool already has something like you describe to continue existing paths, but this would also be useful for any shape. ![image](https://github.com/KLayout/klayout/assets/3229565/b89cf6a4-d387-4d78-b5cc-97910b86e502) Aside: I would also find...

This is available in Cadence Virtuoso. **Without Merge Shapes** ![image](https://github.com/KLayout/klayout/assets/3229565/35e28dc8-0aab-4d16-8c79-a2ac66f8bdad) **With Merge Shapes** ![image](https://github.com/KLayout/klayout/assets/3229565/7989c230-6f7d-4c5f-92c3-a3888e95c0ef) ![image](https://github.com/KLayout/klayout/assets/3229565/bf49b64a-d955-4a25-b415-cfa862a570eb) I wonder if it's actually doing a true merge operation or doing something else at...

Actually, I have this currently checked out so I'm just going to make the small changes for you. Please keep that in mind for next time.