Re: Warnings in Euphoria 2.5

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

Me wrote:

<snip>

> I like the warnings, they are a great tool that helps to keep the source
> code clean.

I think it would be helpful, if not only unused local constants/variables,
but also unused local functions/procedures would cause warnings.


I also would appreciate it, if Euphoria always starts printing the
warnings on a new line.

integer x
puts(1, "Here comes some text")


The current output is:
| Here comes some textWarning: local variable x in demo.exw is not used
|
| Press Enter

The following is better/faster readable:
| Here comes some text
| Warning: local variable x in demo.exw is not used
|
| Press Enter

Regards,
   Juergen

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

Search



Quick Links

User menu

Not signed in.

Misc Menu