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

Backport 'Partially Revert "scan-view: Remove Reporter.py and associated AppleScript files"' to 12.0.1 #49351

Closed
llvmbot opened this issue Apr 17, 2021 · 1 comment
Labels
bugzilla Issues migrated from bugzilla

Comments

@llvmbot
Copy link
Member

llvmbot commented Apr 17, 2021

Bugzilla Link 50007
Resolution FIXED
Resolved on May 03, 2021 17:27
Version trunk
OS Linux
Blocks #48661
Reporter LLVM Bugzilla Contributor
CC @tstellar
Fixed by commit(s) e3cd3a3 3263c81

Extended Description

Apparently scan-view is broken now:

Traceback (most recent call last):
File "/usr/lib/llvm/12/bin/scan-view", line 150, in
main()
File "/usr/lib/llvm/12/bin/scan-view", line 147, in main
run(port, args, args.root)
File "/usr/lib/llvm/12/bin/scan-view", line 74, in run
import ScanView
File "/usr/lib/llvm/12/bin/../share/scan-view/ScanView.py", line 29, in
import Reporter
ModuleNotFoundError: No module named 'Reporter'

I'm surprised we don't cover it with regression tests.

The fix's apparently in https://reviews.llvm.org/D96367

@tstellar
Copy link
Collaborator

tstellar commented May 4, 2021

Merged: 3263c81

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 11, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla
Projects
None yet
Development

No branches or pull requests

2 participants