|
Ran
|
Jobs
6
|
Files
702
|
Run time
25min
|
Badge
README BADGES
|
push
travis-ci
<a href="https://github.com/gap-system/gap/commit/<a class=hub.com/gap-system/gap/commit/81e2bb3652992e03e0b7822d1a25a5b88a164e4d">81e2bb365<a href="https://github.com/gap-system/gap/commit/81e2bb3652992e03e0b7822d1a25a5b88a164e4d">">Add Display method for functions This fixes a problem where printing functions with long literals would wrap those literals badly. As an example, before this fix, we got: gap&gt; SizeScreen([60,100]);; gap&gt; Display(f-&gt;</a><a class="double-link" href="https://github.com/gap-system/gap/commit/&lt;a class=&quot;double-link&quot; href=&quot;https://git">&lt;a class=</a>hub.com/gap-system/gap/commit/&lt;a class=&quot;double-link&quot; href=&quot;https://git">&lt;a class=</a>hub.com/gap-system/gap/commit/&lt;a class=&quot;double-link&quot; href=&quot;https://git">&lt;a class=</a>hub.com/gap-system/gap/commit/<a class="double-link" href="https://git"><a class=</a>hub.com/gap-system/gap/commit/<a class="double-link" href="https://git"><a class=</a>hub.com/gap-system/gap/commit/<a class=hub.com/gap-system/gap/commit/<a class="double-link" href="https://git"><a class=hub.com/gap-system/gap/commit/<a class="double-link" href="https://git"><a class=hub.com/gap-system/gap/commit/<a class="double-link" href="https://git"><a class=hub.com/gap-system/gap/commit/<a class="double-link" href="https://git"><a class=hub.com/gap-system/gap/commit/1234567890123456789012345678901234567890">123456789">123456789</a><a href="https://github.com/gap-system/gap/commit/81e2bb3652992e03e0b7822d1a25a5b88a164e4d">1234567890123456789012345678901234567890); function ( f ) return 12345678901234567890123456789012345678901234567890123\ \ 456789012345678901234567890; end With this fix, we get: gap> SizeScreen([60,100]);; gap> Display(f->12345678901234567890123456789012345678901234567890123456789012345678901234567890); function ( f ) return 12345678901234567890123456789012345678901234567890123\ 456789012345678901234567890; end Fixes #3205</a>
3 of 3 new or added lines in 1 file covered. (100.0%)
275961 of 326007 relevant lines covered (84.65%)
16181054.48 hits per line