Skip to content

Commit

Permalink
feat(#45): puzzle
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Oct 11, 2024
1 parent 11e2d2b commit 25708ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/src/init/server_with_init_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ impl ServerWithInitState {

impl Server for ServerWithInitState {
/// Start.
// @todo #45:60min Transform transpiled state from FSL AST to Fakehub objects.
// Now we simply logging transpiled AST, let's create Fakehub objects from
// obtained AST.
fn start(&self) -> BoxFuture<'_, Result<()>> {
Box::pin(async move {
let transpiled =
Expand Down

0 comments on commit 25708ec

Please sign in to comment.