Jimmy Lai
|
a2afdde360
|
add SimpleString.evaluated_value
|
2020-01-22 15:24:16 -08:00 |
|
Jennifer Taylor
|
13c0f14c34
|
Fix list behavior to not crash and burn if a codemod or test tries to do something on import.
|
2020-01-22 13:30:46 -08:00 |
|
Jennifer Taylor
|
9af717dcaa
|
Refactor string split helper method into core attributes.
|
2020-01-22 13:30:34 -08:00 |
|
Jennifer Taylor
|
b45a87ef2b
|
Clarify documentation about f-string spacing.
|
2020-01-21 17:31:39 -08:00 |
|
Jennifer Taylor
|
acdda22b51
|
Bump LibCST to new release 0.3.0.
|
2020-01-17 11:38:06 -08:00 |
|
Jennifer Taylor
|
fdd5cbbfe6
|
Implement parsing of posonly param indicator ('/'). This brings us to full 3.8 compatibility.
|
2020-01-17 10:57:48 -08:00 |
|
Jennifer Taylor
|
f45c57342b
|
Support f{x=} debugging syntax that was added to f-strings in 3.8.
|
2020-01-16 13:13:54 -08:00 |
|
Jimmy Lai
|
1f8ef1144a
|
[scope] add support for tracking reference in del expression context
|
2020-01-15 17:14:09 -08:00 |
|
Jennifer Taylor
|
d30b04559d
|
Implement a --python-version override flag to "libcst.tool print".
|
2020-01-15 17:05:33 -08:00 |
|
Jennifer Taylor
|
bcae954484
|
Add environment variable to require config file before proceeding.
|
2020-01-15 14:00:14 -08:00 |
|
Jennifer Taylor
|
6eb6ec7b1d
|
Add posonly parameter support to Parameters node.
This is part one of a two-part change to support the posonly param indicator "/".
|
2020-01-15 11:18:12 -08:00 |
|
Jimmy Lai
|
0d01792e6d
|
expose all helpers in libcst.helpers for convenience
|
2020-01-14 15:11:48 -08:00 |
|
Jimmy Lai
|
4a6b279ec4
|
[helper] QualifiedNameProvider.has_name
|
2020-01-10 15:45:55 -08:00 |
|
Jimmy Lai
|
fdce46a2da
|
Apply make_fixture_data() to codemod output
|
2020-01-10 15:38:23 -08:00 |
|
Jimmy Lai
|
257fd5755e
|
move ensure_future to libcst.helpers.expression
|
2020-01-10 12:15:38 -08:00 |
|
Jimmy Lai
|
dffb27b5b9
|
add get_full_name_for_expression helper
|
2020-01-10 12:15:38 -08:00 |
|
Jimmy Lai
|
2fb0db33d1
|
Clean up redundant code.
|
2020-01-10 08:47:21 -08:00 |
|
Jennifer Taylor
|
37554a85c0
|
Support reading arguments from file.
|
2020-01-09 16:05:49 -08:00 |
|
Jimmy Lai
|
194e5de936
|
Fix some typos.
|
2020-01-09 14:28:24 -08:00 |
|
Jimmy Lai
|
1de6f2cc8a
|
use transformer function (instead of visitor) in MatcherDecoratableTransformer
|
2020-01-09 14:04:51 -08:00 |
|
Jimmy Lai
|
e132b8e9f7
|
[typing] add missing return value type to Callable
|
2020-01-09 13:56:17 -08:00 |
|
Jimmy Lai
|
295847faea
|
Fix comment indentation
|
2020-01-09 13:55:49 -08:00 |
|
Jimmy Lai
|
78f0e13c48
|
Upgrade Pyre to 0.0.39
|
2020-01-09 11:06:40 -08:00 |
|
Jennifer Taylor
|
92050fac39
|
Fix a few typos in docs.
|
2020-01-08 18:08:30 -08:00 |
|
Jennifer Taylor
|
5d7d1a6fc4
|
Remove deprecated attributes and objects in metadata.
|
2020-01-08 17:41:39 -08:00 |
|
Jennifer Taylor
|
3ca41ffabc
|
Remove deprecated position provider objects.
|
2020-01-08 17:19:03 -08:00 |
|
Jennifer Taylor
|
91387f5f2f
|
Remove deprecated default_params attribute.
|
2020-01-08 17:18:41 -08:00 |
|
Jennifer Taylor
|
40e19ac457
|
Remove deprecated ExtSlice.
|
2020-01-08 17:18:19 -08:00 |
|
Jennifer Taylor
|
b319312de3
|
Add docstring for CodemodTest.
|
2020-01-08 17:17:48 -08:00 |
|
Jennifer Taylor
|
44afacbc67
|
Support codemods in subdirectories of configured modules.
|
2020-01-08 14:31:33 -08:00 |
|
Jimmy Lai
|
8887c3f3b8
|
remove unused type vars.
|
2020-01-08 12:01:22 -08:00 |
|
Jimmy Lai
|
f420cf9f7f
|
Reuse CSTNodeT type var
|
2020-01-08 12:01:22 -08:00 |
|
Jennifer Taylor
|
744ca1e47d
|
Bump LibCST to 0.2.7 in preparation for changing instagram source of truth.
|
2020-01-07 11:45:28 -08:00 |
|
Jennifer Taylor
|
0932049c75
|
Port add import updates to open-source.
|
2020-01-07 11:45:16 -08:00 |
|
Jennifer Taylor
|
109a0bbc16
|
Port runtime calculation by @joshkehn to open-source.
|
2020-01-06 12:56:41 -08:00 |
|
Jimmy Lai
|
a1bd01990a
|
bump LibCST version to 0.2.6
|
2020-01-02 10:08:33 -08:00 |
|
Jimmy Lai
|
b6ec177933
|
Use Pyre strict mode in Pyre test suite
|
2020-01-02 10:08:15 -08:00 |
|
Jimmy Lai
|
9b7219b1a9
|
run pyre codegen in CI
|
2020-01-02 10:08:00 -08:00 |
|
Jimmy Lai
|
f6ecf67bb9
|
move type inference related logic to TypeInferenceProvider
|
2019-12-28 20:51:29 -08:00 |
|
Jimmy Lai
|
3c4c282bbe
|
add documents for TypeInferenceProvider and FullRepoManager
|
2019-12-28 20:51:29 -08:00 |
|
Jimmy Lai
|
657cbfe816
|
add FullRepoManagerTest
|
2019-12-28 20:51:29 -08:00 |
|
Jimmy Lai
|
9b84df7feb
|
add FullRepoManager
|
2019-12-28 20:51:29 -08:00 |
|
Jimmy Lai
|
87fbf0897b
|
rebase onto pyre_test_suite
|
2019-12-28 20:51:29 -08:00 |
|
Jimmy Lai
|
88267c8de1
|
rebase onto pyre_test_suite
|
2019-12-27 12:35:53 -08:00 |
|
Jimmy Lai
|
65e3b760b9
|
[metadata] add TypeInferenceProvider
|
2019-12-27 12:35:53 -08:00 |
|
Jimmy Lai
|
0a5bc066ce
|
fix broken usage link
|
2019-12-27 11:40:15 -08:00 |
|
Jimmy Lai
|
7a17cac2cf
|
remove unused parentheses
|
2019-12-27 11:40:15 -08:00 |
|
Jimmy Lai
|
bf0bfd40db
|
Merge branch 'pyre_test_suite'
|
2019-12-26 11:08:14 -08:00 |
|
Jimmy Lai
|
9bdb2b4eb5
|
Merge branch 'master' of github.com:Instagram/LibCST into pyre_test_suite
|
2019-12-23 23:53:05 -08:00 |
|
Jimmy Lai
|
a67dc670b8
|
upgrade Pyre to 0.0.38
|
2019-12-23 23:52:40 -08:00 |
|