octave-maintainers
[Top][All Lists]
Advanced

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

Re: Typo in __get_symbol_table__ how can this work?


From: John W. Eaton
Subject: Re: Typo in __get_symbol_table__ how can this work?
Date: Sat, 18 Nov 2017 13:04:46 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0

On 11/18/2017 04:27 AM, Andreas Weber wrote:
While looking though load/save I stumbled over this in

./libinterp/corefcn/load-save.cc 148

   octave::symbol_table& symtab
     = octave::__get_symbol_table__ ("install_loaded_varaible");

   octave::symbol_scope *scope
     = symtab.require_current_scope ("install_loaded_variable");

Please note the typo "varaible" in the first part. How can this work
with this typo? Is there some "fuzzy search" for symbols?

That string is just used for error messages, not for looking up anything. I'll fix it, but it shouldn't affect whether finding the current symbol scope will succeed (or not).

jwe





reply via email to

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