Closed adiun closed 13 years ago
I can't even get past the first less in the Help tutorial. Is this just not a priority to fix? I don't understand why tryruby.org is being promoted in video's and elsewhere to introduce people to the language when the tutorial doesn't even work.
It seems like there're some basic design problems - race conditions happening between different people using some shared instance of the compiler or something. The errors I'm seeing have nothing to do with what i'm typing and it seems like someone else's errors...
This is a high priority bug...
I am also having this problem. I went to tryruby.org and typed help to start the tutorial. Then I typed 2 + 6 and got SyntaxError:
However, if I type a space after 2 + 6 then it just hangs indefinitely and displays two dots on a newline. I can exit that by hitting enter again, and then it gives me the above error message and a new >> to work with.
Typing help, help 2, clear, back, reset, next, and time give me the correct behaviors except that an entirely new session appears to have "time" start at 78 minutes although it does increment correctly from there.
This is very disappointing because I wanted to use this online irb to test a few things before having to actually get ruby setup on my laptop.
I offered a new feature "catchup" which would at least help people get through the tutorial without quiting out of frustration. http://github.com/Sophrinix/TryRuby/issues/#issue/99 if you like it vote it up so it will get noticed.
I get the same error as wordymusic. Whatever input I try, I get the following error:
SyntaxError:
print x: :true
Also getting the same syntax error. First I got it during summary 3 when I tried to work on the books array. So I switched to a different browser and different computer - jumped to summary 4.. and get this:
help 4 >> Dir.entries "/" SyntaxError:
:463: syntax error, unexpected tGVAR, expecting $end $stdout = StringIO.new
Update: another thread on this mentioned that if you type "time" (no quotes) it un-breaks things. Worked for me. So there's a temp fix..
Same here. Of coarse with a different error number as that seems to be the theme. Thanks for making this tool. Here is my error information if you need it.
SyntaxError:
I got past the first two lessons and then after summary 3, I typed in books = {}. Then I got this error:
SyntaxError::69: syntax error, unexpected keyword_else, expecting
$end
Now, it looks like tryruby.org is completely broken. If I open any browser and type 'help' and then '2+6', it results in this error.