GithubHelp home page GithubHelp logo

Comments (5)

parroty avatar parroty commented on August 20, 2024

Thanks for the report. excoveralls is using the __info__ function of module to retrieve the source code information for the module, and it may be causing the error.

Do you have any expectation how it needs to be fixed? Checking if __info__ is available and if not, skip the module makes sense? (excluding it just for avoiding error)

from excoveralls.

sunaku avatar sunaku commented on August 20, 2024

Yes, that makes sense. 👍 Maybe you could print a warning too, so that users are aware of the missing __info__ (which is normal for Erlang modules) just in case they are doing unconventional things like this.

from excoveralls.

parroty avatar parroty commented on August 20, 2024

Thanks. That makes sense. I'll try to work on the weekend.
What I'm not sure at the moment is the proper way of checking the condition (normal way would be to use Module.__info__[:functions] which is not available for this case, and Module.definitions_in(module) seems available at runtime). Try/Rescue can be the easiest way though.

from excoveralls.

parroty avatar parroty commented on August 20, 2024

I could simulate the error in my local environment, and tried to skip the module if __info__/1 is not available (along with warning message).
I'm closing at the moment, but if you find any remaining issue, please reopen or open another one.

from excoveralls.

sunaku avatar sunaku commented on August 20, 2024

Works great! 👍 Thank you. 🙇

from excoveralls.

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.