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

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

[Octave-bug-tracker] [bug #51377] Parse error for abstract methods


From: Piotr Held
Subject: [Octave-bug-tracker] [bug #51377] Parse error for abstract methods
Date: Tue, 15 Aug 2017 12:14:09 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.86 Safari/537.36

Follow-up Comment #1, bug #51377 (project octave):

The way I solved this problem is I created a lexical_feedback flag called
looking_at_abstract_attribute_block. This is true when an attr (in
oct-parse.in.yy) with name "Abstract" appears (or an assignment
"Abstract = true"). If the flag is true then
base_parser::start_classdef_external_method creates a dummy function for the
abstract method and everything parses correctly (just as it would if the
abstract class was in an @-folder). 

I will open a separate bug that concerns the fact that you can instantiate
abstract classes (even now if placed in @-folders an abstract class can be
instantiated). I will attempt to solve that problem if the solution to this
problem is acceptable.

I also added tests for this particular problem.

(file #41527)
    _______________________________________________________

Additional Item Attachment:

File name: patch_bug51377.diff            Size:6 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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