Custom Query (429 matches)
Results (28 - 30 of 429)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#481 | wontfix | FTB with gcc 7 | ||
Description |
https://kojipkgs.fedoraproject.org//work/tasks/5518/17845518/build.log /builddir/build/BUILD/matreshka-0.7.0/source/league/league-strings-internals.adb /builddir/build/BUILD/matreshka-0.7.0/source/league/matreshka-internals-string_vectors.adb /builddir/build/BUILD/matreshka-0.7.0/source/league/league-strings-hash.adb raised TYPES.UNRECOVERABLE_ERROR : comperr.adb:406
gprbuild: * compilation phase failed make[1]: Leaving directory '/builddir/build/BUILD/matreshka-0.7.0' make[1]: * [Makefile.build:123: uaflex] Error 4 |
|||
#479 | duplicate | Include stream as tempate in XML Template | ||
Description |
We need a way to avoid expression substitution in nested stream of an template. It's error prone to have this as default. See #426 as example. I propose to add an extra directive <mtl:include expression="stream"/> to explicitly force substitution in the stream from given variable. |
|||
#478 | fixed | string literals from source code | ||
Description |
A2JS doesn't pass -gnatW8 switch to GNAT compiler, and, as result, string literals out of ASCII range are represented incorrectly in generated code. |