You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "berkaysynnada (via GitHub)" <gi...@apache.org> on 2023/04/24 10:44:43 UTC

[GitHub] [arrow-rs] berkaysynnada opened a new issue, #4115: Rust Analyzer does not work for object_store files

berkaysynnada opened a new issue, #4115:
URL: https://github.com/apache/arrow-rs/issues/4115

   **Which part is this question about**
   <!--
   Is it code base, library api, documentation or some other part?
   -->
   
   Rust analyzer does not work for [object_store](https://github.com/apache/arrow-rs/tree/master/object_store) files. I don't have any problem with other files. Also for Datafusion, in the files under datafusion-cli, the extension does not work. Rust Analyzer Client and Language Server do not show any error. I have tried reinstalling and to work with pre-release versions.
   
   **Describe your question**
   <!--
   A clear and concise description of what the question is.
   -->
   
   **Additional context**
   <!--
   Add any other context about the problem here.
   -->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] berkaysynnada commented on issue #4115: Rust Analyzer does not work for object_store files

Posted by "berkaysynnada (via GitHub)" <gi...@apache.org>.
berkaysynnada commented on issue #4115:
URL: https://github.com/apache/arrow-rs/issues/4115#issuecomment-1520048619

   > I don't personally use rust-analyser, but some brief searching suggests you can manually configure the two workspaces, with something like
   > 
   > ```
   > {
   >     "rust-analyzer.linkedProjects": [
   >         "Cargo.toml"
   >         "object_store/Cargo.toml",
   >     ]
   > }
   > ```
   > 
   > It would appear rust-analyser auto-configuration fails for multiple workspaces in the same directory hierarchy.
   
   Thanks, it worked 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] tustvold commented on issue #4115: Rust Analyzer does not work for object_store files

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold commented on issue #4115:
URL: https://github.com/apache/arrow-rs/issues/4115#issuecomment-1520034373

   I don't personally use rust-analyser, but some brief searching suggests you can manually configure the two workspaces, with something like
   
   ```
   {
       "rust-analyzer.linkedProjects": [
           "object_store/Cargo.toml",
       ]
   }
   ```
   
   It would appear rust-analyser auto-configuration fails for multiple workspaces in the same directory hierarchy.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] berkaysynnada closed issue #4115: Rust Analyzer does not work for object_store files

Posted by "berkaysynnada (via GitHub)" <gi...@apache.org>.
berkaysynnada closed issue #4115: Rust Analyzer does not work for object_store files
URL: https://github.com/apache/arrow-rs/issues/4115


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org