octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #47676] Error applying multiplication-assignme


From: Carlo de Falco
Subject: [Octave-bug-tracker] [bug #47676] Error applying multiplication-assignment operator to variable defined in script
Date: Thu, 14 Apr 2016 11:31:55 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #7, bug #47676 (project octave):

jwe, lachlan,

I'm not really an expert about parsers 
so forgive me if the following suggestion
does not make any sense.

IIUC the issue is that when a script is called
it is parsed completely before executing and
if it contains a call to another script, the
parser does not know what symbols are defined
in the second script when interpreting the first
one.

If this is the issue, would it make any sense to
consider the call to a script from within another
script as an "include" directive and passing to the
parser the full contents of the two combine scripts
to parse together?

BTW, is there any connection between this issue and 
bug #38236 ?






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?47676>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]