Claus Rørbech

Results 126 comments of Claus Rørbech

Hi @jakobkmar. Thanks for the input. It is almost just (🙈) a matter of extending our CI build matrix, but we also need to restructure the build a bit to...

Thanks for your feedback. We have mainly focussed on API surface until now, but we are aware of areas for optimization and are starting to address them. Regarding your use...

> Ah sorry. Missed this was still a draft 🙈 ... Use the comments for what you want. Yeah. I didn't settle on whether we should use the new conditional...

> * Is this being tested somehow? I assume not (outside manual testing)? But I guess there is a question about how many different memory models we want to run...

Closing due to lack of feedback. @grigorevp If you still need assistance with this please let us know.

We are only using weak references for the intermediate versions, as the current version must not be released until all objects _and_ the realm are no longer referencing it. Seems...

Hi @naeem7peaks. There is currently no way to insert multiple top level objects in one call, so you have to do something like this: ``` val list: List = listOf(NewObject(),...

The above example should be sufficient to outline how you would do it. Just create all the instances that you want to add as unmanaged objects in a list and...

Closing this due to inactivity. If more help is need please add more comments or open a new issue.

Hi @thipokch. Inheritance is unfortunately not supported yet.