Ticket #278 (closed defect: fixed)

Opened 14 years ago

Last modified 14 years ago

quickstart make-post fails

Reported by: jhgilles@… Owned by: jaymccarthy
Priority: major Milestone:
Component: jaymccarthy/mongodb.plt Keywords:
Cc: Version: (1 4)
Racket Version: 4.2.5

Description

On Intel Macbook Pro 10.6.3
Everything works until:

(define p

(make-post #:title "Welcome to my blog"

#:body "This is my first entry, yay!"))

. . /Users/john/Library/PLT Scheme/planet/300/4.2.5/cache/jaymccarthy/mongodb.plt/1/4/basic/driver.ss:

(file

/Users/john/Library/PLT Scheme/planet/300/4.2.5/cache/jaymccarthy/mongodb.plt/1/4/orm/dict.ss)

broke the contract

(-> mongo-db? string? mongo-collection?) on make-mongo-collection; expected <mongo-db?>, given: #f


Change History

Changed 14 years ago by jaymccarthy

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

Fixed in 1.5

Note: See TracTickets for help on using tickets.