Taus
|
1c68c987b0
|
Python: Change all remaining occurrences of StrConst
Done using
```
git grep StrConst | xargs sed -i 's/StrConst/StringLiteral/g'
```
|
2024-04-22 12:00:09 +00:00 |
|
Rasmus Wriedt Larsen
|
69453aa144
|
Python: Fix missing newline in .expected
|
2023-11-15 10:10:23 +01:00 |
|
Rasmus Lerchedahl Petersen
|
e5cd3e8f64
|
Python: nice locations for import aliases
These were computed wrongly before.
|
2023-08-10 20:27:06 +02:00 |
|
Rasmus Lerchedahl Petersen
|
eac44e89d9
|
Python: test nice locations
there are errors both on lines 2 and 3 due to
locations being computed wrongly.
|
2023-08-10 14:21:16 +02:00 |
|
Erik Krogh Kristensen
|
3bf5e06d53
|
delete all dead code
|
2022-03-14 13:03:31 +01:00 |
|
Taus Brock-Nannestad
|
f07a7bf8cf
|
Python: Autoformat everything using qlformat.
Will need subsequent PRs fixing up test failures (due to deprecated
methods moving around), but other than that everything should be
straight-forward.
|
2020-07-07 15:43:52 +02:00 |
|
Taus Brock-Nannestad
|
87a9f51c78
|
Python: Autoformat all .ql files.
|
2020-03-30 11:59:10 +02:00 |
|
Mark Shannon
|
05b69a1c0f
|
QL tests for Python queries and libraries.
|
2018-11-19 15:15:54 +00:00 |
|