Skip to content

RepairSolver

RepairSolver #297

Triggered via pull request March 21, 2024 14:34
@rindPHIrindPHI
synchronize #90
RepairSolver
Status Success
Total duration 20s
Artifacts

lint.yml

on: pull_request
Run linters
9s
Run linters
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
/home/runner/work/isla/isla/src/isla_formalizations/rest.py#L120
# """, # REST_GRAMMAR, # semantic_predicates={LJUST_CROP_PREDICATE, EXTEND_CROP_PREDICATE}, # ) -LENGTH_UNDERLINE = parse_isla(""" +LENGTH_UNDERLINE = parse_isla( + """ forall <section-title> title="{<title-text> titletxt}\n{<underline> underline}" in start: ( (>= (str.len underline) (str.len titletxt)) and str.len(titletxt) > 0 ) -""") +""" +) DEF_LINK_TARGETS = parse_isla( """ (forall <internal_reference> ref="<presep>{<id> use_id}_<postsep>" in start: exists <labeled_paragraph> labeled_par_1=".. _{<id> def_id}:\n\n<paragraph>" in start:
/home/runner/work/isla/isla/src/isla/repair_solver.py#L859
LOGGER.debug( "%sRepairing tree '%s' with constraint '%s'", depth_indent(), tree, # constraint, - "TEMPORARILY DEACTIVATED" # TODO + "TEMPORARILY DEACTIVATED", # TODO ) constraint = set_auto_subst_and_eval(constraint, False) # 1. Instantiate all quantifiers. instantiated = self.instantiate_quantifiers(constraint)
Run linters
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v1, wearerequired/lint-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run linters
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/