Ticket #269 (closed defect: invalid)

Opened 14 years ago

Last modified 14 years ago

error "make-hasheq: expects no arguments, given 1"

Reported by: anonymous Owned by: jaymccarthy
Priority: major Milestone:
Component: jaymccarthy/mongodb.plt Keywords: make-hasheq
Cc: Version: (1 2)
Racket Version: 4.2.4

Description

launching just installed PLT 4.2.4 with only command "(require (planet jaymccarthy/mongodb:1:2))" throws error

make-hasheq: expects no arguments, given 1: ((1 . function) (2 . binary) (3 . uuid) (5 . md5) (128 . user-defined))

manuals consider functions
(make-hasheq) → (and/c hash? hash-eq?)
and
(make-immutable-hasheqv assocs) → (and/c hash? hash-eqv? immutable?) assocs : (listof pair?)

Change History

Changed 14 years ago by jaymccarthy

  • status changed from new to closed
  • resolution set to invalid

This was added recently. You can use a nightly build or wait until the release at the end of this week.

Note: See TracTickets for help on using tickets.