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

Release 1.0 #1

Open
3 of 10 tasks
wmanley opened this issue May 30, 2020 · 0 comments
Open
3 of 10 tasks

Release 1.0 #1

wmanley opened this issue May 30, 2020 · 0 comments

Comments

@wmanley
Copy link
Member

wmanley commented May 30, 2020

TODO:

  • Can we get the gv! macro to return a type rather than a value?
  • Add define_gv! macro to define named GVariant types, or maybe replace the gv! macro entirely and require GVariant types to be named.
  • Are my uses of unsafe safe? Could they be avoided?
  • Is it reasonable to have RefCell in the public API? Would it be better to remove it?
  • Is it important to implement types (and validation of) object path and type signature types?
  • Would there be any value in splitting aligned_bytes or casting into their own crates? Or can I replace parts with an existing popular crate?
  • Set up CI
  • Fix cargo test attempting to compile my doc comments
  • Fix CI to run all the relevant tests, fmt and clippy.
  • Is this suitable to be recommended to be used instead of the GLib implementation in the glib-rs documentation? If not why not and can this be improved accordingly?
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

No branches or pull requests

1 participant