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

type *graphsql.Store[int, int] of store does not match inferred type graph.Store[int, int] for graph.Store[K, T] #4

Open
rcastellotti opened this issue Nov 12, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@rcastellotti
Copy link

Hi, hope you are doing fine

I am experimenting with this module and while running the example provided in the README, I got this error:

type *graphsql.Store[int, int] of store does not match inferred type graph.Store[int, int] for graph.Store[K, T]

I am quite new to go, so I am not entirely sure I understand what is happening, my understanding is the graph.NewWithStore() function expects a graph.Store[K, T] and we are passing a *graphsql.Store[int, int], is this correct? If so, how can we fix?

Thanks a lot for your amazing work, I do appreciate it :)

@agajdosi
Copy link

Same error here but using Store[string, string]. Is there something we are missing, or is this just a bug?

@dominikbraun dominikbraun added the bug Something isn't working label Mar 8, 2024
@dominikbraun
Copy link
Owner

@rcastellotti @agajdosi Sorry for the late response, I'm going to take a look at this.

@tliefheid
Copy link

tliefheid commented Apr 19, 2024

it's not properly implementing the interface of store: it's missing: RemoveVertex(hash K) error

@tliefheid
Copy link

should be fixed with #3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants