GithubHelp home page GithubHelp logo

Comments (3)

bradking avatar bradking commented on July 23, 2024 1

Thanks. Fixed by commit 9a83414.

from castxml.

iMichka avatar iMichka commented on July 23, 2024 1

Hi. Seems to be the error described there: CastXML/pygccxml#47
We can continue the discussion there.

from castxml.

Richard-Gmac avatar Richard-Gmac commented on July 23, 2024

Patch works great, though I get the same problems with empty symbols and errors that look like:

File "/home/isd/rgould1/Source/git/vogue/external/all/python/pygccxml/declarations/declaration.py", line 343, in create_decl_string return algorithm.full_name(self, with_defaults) File "/home/isd/rgould1/Source/git/vogue/external/all/python/pygccxml/declarations/algorithm.py", line 128, in full_name declaration_path(decl)) File "/home/isd/rgould1/Source/git/vogue/external/all/python/pygccxml/declarations/algorithm.py", line 107, in full_name_from_declaration_path result = result[0] + '::'.join(result[1:]) IndexError: list index out of range

I realise this is a separate issue, but I don't have a good small case to reproduce it. From what I can see in the debugger, it is related to the gcc headers unordered_map and bits/hashtable.h. I've patched it in declarations/algorithm.py with

     if result==[]:
         result=''
     else:
         result = result[0] + '::'.join(result[1:])

which is allowing me to build and pass all my tests, but this doesn't feel like a good solution.

from castxml.

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.