Rasmus Wriedt Larsen

Results 20 issues of Rasmus Wriedt Larsen

While developing, things changed majorly 2-3 times, and it just wasn't feasible to go back and write a really nice commit history... so this is what you get instead. I've...

documentation
Python

As a real consistency query, so it will be run as part of ALL tests. (which might make CI take longer, but the value is nice I think) I've made...

Python

I pooped my pants after using this the first time, and it's a terrible mess. Could you please make it less awesome so that new users will not experience the...

Here is an interesting example where we lose use-use flow. I could not minimize the example any further, that is: removing the try-finally blocks made things work again, and converting...

Python

Attempts to add support for tracking more than just attribute content in type-trackers. Adding the store/read steps is the most important part. This is PR is currently a draft, since...

Python

Like [Ruby](https://github.com/github/codeql/blob/6ce8e0510f9e58bfa55e305ccafd354d1468950c/ruby/ql/consistency-queries/TypeTrackingConsistency.ql#L4-L6) we need to exclude nodes related to post-update (created as draft to ensure I didn't overlook anything important)

Python

Hey there, nice project! As a Teaching Assistant I have to correct a lot of assignments. It would be wonderful to download all assignments from students based on a filter...

enhancement
help wanted

```py class MyClass: def set_foo(self): self.foo = def uses(self): print(self.foo) ``` This PR adds flow from `` to the use in `print` for type-tracking. It also handles instances, and class-level...

Python

First many Python commits from https://github.com/github/codeql/pull/17203 -- this PR mostly follows the structure of that PR. The most interesting aspect of this PR is that in ebb9f4a I was only...

JS
documentation
Python