Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Frontend] Only read from disk if necessary #1315

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Only read from disk if necessary

8cb9c83
Select commit
Loading
Failed to load commit list.
Draft

[Frontend] Only read from disk if necessary #1315

Only read from disk if necessary
8cb9c83
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Nov 19, 2024 in 6s

5 issues found.

Annotations

Check notice on line 273 in frontend/test/pytest/test_compiler.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

frontend/test/pytest/test_compiler.py#L273

Statement seems to have no effect (pointless-statement)

Check notice on line 519 in frontend/catalyst/jit.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

frontend/catalyst/jit.py#L519

Missing function or method docstring (missing-function-docstring)

Check notice on line 527 in frontend/catalyst/jit.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

frontend/catalyst/jit.py#L527

Missing function or method docstring (missing-function-docstring)

Check notice on line 26 in frontend/catalyst/compiler.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

frontend/catalyst/compiler.py#L26

Unused import tempfile (unused-import)

Check notice on line 456 in frontend/catalyst/compiler.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

frontend/catalyst/compiler.py#L456

Using open without explicitly specifying an encoding (unspecified-encoding)