Git Product home page Git Product logo

Comments (3)

poletti-marco avatar poletti-marco commented on May 1, 2024

Hi, what are you trying to do?

With that code, I think an error is expected behaviour (bind's purpose is
to bind a base class to a derived class). I suspect that you might achieve
what you want by simply removing the two bind calls altogether, since there
are no base-derived class relationships that you want Fruit to know about.
Does removing the two binds make your modified example code work as
expected? I'm not sure exactly what other changes you did to the example
code so it's hard for me to tell for sure.

The only possible improvement I can see here is having a more specific
error for this case, suggesting to remove the bind call altogether when the
base and derived types are the same.
On 12 Jan 2016 9:31 a.m., "lutts" [email protected] wrote:

current implementation will give SelfLoopError with the following
modified HelloWorld example

Component getGreeterComponent() {
return fruit::createComponent()
bind<StdoutWriter, StdoutWriter>()
bind<GreeterImpl, GreeterImpl>();
}


Reply to this email directly or view it on GitHub
#10.

from fruit.

lutts avatar lutts commented on May 1, 2024

Thank you. It works without the two binds. I think I must have a bind for every arguments of the constructor. Sorry to disturb you.

from fruit.

poletti-marco avatar poletti-marco commented on May 1, 2024

I've now improved the error message for this case (in master, will be part of Fruit 1.1.0), to help other people in the same situation.

from fruit.

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.