Re: Conflict Using EuSQL.e

new topic     » goto parent     » topic index » view thread      » older message » newer message

Matt Lewis wrote:
> c.k.lester wrote:
> > db_convert.exw:10
> > A namespace qualifier is needed to resolve pretty_print.
> > pretty_print is defined as a global symbol in:
> >     C:\EUPHORIA\include\misc.e
> >     c:\eu_include\matheval\matheval.e
> > 
> > pretty_print(res)
> >            ^
> > What do you think we should do to resolve that?
> 
> I think you should use a namespace qualifier:
> 
> include misc.e as misc
> 
> misc:pretty_print(res)

I think you should rename the matheval.e pretty_print to set_pretty_print_id,
since that's what it does, right? Then there's no confusion or conflict. :)

Then it would be reasonable that I would have to include misc.e with my code
in order to get pretty_print().

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu