Robert Rettig
Robert Rettig
but i think about the truncated ip6 scope "%" in old code. the new code also truncates it because of raw addr . But maybe a scope_iface or scope_id should...
@asolntsev from my understanding removing an existing scope is not ideal for someone who has two network interface controllers https://superuser.com/a/99753/587170 maybe with some special setup requests will not answered to...
and why not just run ``` play precompile --%test play [auto-]test -Dprecompiled=true ``` ? The main reason why Play! runs tests in DEV is the default of jpa ddl update,...
do you mean `ant test` ?
just updated the first comment. but maybe you see reason for DEV-mode and empty db. that applies to most of the tests to. you should add jpa ddl update for...
some tests have bootstrap jobs which load data, in case the data yaml cotains templates you will need to precompile them too (this was just fixed some tickets ago). but...
ok just checked none of the tests seem to have initial data with templates. from my point of view this is a missing code coverage
`@kill` will not work. you may also want to set system property `-Dwritepid=true` to have a pid file to kill the server afterwards
Should the codecoverage only be used interactively or should it be evaluated automatically? I noticed that Play1 uses a very outdated template for Intellij. If you have to adjust this,...
the templating for various ides is outdated. at all the global movement to real modular systems should be better reflected in play. take the eclipse templates for example. create a...