azawawi / farabi6

Experimental in-browser Perl 6 Editor
Artistic License 2.0
14 stars 12 forks source link

re: on commit 394e616 #1

Closed kevindawson closed 11 years ago

kevindawson commented 11 years ago

Hi Ahmad,

I thought I would add info here, for you :)

when I start running ~/GitHub/farabi6$ bin/farabi6

Farabi6 is going to serve files insecurely from lib/Farabi6/files :) Farabi6 listens carefully at http://:3030 14:29 HTTP::Server::Simple::PSGI() started at :3030 14:29 GET / HTTP/1.1 14:29 GET /jquery-1.8.2.min.js HTTP/1.1 14:29 GET /assets/bootstrap/css/bootstrap.min.css HTTP/1.1 14:29 GET /assets/bootstrap/js/bootstrap.min.js HTTP/1.1 14:29 GET /assets/codemirror/util/dialog.css HTTP/1.1 14:29 GET /assets/codemirror/codemirror.js HTTP/1.1 14:29 GET /assets/codemirror/util/loadmode.js HTTP/1.1 14:29 GET /assets/codemirror/codemirror.css HTTP/1.1 14:29 GET /assets/codemirror/util/match-highlighter.js HTTP/1.1 14:29 GET /assets/codemirror/util/search.js HTTP/1.1 14:29 GET /assets/codemirror/util/dialog.js HTTP/1.1 14:29 GET /farabi.css HTTP/1.1 14:29 GET /assets/codemirror/util/searchcursor.js HTTP/1.1 14:30 Type check failed in assignment to '$uri'; expected 'Str' but got 'Nil' in sub at ./lib/Farabi6.pm6:40 in method handler at lib/HTTP/Server/Simple/PSGI.pm6:58 in method net_server at lib/HTTP/Server/Simple.pm6:64 in method run at lib/HTTP/Server/Simple.pm6:34 in method run at ./lib/Farabi6.pm6:99 in sub MAIN at bin/farabi6:9 in block at bin/farabi6:1

runs then exits, cmd log above,

ps I like the new menu/info bar :)

kevindawson commented 11 years ago

farabi is now stable in 36978b9 compared with this, :)