{5} Accepted, Active Tickets by Owner (Full Description) (7 matches)

List tickets accepted, group by ticket owner. This report demonstrates the use of full-row display.

jaymccarthy (1 match)

Ticket Summary Component Milestone Type Created
Description
#330 Unable to create unique indices jaymccarthy/mongodb.plt enhancement 04/27/11

mongo ensureIndex requires two documents when creating unique indices. The current interface seems to only provide for one.

i.e, db.things.ensureIndex({x : 1}, {unique : true}) does not seem to have a mongo equivalent


schematics (2 matches)

Ticket Summary Component Milestone Type Created
Description
#160 Port to typed-scheme schematics/schemeunit.plt enhancement 03/25/09

Rewrite the core of SchemeUnit? in Typed Scheme.


#156 test-suite semantics change makes my code infinite loop schematics/schemeunit.plt task 03/19/09

I was driving myself crazy trying to figure out why my Intel laptop was running my tests while my old Power Mac was taking forever to run them.

Eventually I realized it was because my Power Mac had downloaded a more recent version of Scheme Unit.

Consider the following:

#lang scheme

#;
(require (planet schematics/schemeunit:3) 
         (planet schematics/schemeunit:3/text-ui))
(require (planet "main.ss" ("schematics" "schemeunit.plt" 3 (= 3)))
         (planet "text-ui.ss" ("schematics" "schemeunit.plt" 3 (= 3))))

(define felixs-suite (test-suite ""))

(set! felixs-suite 
      (test-suite "snoc" 
                  felixs-suite
                  (test-case "test" (check-equal? 1 1))))

(run-tests felixs-suite)

I use the pattern above (in a more complicated manner but abstracted under a macro) to incrementally construct a set of test cases whose evaluation will be delayed until I invoke run-tests.

I can see in the Release Notes for version 3.4 that you say that you have changed things to allow "arbitrary expressions" in test suites. But I would claim that you have merely changed the set of allowable expressions, since my example worked better under the old semantics. The documentation should be improved to make this clearer.


In the meantime, can you tell me how you would achieve the effect I desire? (One way to think of the desired effect is like the Student Language's check-expect form, which delays invocation of the tests until the entire module body has been evaluated.)


spdegabrielle (1 match)

Ticket Summary Component Milestone Type Created
Description
#238 note that you need to restart DrScheme after (require ...)-ing the projectmgr spdegabrielle/projectmgr.plt task 12/23/09

If you could add that to the docs, it might save someone the puzzled 5 minutes I just spent. :-)


untyped (2 matches)

Ticket Summary Component Milestone Type Created
Description
#130 Use of set-cdr! untyped/delicious.plt defect 11/23/08

This package requires another package that uses set-cdr!


#137 Doesn't work in Current Version of PLT untyped/delicious.plt defect 12/16/08

Looks like it has a dep on srfi-42 which is broken Or rather, it refers to a file in srfi-42 that no longer exists


williams (1 match)

Ticket Summary Component Milestone Type Created
Description
#207 Sudoku example doesn't work williams/inference.plt defect 09/30/09

The Sudoku example does not work properly.


Note: See TracReports for help on using and creating reports.