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

Compilation failure with embedded carriage return #23

Open
kf6kjg opened this issue Feb 27, 2018 · 0 comments
Open

Compilation failure with embedded carriage return #23

kf6kjg opened this issue Feb 27, 2018 · 0 comments

Comments

@kf6kjg
Copy link
Contributor

kf6kjg commented Feb 27, 2018

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant