• All submissions to this site are governed by Second Life Project Contribution Agreement. By submitting patches and other information using this site, you acknowledge that you have read, understood, and agreed to those terms.
Issue Details (XML | Word | Printable)

Key: SVC-1448
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Babbage Linden
Reporter: Francis Chung
Votes: 2
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
2. Second Life Service - SVC

List operations have side effects in Mono

Created: 05/Feb/08 11:14 PM   Updated: 10/Mar/08 12:45 PM
Return to search
Component/s: Scripts
Affects Version/s: Mono Beta
Fix Version/s: None

Issue Links:
Relates

Linden Lab Issue ID: DEV-11028


 Description  « Hide
List operations suddenly have side effects in Mono.

Sample script:
default {
state_entry() { list foo = [ "a" ]; foo + "b"; llSay( 0, "Foo list: " + llList2CSV(foo) ); }
}

Correct output:
Object: Foo list: a

Mono output:
Object: Foo list: a, b



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Periapse Linden added a comment - 14/Feb/08 02:30 PM
I'll guess that this is the same root issue as with SVC-1356.

Babbage is working on consistent value semantics for variables and operations upon them.


Francis Chung added a comment - 27/Feb/08 05:26 PM
I guess not Periapse As of 2/27/08 SVC-1356 is fixed, but this one is not.

Periapse Linden added a comment - 06/Mar/08 01:58 PM
Ok, let's try this again....