Codea 3.9 (407)

Thanks so much for the sample, it sounds like you’ve found an interesting bug, I will look into it

@sim @john @jfperusse Heres something I ran into. Here is a stripped down version. If you run this code, you go into an infinite loop. If you slide the screen to the right to go back to the editor and try to run the code again, nothing happens. If you exit the project and go back in or even try to run a different project, nothing happens. You have to exit Codea and go back it for things to run ok.

Apparently the infinite loop doesn’t end when going back to the editor and you have to exit Codea to stop it.


function setup()
    while 1 do
        
    end    
end

@dave1707 - I’ve had the impression for a long time that your current project, once run, stays in the background when editing until the run command is triggered when it is initialized again.

Is it a known bug that being logged in on the forums in the main view of Codea does not make you logged in on the sidebar view? Not to mention that the sidebar view won’t let me log on, but that’d be fixed anyway if it automatically had me logged in on the sidebar too…

In AirCode, my files keep disappearing in the explorer. It loads my entire file hierarchy once, sometimes, but after looking at a couple files they all vanish and the pane is almost totally blank except for, like, two folders with weird names that don’t seem to have anything relevant in them.

@UberGoober Using 407, and the pre-release version of the VSCode extension?

Yes to both. On Mac.