[all-commits] [llvm/llvm-project] 23309d: [Dexter] Set up ComInterface module to be imported...

Stephen Tozer via All-commits all-commits at lists.llvm.org
Thu Oct 10 08:53:57 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 23309d7d9553af69b2912a159bc2e488acf69255
      https://github.com/llvm/llvm-project/commit/23309d7d9553af69b2912a159bc2e488acf69255
  Author: Stephen Tozer <stephen.tozer at sony.com>
  Date:   2024-10-10 (Thu, 10 Oct 2024)

  Changed paths:
    M cross-project-tests/debuginfo-tests/dexter/dex/debugger/visualstudio/VisualStudio.py
    M cross-project-tests/debuginfo-tests/dexter/dex/utils/Imports.py

  Log Message:
  -----------
  [Dexter] Set up ComInterface module to be imported correctly (#111850)

Fixes issue added by: https://github.com/llvm/llvm-project/pull/111833

Following the previous commit that changed how Dexter imports modules,
the ComInterface module import became broken. This is because it had a
different directory structure to other modules, where we want to import
single file rather than a dir containing a __init__.py. For this case,
an optional extra arg has been added to load_module allowing a filename
to be specified, letting us import ComInterface.py directly and fixing
the issue.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list