Skip to content

Commit 96ca2ea

Browse files
committed
Fix PyPy, reformat, update documentation
1 parent 6bdf841 commit 96ca2ea

File tree

4 files changed

+241
-106
lines changed

4 files changed

+241
-106
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ clean:
6868
pypy-shell:
6969
@docker run -it \
7070
--mount src=`pwd`,target=/usr/src/app,type=bind \
71+
--mount src="${HOME}/.local/share/basilisp",target="/root/.local/share/basilisp",type=bind \
7172
--workdir /usr/src/app \
7273
pypy:3.10-7.3-slim \
7374
/bin/sh -c 'pip install -e . && basilisp repl'

docs/api/pprint.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ basilisp.pprint
77

88
.. autonamespace:: basilisp.pprint
99
:members:
10-
:undoc-members:
10+
:undoc-members:
11+
:exclude-members: LogicalBlock, StartBlock, EndBlock, Blob, Newline, Indent, *current-length*, *current-level*

docs/compiler.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ The following settings enable and disable warnings from the Basilisp compiler du
4040
* Environment Variable: ``BASILISP_WARN_ON_ARITY_MISMATCH``
4141
* Default: ``true``
4242

43-
4443
* ``warn-on-shadowed-name`` - if ``true``, emit warnings if a local name is shadowed by another local name
4544

4645
* Environment Variable: ``BASILISP_WARN_ON_SHADOWED_NAME``

0 commit comments

Comments
 (0)