Skip to content

regression in message when function not found : % FCALLNode::Eval - AutoObj #2212

Description

@alaingdl

(The process is OK for procedures !)

Instead of having % Function not found: we got : % FCALLNode::Eval - AutoObj

I suspect just a detail in last PR from @GillesDuvert ...

Few days ago we had

  GDL - GNU Data Language, Version v1.1.3-21-g1e1fc0ae-dirty

GDL> z=refer()
% Function not found: REFER
% Execution halted at: $MAIN$          
GDL> refer
% Attempt to call undefined procedure: REFER
% Execution halted at: $MAIN$          

Now we have :

    "RELEASE": "1.1.3-33-g21bbb4af-dirty",

GDL> a=refer()
%  FCALLNode::Eval - AutoObj
% Execution halted at: $MAIN$          
GDL> refer
% Attempt to call undefined procedure: REFER
% Execution halted at: $MAIN$          

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions