Giter VIP home page Giter VIP logo

Comments (7)

myint avatar myint commented on June 3, 2024

I don't know if it is the cause of the bug, but this seems to use the _lookup_in_all_namespaces() code path. Either way, the end result is that a dict gets stored in the symbol lookup table rather than the expected tuple.

Thanks

from cppclean.

jwpeterson avatar jwpeterson commented on June 3, 2024

OK, if it helps, I also get the same (I think) crash on a much shorter (186 lines instead of 2282 lines) file.

from cppclean.

jwpeterson avatar jwpeterson commented on June 3, 2024

This one also crashes in the same way, and is only 144 lines. If I comment out all the explicit instantiations in the file, which are of the form:

template<>
inline
Real WendlandRBF<3,0>::operator()(Real rad) const
{
  if (rad > _rcut) return 0.;

  rad /= _rcut;

  return Utility::pow<2>(1.-rad);
}

then cppclean runs fine, for whatever that's worth.

from cppclean.

r-e-d avatar r-e-d commented on June 3, 2024

Hi,

Any bug report is fine. It's easier to debug if you reduce the testcase like in your last post but a complete file is also ok.

Neither of these files seems to crash after the latest patch. Can you confirm that this is fixed for you ? In this case, we can close this issue.

from cppclean.

jwpeterson avatar jwpeterson commented on June 3, 2024

Can you confirm that this is fixed for you ? In this case, we can close this issue.

It looks like it's working -- I no longer seem to get the invalid warnings about unused forward declarations and the headers that cppclean was crashing on previously now seem to work. Thanks!

BTW, I just cloned the repo and used the cppclean script there directly. Can I easily pip install the Github version in place of 0.5? I have not used pip much before, unfortunately.

from cppclean.

myint avatar myint commented on June 3, 2024

Something like:

$ pip uninstall cppclean
$ pip install git+https://github.com/myint/cppclean

from cppclean.

jwpeterson avatar jwpeterson commented on June 3, 2024

Thanks, that worked great.

BTW since the problem seems to be resolved I'm closing the issue...

from cppclean.

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.