Skip to content

FIX: Compilation errors in holographic_transport.rs #736

@iberi22

Description

@iberi22

Descripción

El archivo crates/synapse-infra/src/adapters/holographic_transport.rs tiene errores de compilación:

Error principal

error[E0599]: no method named \write\ found for struct \CrystallineLedger\

El código intenta usar .write().await\ en un &CrystallineLedger\ que no es un \RwLock.

Ubicación

  • Línea 254: \crystal_write.write().await\
  • El parámetro \crystal: &CrystallineLedger\ debería ser \crystal: &RwLock\

Criterios de Aceptación

  • Fixear la firma del método para usar &RwLock\
  • Verificar que compile \cargo check -p synapse-infra\
  • Ejecutar tests si existen

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingjulesAssigned to Google Jules

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions