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

ocaml / ocaml-lsp / 4495 / 1
23%
master: 23%

Build:
DEFAULT BRANCH: master
Ran 26 Aug 2024 01:49PM UTC
Files 99
Run time 2s
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

26 Aug 2024 01:45PM UTC coverage: 21.778% (+0.02%) from 21.756%
4495.1

push

github

web-flow
Fix prefix parsing to start method completion when typing `#` (#1363)

* Add a test illustrating issue #1358

Object methods are not completed

* Fix prefix parsing for method call

When completing module paths or record fields Merlin expects the
    beginning of the path and the `.` to be part of the prefix. But when
    accessing an object's methods, the prefix should not contain the `#`
    sign. We use a sub-matching group to that effect.

    - Prefix for [my_record.|] is ["my_record."] (handled by [name_or_label])
    - Prefix for [my_object#|] is [""] (handled by [method_call])

* Changelog entry for #1363

Fixes #1358

5530 of 25393 relevant lines covered (21.78%)

51.01 hits per line

Source Files on job 4495.1
  • Tree
  • List 99
  • Changed 57
  • Source Changed 1
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 4495
  • 51e16eac on github
  • Prev Job for on master (#4488.1)
  • Next Job for on master (#4502.1)
  • Delete
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