digitalmars.D.bugs - dmd-0.140 regressions
- Thomas Kuehne (19/19) Nov 27 2005 -----BEGIN PGP SIGNED MESSAGE-----
- Georg Wrede (15/20) Nov 27 2005 If you were to put a .htaccess file into /run with the following content...
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Known regressions: PASS -> FAIL http://dstress.kuehne.cn/run/c/creal_26_A.d FAIL -> ERROR http://dstress.kuehne.cn/run/const_18.d Known internal compiler errors with messages: dmd: expression.c:4921: virtual Expression* MinAssignExp::semantic(Scope*): Assertion `e2->type->isfloating()' failed. dmd: glue.c:388: virtual void FuncDeclaration::toObjFile(): Assertion `!v->csym' failed. dmd: tocsym.c:142: virtual Symbol* VarDeclaration::toSymbol(): Assertion `!needThis()' failed. http://dstress.kuehne.cn/www/dstress.html http://dstress.kuehne.cn/www/dmd-0.140.html Thomas -----BEGIN PGP SIGNATURE----- iD8DBQFDiaER3w+/yD4P9tIRAp+pAJ9Q/3RuIeFPUgBhuLLJpmaok6q9fgCeJiDq N119ZWjkMCadScESxMaPPqg= =5men -----END PGP SIGNATURE-----
Nov 27 2005
Thomas Kuehne wrote:PASS -> FAIL http://dstress.kuehne.cn/run/c/creal_26_A.d FAIL -> ERROR http://dstress.kuehne.cn/run/const_18.dIf you were to put a .htaccess file into /run with the following contents: <files> AddType text/plain .d </files> Then users could see your links in their browsers. Currently, people have to either save each of the files and then open them in a text editor, or define in their own computers that a filetype .d should be opened with the text editor or viewer. That is a lot of work -- especially when it is customary to want to view quite many of your dstress files on your site. With this change, I see no security issues. "AddType" exists in Apache for this specific purpose. When one then wants to try out a file, he just clicks File|SaveAs on his browser.
Nov 27 2005