Commit Graph

2351 Commits

Author SHA1 Message Date
Kodi Arfer
85968e70dd Add mangle and unmangle as core functions 2018-03-13 14:55:55 -04:00
Kodi Arfer
ebc9bda7ee Remove an obsolete test 2018-03-13 14:55:55 -04:00
Kodi Arfer
0c8c5dc830 Mangle special forms 2018-03-13 14:55:55 -04:00
Kodi Arfer
ccb3ba6092 Mangle macro names 2018-03-13 14:55:55 -04:00
Kodi Arfer
0c816f2e83 Mangle keyword arguments 2018-03-13 14:55:55 -04:00
Kodi Arfer
d252bb0e94 Mangle names that coincide with Python keywords 2018-03-13 14:55:55 -04:00
Kodi Arfer
52edad28e2 Overhaul mangling rules 2018-03-13 14:55:53 -04:00
Kodi Arfer
d501d4d806 Mangle symbols at compile-time instead of parse-time
This means that a HySymbol remembers its original name. That is, `a-b` and `a_b` are different symbols although `(setv a-b 1)` and `(setv a_b 1)` set the same variable (namely, `a_b`).

Most of the edits in this commit are to switch underscores to hyphens in places where mangling hasn't happened yet.

I removed some lexer tests since the lexer no longer does any mangling.
2018-03-13 14:55:15 -04:00
Kodi Arfer
d947a27022
Merge pull request #1520 from Kodiologist/test-parens
Make unary comparison ops evaluate their argument
2018-03-13 11:46:55 -07:00
Kodi Arfer
7fcc7ac4b6 Make unary comparison ops evaluate their argument 2018-03-13 14:38:36 -04:00
Kodi Arfer
9f0911161d Fix tests with =-and-parentheses errors 2018-03-13 14:38:36 -04:00
Kodi Arfer
6d977ab541
Merge pull request #1516 from Kodiologist/hy-repr-extensions
hy-repr improvements
2018-03-10 18:12:21 -08:00
Kodi Arfer
8c00ab66f9 NEWS and docs for hy-repr 2018-03-10 18:11:07 -08:00
Kodi Arfer
0574e275b5 Make hy-repr support some collections classes 2018-03-10 18:11:07 -08:00
Kodi Arfer
38f461890d Make hy-repr support DateTime objects 2018-03-10 18:11:07 -08:00
Kodi Arfer
3dbe05302e Make hy-repr support regex match objects 2018-03-10 18:11:07 -08:00
Kodi Arfer
f7ab9a6e7c Make hy-repr support dictionary views 2018-03-10 18:11:07 -08:00
Kodi Arfer
90a09b5b44 Make hy-repr use double spaces for dictionaries 2018-03-10 18:11:07 -08:00
Kodi Arfer
199bb70150 Add a hy-repr test for keyword-like bytes objects 2018-03-10 18:11:07 -08:00
Kodi Arfer
4f2706e18e Test a case where hy-repr shouldn't round-trip 2018-03-10 18:11:07 -08:00
Kodi Arfer
83c4f63bc2 Reimplement hy-repr with registered functions
This removes a lot of hy-reprs that were hard-coded into the hy-repr function itself. It also allows you to add a hy-repr for an existing class without monkey-patching the class.
2018-03-10 18:11:07 -08:00
Ryan Gonzalez
a688355777
Merge pull request #1525 from Kodiologist/remove-obsolete-shields
Remove obsolete shields in README
2018-03-06 15:14:25 -06:00
Kodi Arfer
24309d7cc8 Remove obsolete shields in README
PyPI shields are "no longer available", and we haven't updated Coveralls since Jaunary 2016.
2018-03-06 11:50:17 -08:00
Tuukka Turto
c1e5c3e48c
Merge pull request #1500 from vodik/deprecations
Deal with some deprecation and resource warnings / fix (return) semantics
2018-02-27 23:20:49 +02:00
Kodi Arfer
0345d2b688
Merge pull request #1508 from Kodiologist/merge-policy
Policy: allow PRs to be merged more easily
2018-02-24 10:07:07 -08:00
Kodi Arfer
6994be6cfd Policy: allow PRs to be merged more easily 2018-02-24 10:04:56 -08:00
Kodi Arfer
10cd36d13d
Merge pull request #1511 from jwilk-forks/spelling
Fix typos
2018-02-15 07:56:19 -08:00
Jakub Wilk
d1cb630698 Fix typos 2018-02-15 16:35:33 +01:00
Simon Gomizelj
db58dacce6 Fix invalid escape sequence \s in test_escapes 2018-02-14 16:05:31 -05:00
Simon Gomizelj
cf304714ce Turn on pytests's warning reporter 2018-02-14 16:05:31 -05:00
Simon Gomizelj
ef2f435647 Add a hy.introspect module to deal with getargspec deprecation 2018-02-14 16:05:31 -05:00
Simon Gomizelj
97d7bbb96b Add posargs to tox test runner 2018-02-14 16:05:31 -05:00
Simon Gomizelj
c35d2a3a22 Drop --allow-all-external, deprecated by PEP 470 2018-02-14 16:05:31 -05:00
Simon Gomizelj
be6ddd4bb2 Fix deprecation warning triggered by PEP 479 2018-02-14 16:05:31 -05:00
Simon Gomizelj
316220b742 Fix AST generation of a naked return 2018-02-14 16:05:31 -05:00
Simon Gomizelj
7b87d42221 Properly teardown subprocesses when testing 2018-02-14 15:38:47 -05:00
Kodi Arfer
7cf23fabc4
Merge pull request #1503 from vodik/travis-py37
Add python 3.7-dev to travis, allow it to fail
2018-02-14 08:41:14 -08:00
Ryan Gonzalez
2859d1e6b8
Merge pull request #1498 from Kodiologist/release-0.14.0
Release 0.14.0
2018-02-13 21:23:09 -06:00
Kodi Arfer
883e937785 Fix mention of apply in NEWS 2018-02-13 15:32:40 -08:00
Kodi Arfer
a515bb48a0 Remove the obsolete reformat-changelog script 2018-02-13 15:32:40 -08:00
Kodi Arfer
b1ce56a4bb Fix ReST typo in NEWS 2018-02-13 15:32:40 -08:00
Kodi Arfer
cfcae05b5e Remove extra indentation in NEWS 2018-02-13 15:32:40 -08:00
Kodi Arfer
3b5bb9e559 Add 0.13.1 to NEWS 2018-02-13 15:31:52 -08:00
Kodi Arfer
142c7eef1a In recent NEWS.rst headers, name the new version 2018-02-13 15:31:52 -08:00
Kodi Arfer
355f3f4259 Convert NEWS to reStructuredText 2018-02-13 15:31:52 -08:00
Kodi Arfer
b63f6e4df5 Reorganize NEWS items 2018-02-13 15:30:58 -08:00
Tuukka Turto
6b23da6997
Merge pull request #1499 from vodik/conftest-cleanup
Simplify conftest for loading hy modules
2018-02-12 06:49:25 +02:00
Tuukka Turto
4cb1876834
Merge pull request #1497 from vodik/import
Relative imports
2018-02-12 06:48:03 +02:00
Simon Gomizelj
a2c8f50b30 Implement changes to support PEP 552 2018-02-09 16:43:25 -05:00
Simon Gomizelj
7dcf1fa63d Add python 3.7-dev to travis, allow it to fail 2018-02-09 16:27:59 -05:00