Skip to content

Conversation

@a-rodin
Copy link
Contributor

@a-rodin a-rodin commented Nov 26, 2024

This PR adds some tests for the codegen part of the code.

@a-rodin
Copy link
Contributor Author

a-rodin commented Nov 26, 2024

@Handy-caT using #[derive(PersistTable)] on a structure results in a compilation error:

error: proc-macro derive panicked
  --> tests/mod.rs:31:10
   |
31 | #[derive(PersistTable)]
   |          ^^^^^^^^^^^^
   |
   = help: message: called `Option::unwrap()` on a `None` value

@Handy-caT
Copy link
Collaborator

Handy-caT commented Nov 26, 2024

@a-rodin It's because PersistTable macro is related to wt only. I think this macro even must be moved into wt repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants