I've been using the stupid built in syntax checker, it's been making
some mistakes is there any better syntax checker. Unrealistically, a
standalone application were you paste in your code and it checks it. But
anything other than the built in syntax checker will do.
···
--
Posted via http://www.ruby-forum.com/.
Uh... what?
If the built-in syntax checker isn't catching an error... it's not an
error. The "built-in syntax checker" is the interpreter itself.
Unless you're talking about an IDE or something, in which case you
should probably tell us what you mean...
Ben
···
On Tue, Jul 15, 2008, Jacob Grover wrote:
I've been using the stupid built in syntax checker, it's been making
some mistakes is there any better syntax checker. Unrealistically, a
standalone application were you paste in your code and it checks it. But
anything other than the built in syntax checker will do.
Ah, that's a good point. And further perhaps he means "gives better
error messages", since we've probably all felt the pain of ruby -c
telling us that there's a syntax error on the last (blank) line of the
file.
Ben
···
On Tue, Jul 15, 2008, Joel VanderWerf wrote:
Maybe he's referring to ruby -c ?
ruby -cw surely!
Ruby's error messages are horribly obscure compared with Perl's, which
are really quite friendly. A typical one would be something like "(Blah
blah blah) error. Maybe an unterminated string starting on line 42?" --
which it usually is. Or "Class Thing not found. Maybe you forgot to
include Thing.pm?" -- which is usually the case.
Dave
···
On Tue, Jul 15, 2008, Joel VanderWerf wrote:
Maybe he's referring to ruby -c ?
--
Posted via http://www.ruby-forum.com/\.