Skip to content

PersistentQueue.EMPTY is nil #323

Closed
Closed
@dmg46664

Description

[ To keep development of this project going, consider sponsoring. If you are
already a sponsor, thank you! ]

version

1.2.173

platform

Node.js v19.8.1

problem & repro

(comment
  ;; "nbb" "1.0.142" works
  ;; "nbb" "1.2.173" regression
  (peek (into cljs.core/PersistentQueue.EMPTY [:a :b :c])) ;; nbb => :c
  (peek (into cljs.core/PersistentQueue.EMPTY [:a :b :c])) ;; shadow-cljs => :a
  )

expected behavior

As per above.

Discussion
https://clojurians.slack.com/archives/C029PTWD3HR/p1682156505265399

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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