[Gambas-user] Gambas scripts strange error reaction

Jussi Lahtinen jussi.lahtinen at gmail.com
Wed Oct 2 22:44:39 CEST 2019


How to reproduce the error?

Jussi

On Wed, Oct 2, 2019 at 6:52 PM Rolf-Werner Eilert <rwe-sse at osnanet.de>
wrote:

> When I make a pure Gambas script starting with
>
> #!/usr/bin/env gbs3
>
> in a text file, make it executable and start it, when there is an error,
> sometimes there will be the whole source text printed in the terminal
> followed by an error message.
>
> This is not true for all errors, some produce an error message only.
>
> My guess is that when a logical error is detected (e. g. I had forgotten
> a quote sign, and the interpreter could not make a rhyme of my comment),
> it will list the whole script followed by some error message which is
> completely misleading.
>
> When a runtime error occurs (like "file not found"), it will print this
> error message only.
>
> Is it a bug or a feature?
>
> Regards
> Rolf
>
> ----[ Gambas mailing-list is hosted by https://www.hostsharing.net ]----
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/user/attachments/20191002/c2ff234f/attachment.html>


More information about the User mailing list