pijul nest
guest [sign in]

Use $crate in direct_repr macro

kim
Sep 8, 2023, 10:06 AM
WU3RE536FN2LIJOJROS6VWDLGBTW6VEQ7ICVTMLWCO2VOGLD3JLAC

Dependencies

  • [2] KK3SBH4P Adding sanakirja-core-async
  • [3] 76S6EF7U Changes in the `Storable` trait (write_to_page now takes a transaction)
  • [4] OP6SVMOD Resetting history
  • [5] WS4ZQM4R Debugging, tests, etc.
  • [6] OTWDDJE7 Trait/type cleanup
  • [7] CCNPHVQC Cleanup, comments, renaming
  • [8] QYDGYIZR Split trait Representable into its mandatory part and an optional part
  • [9] H3FVSQIQ Unsized pages

Change contents

  • replacement in sanakirja-core/src/lib.rs at line 81
    [4.809][4.213:244]()
    impl Storable for $t {
    [4.809]
    [4.1134]
    impl $crate::Storable for $t {
  • replacement in sanakirja-core/src/lib.rs at line 90
    [4.255][4.255:293]()
    impl UnsizedStorable for $t {
    [4.255]
    [4.293]
    impl $crate::UnsizedStorable for $t {
  • replacement in sanakirja-core/src/lib.rs at line 106
    [4.897][3.0:82]()
    unsafe fn write_to_page<T: AllocPage>(&self, _: &mut T, p: *mut u8) {
    [4.897]
    [4.288]
    unsafe fn write_to_page<T: $crate::AllocPage>(&self, _: &mut T, p: *mut u8) {
  • replacement in sanakirja-core-async/src/lib.rs at line 80
    [2.3668][2.3668:3699]()
    impl Storable for $t {
    [2.3668]
    [2.3699]
    impl $crate::Storable for $t {
  • replacement in sanakirja-core-async/src/lib.rs at line 89
    [2.3988][2.3988:4026]()
    impl UnsizedStorable for $t {
    [2.3988]
    [2.4026]
    impl $crate::UnsizedStorable for $t {