View Issue Details

IDProjectCategoryView StatusLast Update
0000455GC StudioCompilerpublic2024-04-11 06:30
Reporterevanvennn Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.01.09.2 
Target Version1.01.09.2Fixed in Version1.01.09.2 
Summary0000455: Compiler not correctly handling # instructions when there is a leading white space.
DescriptionProcessing for #instructions does not trim().
TagsNo tags attached.

Activities

evanvennn

2024-04-05 07:45

administrator   ~0000212

Remove LoadFileData: and ProcessDataSource: labels as never used.
Corrected `If Left(DataSource,1) = ""#"" Then` should be ` If Left(trim(DataSource(,1) = ""#""` to ensure the test for ""#"" does not fail due to a leading blank.

Issue History

Date Modified Username Field Change
2024-04-05 07:44 evanvennn New Issue
2024-04-05 07:45 evanvennn Status new => resolved
2024-04-05 07:45 evanvennn Resolution open => fixed
2024-04-05 07:45 evanvennn Note Added: 0000212
2024-04-11 06:25 angel-spartan Product Version => 1.01.09.2
2024-04-11 06:25 angel-spartan Fixed in Version => 1.01.09.2
2024-04-11 06:25 angel-spartan Target Version => 1.01.09.2
2024-04-11 06:30 angel-spartan Status resolved => closed