Micha Reiser

Results 708 comments of Micha Reiser
trafficstars

> Hi @MichaReiser I have been reading rome codebase for 2 weeks now. Can I work on this? Not yet. The JSON parser isn't implemented yet, and there's some infrastructure...

> Hi @MichaReiser I have been reading rome codebase for 2 weeks now. Can I work on this? @dhrjarun: @denbezrukov is setting up the test infra in #3913 and you...

And #3913 is merged. Thank you @denbezrukov for your amazing work

> @FichteFoll's proposed style is a syntax error outside parentheses, so we cannot use it for all lambdas. Could you share an example where a lambda can appear outside of...

A few more thoughts on this. * I would prefer to parenthesize the lambda-body if it expands (or parentheses are required) because it helps with readability, but this isn't compatible...

We're looking into changing how we cache data as part of our multifile analysis work. It will allow us to invalidate caches based on dependencies.

@dhruvmanila this could be an interesting source for obscure parser tests ;)

Thanks for opening this issue. I agree, keeping up with ruff rules and configuring ruff is hard work. I would go as far and say that Ruff mostly "dumbs" the...

@a1401358759 did you keep your existing lint configuration? ```toml [tool.ruff] preview = true # Exclude a variety of commonly ignored directories. exclude = [ ".bzr", ".direnv", ".eggs", ".git", ".git-rewrite", ".hg",...

Hm okay. This works for me but I use the old LSP (and vscode). Can you try removing the ``` settings = { args = options.ruff_args, }, ``` because the...