Skip to content
This repository was archived by the owner on Aug 19, 2018. It is now read-only.
This repository was archived by the owner on Aug 19, 2018. It is now read-only.

Compilation failure with embedded carriage return #23

@kf6kjg

Description

@kf6kjg

Example that passes:

default
{
    state_entry()
    {
        llSay(0, "Script\nrunning");
    }
}

Prints:

Script
running

Example that fails:

default
{
    state_entry()
    {
        llSay(0, "Script\rrunning");
    }
}

Fails to compile and causes a reload of the previous successful compilation - which is a second bug: failure to compile should result in a non-running script, not a script running an old edition.

Metadata

Metadata

Assignees

No one assigned

    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