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

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

[Octave-bug-tracker] [bug #37971] 'clear java' command needed for compat


From: Rik
Subject: [Octave-bug-tracker] [bug #37971] 'clear java' command needed for compatibility
Date: Fri, 21 Dec 2012 19:45:16 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:17.0) Gecko/20100101 Firefox/17.0

URL:
  <http://savannah.gnu.org/bugs/?37971>

                 Summary: 'clear java' command needed for compatibility
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Fri 21 Dec 2012 11:45:14 AM PST
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

This is a bug report just to track this issue and make sure it is not
forgotten.

On a quick look, it doesn't look like it would be that difficult to implement.
 One could loop over objects in the symbol table, call isjava() on them, and
delete them or not based on that test.  It does look like a fair amount of C++
boilerplate code would be needed to accomplish that (nothing hard, but
possibly tedious) as there would be modifying Fclear and adding a
do_clear_java routine in variables.cc.  In symtab.h you would probably need a
clear_java, clear_java_pattern, do_clear_java_pattern, clear_java_regexp, and
do_clear_java_regexp routines.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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