• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

composewell / unicode-transforms / 233 / 10
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: v0.3.7.1
DEFAULT BRANCH: master
Ran 16 May 2020 06:21AM UTC
Files 1
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

16 May 2020 05:58AM UTC coverage: 100.0%. Remained the same
CABAL_REINIT_CONFIG=y LC_ALL=C.UTF-8 STACK_UPGRADE="y" CABAL_CHECK_RELAX=y CABAL_NO_SANDBOX=y CABAL_HACKAGE_MIRROR=hackage.haskell.org:http://hackage.fpcomplete.com PATH=/bin:/usr/bin TOOLS_DIR=/opt PACKCHECK_LOCAL_PATH="./packcheck.sh" PACKCHECK_GITHUB_URL="https://raw.githubusercontent.com/composewell/packcheck" PACKCHECK_GITHUB_COMMIT="b3e207e1286205c9285089b8c72cc1625816adfe" BUILD=cabal-v2 CABAL_PROJECT=cabal.project.coveralls COVERALLS_OPTIONS="--coverage-mode=StrictlyFullLines --exclude-dir=test ucd quickcheck extras"

push

travis-ci-com

harendra-kumar
use lookahead for faster hangul composition

Earlier were determining the type of the hangul syllable as soon as
we saw it.  Determining whether it is a hangul LV or not required a
division operation which is expensive.

Instead we now delay this decision until we see the next character. In
most cases we do not need to determine this, we only need to determine
it if the syllable is LV and it is followed by a T. With this we
need very little division, therefore speeding up hangul composition
significantly.

1 of 1 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 233.10 (CABAL_REINIT_CONFIG=y LC_ALL=C.UTF-8 STACK_UPGRADE="y" CABAL_CHECK_RELAX=y CABAL_NO_SANDBOX=y CABAL_HACKAGE_MIRROR=hackage.haskell.org:http://hackage.fpcomplete.com PATH=/bin:/usr/bin TOOLS_DIR=/opt PACKCHECK_LOCAL_PATH="./packcheck.sh" PACKCHECK_GITHUB_URL="https://raw.githubusercontent.com/composewell/packcheck" PACKCHECK_GITHUB_COMMIT="b3e207e1286205c9285089b8c72cc1625816adfe" BUILD=cabal-v2 CABAL_PROJECT=cabal.project.coveralls COVERALLS_OPTIONS="--coverage-mode=StrictlyFullLines --exclude-dir=test ucd quickcheck extras")
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 87
  • Travis Job 233.10
  • 2f70dc98 on github
  • Prev Job for CABAL_REINIT_CONFIG=y LC_ALL=C.UTF-8 STACK_UPGRADE="y" CABAL_CHECK_RELAX=y CABAL_NO_SANDBOX=y CABAL_HACKAGE_MIRROR=hackage.haskell.org:http://hackage.fpcomplete.com PATH=/bin:/usr/bin TOOLS_DIR=/opt PACKCHECK_LOCAL_PATH="./packcheck.sh" PACKCHECK_GITHUB_URL="https://raw.githubusercontent.com/composewell/packcheck" PACKCHECK_GITHUB_COMMIT="b3e207e1286205c9285089b8c72cc1625816adfe" BUILD=cabal-v2 CABAL_PROJECT=cabal.project.coveralls COVERALLS_OPTIONS="--coverage-mode=StrictlyFullLines --exclude-dir=test ucd quickcheck extras" on compose-hangul (#215.10)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc