Skip to content

issues Search Results · language:Edge language:Python language:PHP language:JavaScript linked:pr language:Python linked:pr

Filter by

4.8M results  (341 ms)

4.8M results

validate_existing_run_dir() returns early when the manifest does not exist, so the --resume check never fires for a fresh run directory. Evidence: tools/scripts/run_topic_cycle.py:427-442. Impact: a ...

Existing manifests with None or an unrecognized status value are not blocked before overwrite. Evidence: tools/scripts/run_topic_cycle.py:431-435. Impact: corrupted or future-version manifests can be ...

apply_migrations() calls conn.rollback() in the except sqlite3.Error path without guarding the rollback itself. Evidence: tools/source_db_tools/canonical_store.py:683-685. Impact: if rollback fails, ...

The builder creates a temp file handle and closes it manually instead of using a with block. Evidence: tools/pipeline_registry/build_pipeline_registry.py:622. Impact: an exception between creation and ...

The duplicate-key formatter uses zip(key_columns, key) without strict=True. Evidence: tools/pipeline_registry/build_pipeline_registry.py:236. Impact: if the invariant is ever broken, the message truncates ...

The validator raises a new error from inside an exception handler without chaining the original exception. Evidence: tools/validators/validate_source_acquisition_execution.py:101. Impact: the original ...

WorkspaceLockError is raised from inside a BlockingIOError handler without chaining. Evidence: tools/scripts/workspace_lock.py:163. Impact: the original OS-level failure context is lost, making lock ...

The considered_ids set comprehension re-calls item.get( candidate_id ) inside the expression, which mypy cannot narrow cleanly. Evidence: tools/scripts/selection_explanation.py:393. Impact: the code ...

schema_payload can still be None when it reaches validate_object_against_schema(...). Evidence: tools/scripts/validate_view_model_json.py:293-297. Impact: the function contract is violated and mypy flags ...

normalized_policy is inferred as dict[str, bool], but later code stores string policy fields into it. Evidence: tools/source_db_tools/rights_retention.py:49. Impact: mypy reports the assignment as incompatible, ...
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.