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

basilisp-lang / basilisp / #464
99%
main: 99%

Build:
Build:
LAST BUILD BRANCH: feature/python-inspect-ns
DEFAULT BRANCH: main
Ran 29 May 2020 12:15AM UTC
Jobs 1
Files 37
Run time 3s
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
#464

push

coveralls-python

web-flow
Support multi-arity methods with `definterface` (#551)

Adds support for multi-arity methods to `definterface`.

Removes multi-arity support for class and static methods of `deftype`s, because they don't really make sense. Class and static methods are Python interop features, rather than Basilisp language features and Python does not support multi-arity methods, so there's little point in supporting multi-arity variants of these method types. `definterface` will not support class or static methods at all, since this is a feature intended only for Python interop.

Fix a bug where function (and method) arities with the same fixed arity as a variadic arity were allowed when they appear _after_ the variadic arity in the definition, but not allowed if they appeared before.

2390 of 2450 branches covered (97.55%)

Branch coverage included in aggregate %.

6609 of 6691 relevant lines covered (98.77%)

0.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #464.1 29 May 2020 12:15AM UTC 0
98.45
Source Files on build #464
Detailed source file information is not available for this build.
  • Back to Repo
  • 940aba6b 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

© 2026 Coveralls, Inc