--- - branch: MAIN date: Sat Jan 20 02:21:16 UTC 2018 files: - new: '1.65' old: '1.64' path: pkgsrc/lang/racket/Makefile pathrev: pkgsrc/lang/racket/Makefile@1.65 type: modified - new: '1.18' old: '1.17' path: pkgsrc/lang/racket/PLIST pathrev: pkgsrc/lang/racket/PLIST@1.18 type: modified - new: '1.22' old: '1.21' path: pkgsrc/lang/racket/distinfo pathrev: pkgsrc/lang/racket/distinfo@1.22 type: modified - new: '0' old: '1.5' path: pkgsrc/lang/racket/patches/patch-src_configure pathrev: pkgsrc/lang/racket/patches/patch-src_configure@0 type: deleted - new: '0' old: '1.3' path: pkgsrc/lang/racket/patches/patch-src_racket_configure.ac pathrev: pkgsrc/lang/racket/patches/patch-src_racket_configure.ac@0 type: deleted id: 20180120T022116Z.31498f7a65a83a8f4f4c3e52926cefd368fa09bd log: | Update to v6.11 * Typed Racket supports refinement types and dependent function types. Previously an experimental feature, refinement types allow types to describe more interesting properties of values, especially integers. For example, this type shows that the `max` function always produces a number at least as big as its inputs: `(-> ([x : Integer] [y : Integer]) (Refine [z : Integer] (and (>= z x) (>= z y))))` * DrRacket's Program Contour is significantly more efficient; using it no longer hurts DrRacket's interactivity. * The `web-server/formlets` library produces formlets that are serializable, facilitating dynamic uses of formlets in stateless #lang web-server servlets. The new `web-server/formlets/stateless` and `web-server/formlets/unsafe` libraries provide additional support with the same API. * The `db` library supports the Cassandra database. module: pkgsrc subject: 'CVS commit: pkgsrc/lang/racket' unixtime: '1516414876' user: sevan