nbb 2026-07-26

I'm using nbb with deno. I have a server process that also starts a nrepl server via nbb.nrepl-server/start However, as soon as I press tab in the nrepl client, the process crashes:

nREPL server started on port 1337 on host 127.0.0.1 - 
error: Uncaught im {
  message: "Invalid symbol: sessions/",
  data: {
    G: null,
    I: 7,
    C: [
      {
        Wb: null,
        name: "type",
        ha: "type",
        ue: 1174270348,
        F: 2153775105,
        N: 4096
      },
      {
        Wb: "sci.error",
        name: "parse",
        ha: "sci.error/parse",
        ue: -264338844,
        F: 2153775105,
        N: 4096
      },
      {
        Wb: null,
        name: "line",
        ha: "line",
        ue: 212345235,
        F: 2153775105,
        N: 4096
      },

I'm using nbb with deno. I have a server process that also starts a nrepl server via nbb.nrepl-server/start However, as soon as I press tab in the nrepl client, the process crashes:

nREPL server started on port 1337 on host 127.0.0.1 - 
error: Uncaught im {
  message: "Invalid symbol: sessions/",
  data: {
    G: null,
    I: 7,
    C: [
      {
        Wb: null,
        name: "type",
        ha: "type",
        ue: 1174270348,
        F: 2153775105,
        N: 4096
      },
      {
        Wb: "sci.error",
        name: "parse",
        ha: "sci.error/parse",
        ue: -264338844,
        F: 2153775105,
        N: 4096
      },
      {
        Wb: null,
        name: "line",
        ha: "line",
        ue: 212345235,
        F: 2153775105,
        N: 4096
      },