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

basilisp-lang / basilisp / #435 / 1
99%
main: 99%

Build:
Build:
LAST BUILD BRANCH: feature/python-inspect-ns
DEFAULT BRANCH: main
Ran 19 May 2020 01:04PM UTC
Files 37
Run time 4s
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

19 May 2020 12:57PM UTC coverage: 98.523% (+0.02%) from 98.501%
#435.1

push

coveralls-python

web-flow
Include the Function or Method context in the AST Node environment (#549)

This PR is a set of otherwise-independent changes I pulled out of #547. It includes the following changes:
 * The titular Function/Method context stored in the `NodeEnv` object of Lisp AST nodes
 * Changing the generated module-wide `__NS` variable to `_NS` because I learned that variables prefixed by double underscores are [always mangled](https://bugs.python.org/issue27793) in a class lexical context in Python regardless of the presence of a `global` statement.
 * Added a few tests for asserting the resolution of `def`'ed Basilisp Vars match the expected behavior from Clojure

Fixes #548

2434 of 2491 branches covered (97.71%)

Branch coverage included in aggregate %.

6573 of 6651 relevant lines covered (98.83%)

0.99 hits per line

Source Files on job #435.1
  • Tree
  • List 0
  • Changed 4
  • Source Changed 4
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 435
  • a88eb51d on github
  • Prev Job for on master (##426.1)
  • Next Job for on master (##441.1)
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