question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

outstanding type issues

See original GitHub issue

This is a spinoff of #929 , following up the first batches of type fixes in various PRs. The following files are reported to contain type issues according to pyright with Python 3.10:

  • keylime/backport_dataclasses.py
  • keylime/cloud_verifier_tornado.py
  • keylime/da/examples/file.py
  • keylime/da/examples/redis.py
  • keylime/da/examples/sqldb.py
  • keylime/da/examples/tsa_rfc3161.py
  • keylime/da/record.py
  • keylime/elchecking/example.py
  • keylime/elchecking/policies.py
  • keylime/elchecking/tests.py
  • keylime/ima/ima_dm.py
  • keylime/keylime_agent.py
  • keylime/migrations/versions/*.py
  • keylime/revocation_actions/update_crl.py

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
mdroccocommented, Nov 21, 2022

Update: PR #1186 fixes the reported problems in ima/ima_dm.py, I am removing the section of the issue about that file.

0reactions
mdroccocommented, Nov 22, 2022

update: upgrading Lark from 1.1.3 to 1.1.4 fixed the issue below:

/home2/mdrocco/git/keylime/keylime/ima/ima_dm.py
  /home2/mdrocco/git/keylime/keylime/ima/ima_dm.py:16:18 - error: "Lark" is not exported from module "lark"
    Import from "lark.lark" instead (reportPrivateImportUsage)
  /home2/mdrocco/git/keylime/keylime/ima/ima_dm.py:16:24 - error: "Transformer" is not exported from module "lark"
    Import from "lark.visitors" instead (reportPrivateImportUsage)
  /home2/mdrocco/git/keylime/keylime/ima/ima_dm.py:16:37 - error: "v_args" is not exported from module "lark"
    Import from "lark.visitors" instead (reportPrivateImportUsage)
Read more comments on GitHub >

github_iconTop Results From Across the Web

Outstanding issue definition and meaning
If you describe someone or something as outstanding, you think that they are very remarkable and impressive. [...]
Read more >
Outstanding Issues Sample Clauses
Outstanding Issues. This section should draw attention to, and track the progress of, highly significant or sensitive issues requiring action and direction in ......
Read more >
Outstanding Issues synonyms - 78 Words and Phrases for ...
Synonyms for Outstanding issues · remaining issues · due issues · cases pending · excellent issues · open issues · outstanding matters ·...
Read more >
Summary of Outstanding Problems
Though these factors contribute substantially, it appears that there are relatively few object types in our everyday experience. Instead, there are many ...
Read more >
outstanding issues definition | English dictionary for learners
1 adj If you describe someone or something as outstanding, you think that they are very remarkable and impressive. (=exceptional) Derartu is an...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found