intent-engine 0.8.3

A command-line database service for tracking strategic intent, tasks, and events
Documentation
��cargo :     Checking intent-engine v0.7.1 (D:\prj\intent-engine-feture)

@b(WMOn L�:1 W[&{: 1

+ cargo check > check_output.txt 2>&1

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo          : NotSpecified: (    Checking in...-engine-feture):Str 

   ing) [], RemoteException

    + FullyQualifiedErrorId : NativeCommandError

 

warning: unused import: `sqlx::SqlitePool`

   --> src\dashboard\handlers.rs:695:9

    |

695 |     use sqlx::SqlitePool;

    |         ^^^^^^^^^^^^^^^^

    |

    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default



error[E0061]: this method takes 5 arguments but 4 arguments were supplied

   --> src\dashboard\server.rs:399:10

    |

399 |         .get_online_projects_with_current(

    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

...

403 |             state.port,

    |             ---------- argument #4 of type `&websocket::ProjectInfo` is 

missing

    |

note: method defined here

   --> src\dashboard\websocket.rs:156:18

    |

156 |     pub async fn get_online_projects_with_current(

    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

...

161 |         host_project: &ProjectInfo,

    |         --------------------------

help: provide the argument

    |

403 |         .get_online_projects_with_current(

...

406 |             &project.db_path,

407 ~             /* &websocket::ProjectInfo */,

408 ~             state.port,

    |



For more information about this error, try `rustc --explain E0061`.

warning: `intent-engine` (lib) generated 1 warning

error: could not compile `intent-engine` (lib) due to 1 previous error; 1 warning 

emitted