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

link-type that is self-referencing from same entry-type to same entry-type yields error #75

Open
jmday opened this issue Feb 26, 2023 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@jmday
Copy link

jmday commented Feb 26, 2023

link-entry scaffold tool creates code that doesn’t compile
Compiling name_graph v0.0.1 (/Users/jmday/dev/holo/hello_link/dnas/name_graph/zomes/coordinator/name_graph)
error[E0124]: field name_entry_hash is already declared
--> dnas/name_graph/zomes/coordinator/name_graph/src/name_entry_to_name_entries.rs:6:5
|
5 | pub name_entry_hash: ActionHash,
| ------------------------------- name_entry_hash first declared here
6 | pub name_entry_hash: ActionHash,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field already declared

@c12i c12i self-assigned this Jan 9, 2024
@c12i
Copy link
Collaborator

c12i commented Jan 9, 2024

Hello @jmday could you provide the commands I need to run step by step so that I can reproduce this?

@c12i c12i added the question Further information is requested label Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants