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

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

Build:
Build:
LAST BUILD BRANCH: feature/python-inspect-ns
DEFAULT BRANCH: main
Ran 15 Jun 2020 01:39PM UTC
Jobs 1
Files 37
Run time 2min
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
#525

push

coveralls-python

web-flow
Support artificially abstract base classes (#565)

Add support for "artificially abstract" base classes. The Python ecosystem is much less strict with its use of `abc.ABC` to interfaces than Java (which has a native `interface` construct), so even in where a type may be _in practice_ an interface or ABC, the compiler would not permit you to declare such types as supertypes because they do not inherit from `abc.ABC`. In these cases, users can mark the type as  abstract with the `:abstract` metadata key to force the compiler to accept that it is abstract.

In this case, the compiler will attempt to verify that any extra methods present on the `deftype`, `defrecord`, or `reify` are present on any one of the artificially abstract base classes. This will allow users to override existing class members, but not introduce new ones without a true interface.

2432 of 2488 branches covered (97.75%)

Branch coverage included in aggregate %.

6689 of 6762 relevant lines covered (98.92%)

0.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #525.1 15 Jun 2020 01:39PM UTC 0
98.61
Source Files on build #525
Detailed source file information is not available for this build.
  • Back to Repo
  • 955d0bf7 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