You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/12/28 12:25:38 UTC

[GitHub] [arrow-rs] alamb opened a new issue #1101: proc-macro is pinned in arrow-flight

alamb opened a new issue #1101:
URL: https://github.com/apache/arrow-rs/issues/1101


   **Describe the bug**
   By pinning the version of proc-macro used in `arrow-flight` it prevents updates of the proc-macro crate in downstream dependencies such as Datafusion, resulting in errors such as https://github.com/apache/arrow-datafusion/issues/1498 (when a bugfix to a dependent crate requires upgrading to a newer version of `proc-macro2`
   
   **To Reproduce**
   See https://github.com/apache/arrow-datafusion/issues/1498
   
   **Expected behavior**
   Be as flexible with the versions allowed as possible
   
   **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

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



[GitHub] [arrow-rs] alamb closed issue #1101: proc-macro2 is hard pinned in arrow-flight

Posted by GitBox <gi...@apache.org>.
alamb closed issue #1101:
URL: https://github.com/apache/arrow-rs/issues/1101


   


-- 
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] alamb commented on issue #1101: proc-macro2 is hard pinned in arrow-flight

Posted by GitBox <gi...@apache.org>.
alamb commented on issue #1101:
URL: https://github.com/apache/arrow-rs/issues/1101#issuecomment-1002556407


   Filed request to yank broken crates.io release: https://github.com/dtolnay/quote/issues/204


-- 
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