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

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

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

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

Jobs
ID Job ID Ran Files Coverage
1 #435.1 19 May 2020 01:04PM UTC 0
98.52
Source Files on build #435
Detailed source file information is not available for this build.
  • Back to Repo
  • a88eb51d 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