Commit graph

12 commits

Author SHA1 Message Date
Fish
f30a48fbf3
FunctionHandler: Fix crash on implicit-outparam return values. Close #6536. (#6581) 2026-07-07 02:46:58 -07:00
Kevin Phoenix
f939c5b88c
Enable ruff isort rule (#6452)
* Enable ruff isort rule

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2026-06-02 14:48:07 -07:00
pre-commit-ci[bot]
563fb5f862
[pre-commit.ci] pre-commit autoupdate (#6025)
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.14.11 → v0.14.13](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.11...v0.14.13)
- [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.1.0](https://github.com/psf/black-pre-commit-mirror/compare/25.12.0...26.1.0)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2026-01-19 13:37:06 -07:00
Matt Borgerson
ebee6c240f TestFunctionHandler: Fix a few pyright complaints 2025-02-04 03:47:31 -07:00
Matt Borgerson
0e36d45167 TestFunctionHandler: Rename from TestFunctionhandler 2025-02-04 03:47:31 -07:00
Matt Borgerson
7babfee008 RDA: Fix test cases that are using deprecated API 2025-02-04 03:47:31 -07:00
Kevin Phoenix
fa56ba3668
Use ruff TID252 to prevent reletive imports from parents (#4916) 2024-10-01 09:06:33 -07:00
Kevin Phoenix
ec31174d18
Apply ruff RUF lints (#4794)
* Apply RUF lints

* Fix StopIteration bug
2024-08-29 18:44:14 -07:00
Kevin Phoenix
ee464d0338
Adopt from __future__ import annotations (#4790) 2024-08-28 18:31:43 -07:00
Matt Borgerson
17bad29fa6 tests: Structure test files into directories
* Initial pass, loosely following angr package layout
* Many updates to use the 'common' module for binaries repo
* Some unused imports and log handlers are cleaned up
2023-09-08 16:05:33 -07:00
Matt Borgerson
883f08fcd8 tests: Fixup shebangs, main functions, and mark tests executable 2023-09-07 18:46:00 -07:00
Fish
b740392fce
RDA: kill_and_add_definitions() should respect endnesses of memory atoms. (#4060)
* kill_and_add_definitions() should respect endnesses of memory atoms. Add a test case.

* Lint code.
2023-08-04 20:29:47 -07:00