Skip to content
GitHub Actions / Flake8 failed Mar 19, 2024 in 0s

23 errors

Flake8 found 23 errors

Annotations

Check failure on line 13 in osaca/db_interface.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/db_interface.py#L13

'osaca.parser.memory.MemoryOperand' imported but unused (F401)

Check failure on line 15 in osaca/db_interface.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/db_interface.py#L15

'osaca.parser.immediate.ImmediateOperand' imported but unused (F401)

Check failure on line 40 in osaca/parser/immediate.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/immediate.py#L40

Undefined name 'imd_type' (F821)

Check failure on line 141 in osaca/parser/memory.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/memory.py#L141

Undefined name 'RegisterOperand' (F821)

Check failure on line 150 in osaca/parser/memory.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/memory.py#L150

Undefined name 'IdentifierOperand' (F821)

Check failure on line 151 in osaca/parser/memory.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/memory.py#L151

Undefined name 'IdentifierOperand' (F821)

Check failure on line 155 in osaca/parser/memory.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/memory.py#L155

Undefined name 'ImmediateOperand' (F821)

Check failure on line 201 in osaca/parser/memory.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/memory.py#L201

Undefined name 'IdentifierOperand' (F821)

Check failure on line 202 in osaca/parser/memory.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/memory.py#L202

Undefined name 'IdentifierOperand' (F821)

Check failure on line 206 in osaca/parser/memory.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/memory.py#L206

Undefined name 'ImmediateOperand' (F821)

Check failure on line 212 in osaca/parser/memory.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/memory.py#L212

Undefined name 'IdentifierOperand' (F821)

Check failure on line 15 in osaca/parser/parser_AArch64.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/parser_AArch64.py#L15

'osaca.parser.flag.FlagOperand' imported but unused (F401)

Check failure on line 10 in osaca/parser/parser_x86att.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/parser_x86att.py#L10

'osaca.parser.operand.Operand' imported but unused (F401)

Check failure on line 17 in osaca/parser/parser_x86att.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/parser_x86att.py#L17

'osaca.parser.flag.FlagOperand' imported but unused (F401)

Check failure on line 170 in osaca/parser/register.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/register.py#L170

Undefined name 'string' (F821)

Check failure on line 239 in osaca/parser/register.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/register.py#L239

Undefined name 'string' (F821)

Check failure on line 250 in osaca/parser/register.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/register.py#L250

Undefined name 'string' (F821)

Check failure on line 266 in osaca/parser/register.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/register.py#L266

Undefined name 'string' (F821)

Check failure on line 7 in osaca/semantics/hw_model.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/semantics/hw_model.py#L7

'string' imported but unused (F401)

Check failure on line 14 in osaca/semantics/hw_model.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/semantics/hw_model.py#L14

'copy.deepcopy' imported but unused (F401)

Check failure on line 15 in osaca/semantics/hw_model.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/semantics/hw_model.py#L15

'osaca.parser.ParserX86ATT' imported but unused (F401)

Check failure on line 15 in osaca/semantics/kernel_dg.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/semantics/kernel_dg.py#L15

'osaca.parser.operand.Operand' imported but unused (F401)

Check failure on line 10 in tests/test_db_interface.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

tests/test_db_interface.py#L10

'osaca.db_interface._get_full_instruction_name' imported but unused (F401)