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

JuliaLang / julia / #37511
77%

Build:
DEFAULT BRANCH: master
Ran 19 Apr 2023 12:07PM UTC
Jobs 1
Files 345
Run time 8s
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

pending completion
#37511

push

local

web-flow
gf: add `max_varargs` field to jl_method_t (#49320)

* gf: add `max_varargs` field to jl_method_t

This field is currently always configured to use the existing heuristic,
which is based on specializing to the max # of args appearing in other
methods for the same function.

This makes progress on #49172. It leaves for later:
  1. Go back and change the places we manually tweak `max_args` to set
     `max_varargs` on the relevant method(s) instead.
  2. Re-visit the original heuristic, to see if it can be better defined
     without "spooky action at a distance" based on other method defs.

* Initialize purity bits

* gf: re-factor `get_max_varargs` to separate function

* Update src/gf.c

* Revert "Update src/gf.c"

This reverts commit a12c4f92c.

---------

Co-authored-by: Shuhei Kadowaki <40514306+aviatesk@users.noreply.github.com>
Co-authored-by: Shuhei Kadowaki <aviatesk@gmail.com>

73025 of 83263 relevant lines covered (87.7%)

32233773.86 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #37511.1 19 Apr 2023 12:07PM UTC 345
87.7
Source Files on build #37511
  • Tree
  • List 345
  • Changed 269
  • Source Changed 0
  • Coverage Changed 269
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • c6ed7d7c on github
  • Prev Build on master
  • Next Build on master
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

© 2025 Coveralls, Inc