Skip to content

Seems to hang on infinite sequences #15

Closed
@tekacs

Description

@tekacs

Replication steps

user.clj:

(ns user
  (:require [nextjournal.clerk :as clerk]))

(clerk/serve! {:watch-paths ["notebooks"]})

notebooks/tester.clj:

(range)

This seems to hang, rather than handling the infinite sequence as expected and called out in the example here:

Clerk server launched with Calva's jack-in, with no other dependencies. The Clerk server seems to just stop responding to updates.

On the other hand (range 100) seems to work fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions