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

pvc stopped working in latest release #209

Closed
delebedev opened this issue Nov 12, 2017 · 4 comments
Closed

pvc stopped working in latest release #209

delebedev opened this issue Nov 12, 2017 · 4 comments

Comments

@delebedev
Copy link

swift4, Xcode9.1:

pvc
error: error: use of undeclared identifier 'id'
error: expected expression
None
@delebedev
Copy link
Author

According to the https://github.com/facebook/chisel/wiki#pvc it expects a parameter and works if it's given one... I used it before without any to print all controllers though.

@ThibaultFarnier
Copy link

Also having the issue with Obj-C projects

@kastiglione
Copy link
Contributor

@garnett thanks for the report. An argument isn't required. I'll investigate.

@kastiglione
Copy link
Contributor

I have a fix in #210. If you're not using the XCTest helper commands, then you could easily test it by editing fblldbbase.py. In there, find evaluateExpressionValue and swap the order of printErrors and language, as shown in this diff. I plan to push out a 1.6.1 fix release tonight.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants