[
https://issues.apache.org/jira/browse/AVRO-3516?focusedWorklogId=769248&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-769248
]
ASF GitHub Bot logged work on AVRO-3516:
----------------------------------------
Author: ASF GitHub Bot
Created on: 11/May/22 19:08
Start Date: 11/May/22 19:08
Worklog Time Spent: 10m
Work Description: martin-g commented on PR #1683:
URL: https://github.com/apache/avro/pull/1683#issuecomment-1124189662
Using just `apache-avro = { version= "0.14.0", path =
"/home/martin/git/apache/avro/lang/rust/avro", features=[ "derive"] }` works
fine!
But listing both dependencies explicitly
```
[dependencies]
apache-avro-derive = { version= "0.14.0", path =
"/home/martin/git/apache/avro/lang/rust/avro_derive" }
apache-avro = { version= "0.14.0", path =
"/home/martin/git/apache/avro/lang/rust/avro"}
```
does not.
Issue Time Tracking
-------------------
Worklog Id: (was: 769248)
Time Spent: 0.5h (was: 20m)
> [rust] Avro Derive not working outside of repo context
> ------------------------------------------------------
>
> Key: AVRO-3516
> URL: https://issues.apache.org/jira/browse/AVRO-3516
> Project: Apache Avro
> Issue Type: Bug
> Reporter: Jack Klamer
> Priority: Major
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Avro Derive was not working outside of repo context for two reasons:
> 1) Not exported as part of avro dependency feature="derive" inside the lib.rs
> 2) Two not full qualified paths that were missed due to testing contexts
--
This message was sent by Atlassian Jira
(v8.20.7#820007)