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

Parse errors during Rcpp::compileAttributes() cause Build pane to 'freeze' #1601

Closed
kevinushey opened this issue Oct 12, 2017 · 3 comments
Closed
Labels
Milestone

Comments

@kevinushey
Copy link
Contributor

To reproduce, try working on an R package that contains compiled C / C++ code. In my case, I reproduced this using the reticulate package. To reproduce, try doing the following:

writeLines("x <-", "R/ouch.R")

then invoking a Install and Restart (Build and Reload) with Ctrl + Shift + B. You should see something like:

screen shot 2017-10-12 at 4 05 50 pm

and attempts to press the Stop button, or start new builds, will fail.

@kevinushey kevinushey added the bug label Oct 12, 2017
@kevinushey
Copy link
Contributor Author

@kevinushey kevinushey added this to the v1.1-patch milestone Oct 20, 2017
jmcphers pushed a commit that referenced this issue Nov 16, 2017
@jmcphers
Copy link
Member

Backported to 1.1 here: 881134b

@dfalty
Copy link

dfalty commented Nov 27, 2017

Verified fixed 1.1.392.

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

No branches or pull requests

3 participants