Martin Larsson
Martin Larsson
Is it possible to catch the @deprecated when the value is assigned? ```dart test2() { (String, {int n}) x = foo(); // HINT: `.n` is deprecated, consider removing from the...
Did some more digging, think I figured out what is happening From my logs, this line ` Server run command: /home/martin/.vscode/extensions/charliermarsh.ruff-2023.26.0-linux-x64/bundled/tool/server.py` Is supposed to print the `command` and `args` for...
Amazing news! Apart from the issues above the bug about missing coverage on implicit constructors would be nice to solve to get coverage reporting to be more accurate. https://github.com/oven-sh/bun/issues/7025