View Issue Details

IDProjectCategoryView StatusLast Update
0000655LDMud 3.5LPC Compiler/Preprocessorpublic2017-09-30 18:50
ReporterGnomi Assigned ToGnomi  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Platformi686OSDebian GNU/LinuxOS Version4.0
Fixed in Version3.5.0 
Summary0000655: lvalue 7: Make reseating of aliases possible
Description
    a = &b;
    a = &c;

Here b will be made a reference to c. It should be possible to change the reference of a from b to c instead. (foreach can do such a thing for its variables already.)

As the syntax I'd propose &a = &c;
TagsNo tags attached.

Relationships

child of 0000546 resolvedGnomi Rework lvalue handling 

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2009-06-03 15:27 Gnomi New Issue
2009-06-03 15:27 Gnomi Status new => assigned
2009-06-03 15:27 Gnomi Assigned To => Gnomi
2009-06-03 15:27 Gnomi Relationship added child of 0000546
2017-09-30 18:50 Gnomi Status assigned => resolved
2017-09-30 18:50 Gnomi Resolution open => fixed
2017-09-30 18:50 Gnomi Fixed in Version => 3.5.0