Git Product home page Git Product logo

Comments (6)

kunitoki avatar kunitoki commented on September 26, 2024

This is quite severe and i'm surprise there isn't a unit test for it. Will investigate

from luabridge3.

kunitoki avatar kunitoki commented on September 26, 2024

I'm guessing it's because of the new LB3 hashing of classnames.

from luabridge3.

kunitoki avatar kunitoki commented on September 26, 2024

Are thos your effective class names ? Can you provide me the real names ?

from luabridge3.

rpatters1 avatar rpatters1 commented on September 26, 2024

I am away from my dev box at the moment, but here is a skeleton version off the top of my head:

class __FCBase {};
class __FCBaseData : public __FCBase {};
class __FCOther : public __FCBaseData {};
class __FCInciOther : public __FCOther {};
class __FCNoInciOther : public __FCOther {};
class FCStaffSystem : public __FCNoInciOther {}; // this is the problem class
class FCSystemStaff : public __FCInciOther {}: // possible hash conflict?

If you need to fill it in further, the full class hierarchy is explorable here. There are other classnames in the hierarchy that might fool a hash, such as FCSystemStaff and FCStaffSystems. In fact, if I had to put money on the one that is the problem, it would be FCSystemStaff (same letters, different order.) I added it above.

from luabridge3.

kunitoki avatar kunitoki commented on September 26, 2024

There was indeed a bug in the class name hashing. Pretty bad, sorry for the issue. Will be merged shortly.

from luabridge3.

rpatters1 avatar rpatters1 commented on September 26, 2024

I can confirm that your modification for this fixes my issue.

Many thanks.

from luabridge3.

Related Issues (20)

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.