Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SSR: Update tests so that all paths in patterns can be resolved | David Lattimore | 2020-07-03 | 1 | -67/+97 |
| | |||||
* | SSR: Improve error reporting when a test fails | David Lattimore | 2020-07-03 | 1 | -6/+21 |
| | |||||
* | SSR: Add initial support for placeholder constraints | David Lattimore | 2020-07-01 | 1 | -0/+17 |
| | |||||
* | Structured search debugging | David Lattimore | 2020-07-01 | 1 | -147/+42 |
| | |||||
* | Fix some typos | David Lattimore | 2020-06-30 | 1 | -3/+3 |
| | |||||
* | Fix handling of whitespace when applying SSR within macro expansions. | David Lattimore | 2020-06-27 | 1 | -0/+17 |
| | | | | I originally did replacement by passing in the full file text. Then as some point I thought I could do without it. Turns out calling .text() on a node coming from a macro expansion isn't a great idea, especially when you then try and use ranges from the original source to cut that text. The test I added here actually panics without the rest of this change (sorry I didn't notice sooner). | ||||
* | Fix test following change to fixture parsing ↵ | David Lattimore | 2020-06-27 | 1 | -1/+11 |
| | | | | (d016cb486738c1ab2574a322924183fa8a870b06) | ||||
* | SSR: Allow matching within macro calls | David Lattimore | 2020-06-27 | 1 | -0/+49 |
| | |||||
* | SSR: Allow matching of whole macro calls | David Lattimore | 2020-06-22 | 1 | -0/+53 |
| | | | | Matching within macro calls is to come later and matching of macro calls within macro calls later still. | ||||
* | Allow SSR to match type references, items, paths and patterns | David Lattimore | 2020-06-22 | 1 | -0/+496 |
Part of #3186 |