Giter Club home page Giter Club logo

Comments (4)

germandiagogomez avatar germandiagogomez commented on August 15, 2024 1

Thanks for the fast reply and for the commit!

from wrenbind17.

matusnovak avatar matusnovak commented on August 15, 2024

There seems to be a bug. Thank you for spotting it.

The destructor (in Wren's terms a finalize allocator) is not called unless some .ctor<>() is was added to the class.

Fixed by always adding finalize to the Wren allocator (commit here: a864db3)

Also added a unit test to verify that it works as it should, based on your example (commit here: 4ae1512)

It should be fixed now. Let me know if the latest master works for you.

I believe always adding finalize to all classes should be fine. Even if the class, for any reason, has a non-public destructor, passing it as a raw pointer to Wren would wrap it in a shared_ptr with no destructor. The shared_ptr would be destructed, not the instance behind the pointer itself.

from wrenbind17.

germandiagogomez avatar germandiagogomez commented on August 15, 2024

I can confirm it is working correctly on my side.

from wrenbind17.

matusnovak avatar matusnovak commented on August 15, 2024

Awesome. Thank you for letting me know.

from wrenbind17.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.