|
Ran
|
Files
637
|
Run time
2min
|
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>
228153 of 299067 relevant lines covered (76.29%)
2277119.45 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|