Project

General

Profile

Bug #8510

replace all 'new logical' in FWD runtime with logical.of or logical.UNKNOWN

Added by Constantin Asofiei about 1 month ago. Updated 24 days ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:

0%

billable:
No
vendor_id:
GCD
case_num:

Related issues

Related to Base Language - Feature #6826: reduce the BDT usage in FWD runtime Review

History

#1 Updated by Constantin Asofiei about 1 month ago

  • Related to Feature #6826: reduce the BDT usage in FWD runtime added

#2 Updated by Constantin Asofiei 24 days ago

Created task branch 8510a from trunk rev 15115. In rev 15116 I removed the logical.of and logical.UNKNOWN from Record.java, as these references are used directly in FWD runtime.

The testcase which should the error is related to IMPORT:

def temp-table tt1 field f1 as log.

create tt1.
tt1.f1 = no.
output to a.txt.
export tt1.f1.
output close.
release tt1.

create tt1.
input from a.txt.
import tt1.f1.
input close.

message tt1.f1.

This can be added back once we figure out all cases where the reference is used directly in FWD runtime.

#3 Updated by Constantin Asofiei 24 days ago

8150a was merged to trunk rev 15116 and archived.

Also available in: Atom PDF