You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "martin-g (via GitHub)" <gi...@apache.org> on 2023/08/21 07:52:17 UTC

[GitHub] [avro] martin-g opened a new pull request, #2460: AVRO-3838: [Rust] Replace "regex" with "regex-lite"

martin-g opened a new pull request, #2460:
URL: https://github.com/apache/avro/pull/2460

   AVRO-3838
   
   Reduces the time for `cargo clean && cargo build --release" from 30secs to 22secs on my dev machine
   
   ## What is the purpose of the change
   
   * Improve the build times by around 30%
   
   ## Verifying this change
   
   * All unit tests should still pass
   
   ## Documentation
   
   - Does this pull request introduce a new feature? no
   


-- 
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: dev-unsubscribe@avro.apache.org

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


[GitHub] [avro] martin-g merged pull request #2460: AVRO-3838: [Rust] Replace "regex" with "regex-lite"

Posted by "martin-g (via GitHub)" <gi...@apache.org>.
martin-g merged PR #2460:
URL: https://github.com/apache/avro/pull/2460


-- 
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: dev-unsubscribe@avro.apache.org

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


[GitHub] [avro] martin-g commented on pull request #2460: AVRO-3838: [Rust] Replace "regex" with "regex-lite"

Posted by "martin-g (via GitHub)" <gi...@apache.org>.
martin-g commented on PR #2460:
URL: https://github.com/apache/avro/pull/2460#issuecomment-1685908505

   @sarutak You might be interested in this PR too.


-- 
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: issues-unsubscribe@avro.apache.org

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


[GitHub] [avro] sarutak commented on pull request #2460: AVRO-3838: [Rust] Replace "regex" with "regex-lite"

Posted by "sarutak (via GitHub)" <gi...@apache.org>.
sarutak commented on PR #2460:
URL: https://github.com/apache/avro/pull/2460#issuecomment-1685911119

   @martin-g Thank you for letting me know. I'll check it soon.


-- 
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: issues-unsubscribe@avro.apache.org

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