On Sat, Oct 15, 2016 at 8:39 AM, Vincent St-Amour <[email protected]> wrote: > The release announcement sketch that I have so far is below. Please > mail me new items and/or edits. > > Please phrase announcements using complete sentences and avoid the > word "now". > ---------------------------------------------------------------------- > > Alexis: > - private repo support in pkg (racket @ > d409fb5e2ec8b29932cde718b8383ffa0ce071e3 > 8de889df5ea3e0859cd01f1fcd39cdca5a7f949c > 6d63e4443ffad0b73c9632033dbf2adcb0871658) > > Ben: > - #lang and #reader search (racket @ 1dd934c8cb78ba038235eab9659bc9c4c08c07df) > - file/glob (racket @ 97c65102b3ca4aaacf0674fe691e3c0783224bc0) > > Gustavo: > - optimizations (racket @ dce42313ad3dea250acd1de4c56161b3fd87eca1 > f8b3ba8253b2b94e5f0b060bc256f651ba73dd48 > 397d6041823497a639c09660eca2f0573a58c62e > e5e781c4ecffe5494d662e1a43ba3a5dcc2db887 > 8bb79deaa21ebbaba544ec29c6702369a3b23035 > d4158c2b04b71d193ab32e43396b62b865ec2df6 ) > > Jay: > - is Android support new as of this release? > - FFI polling mode (racket @ 96d212d3768c6c74f3a524e7d8c4bef075687273)
The "--enable-ffipoll" option causes Racket to block before FFI calls until the embedding program explicitly completes those calls. This is used, for instance, in the Android port to ensure that OpenGL calls originate from the appropriate thread even when Racket is executing in a different thread. > - https and git proxying via HTTP CONNECT (racket @ > 321000b831a4acbc45c6645e6074f5b935d2eaa5) HTTP libraries, including raco pkg, support proxying via HTTP CONNECT. > > Leif: > - xrepl on by default (racket @ b1adf65fd0c3949d862f3e46aa869af8716e2615) > > Matthew: > - Sierra support (distro-build @ 1acc02146b69ce25e70020d77b964c7d251147ca) > - GTK3 fixes? (gui @ 6b2f4a72aebbd689add17b3fc3bc48a4cf287fa5) > - faster hashing (racket @ 671adc0de2203df2a1ff6b112dca3942c699de1c) > - struct optimizations (racket @ 591fcb622859252a51702c8f357a888af13406a4 > 95f6a2342b35f25b7cb50f8f57e28699ae4aa4f2 > 9c94e5a8df48d965c0d31a3dc2c11fad71cf8a63 > 3f4e7d90cb8c38429f3e1f23dc1240011aefd7fa > 6e4a4f4949863c7837f7fe4a210294d80f70fa64 > 36548ea28979aaacbcb92d114030a8cdd2a786f9) > - `use-compiled-file-check` and `PLT_COMPILED_FILE_CHECK` (racket @ > fc345ed249c7393bce77b31f5f5812d487ef6958) > - keyword expansion optimization (racket @ > 7bcc9afd4c4d752ce06d5602c6d227d80e0305e0 > ad230d2ca09ee45002eaa1bea24a1e8ce933e3a9) > > Robby: > - heap performance improvements (data @ > affdb80bfc3e62511f481f89b90faef7d7042093) > - new tabifying behavior (gui @ 8272f990353ecad183c19b544db3fd6f6dbd5d30 > 0ae0a5b8044faecb49cc10b58f423f8548fade0f) > - better editing for 2d syntax (gui @ > 18404570dde4e52a460f53c63d349be9d6635b0a) > - better redex performance with errortrace off (redex @ > abcb34aa045fde894360d59c4ae701a17013fd1c) > > Typed Racket: > - `Any` unsoundness follow-up? (typed-racket @ > 191ec136b6606ed63b8548c8493dba59104c60fb > 50aab9806ff549ddc5f59f00d16ce336bc20eec6) > - additions to type environment (typed-racket @ > 835cfcd7ea3a211c1337c99e67f6715af3f030a5 > 5175f9d873610582f416319ff7b914fceb86bf74 > 8aa12e48df2dc393e2cfdb09080c1f1998f48076 > abdc0e8ebc2e261797a832dfc5b081772e586f44) > - row-inst (typed-racket @ 164b22de59bc34f871e2f106c5b40a880a63d8d2) > > ---------------------------------------------------------------------- > > -- > You received this message because you are subscribed to the Google Groups > "Racket Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/racket-dev/m21szhzszq.wl-stamourv%40eecs.northwestern.edu. > For more options, visit https://groups.google.com/d/optout. -- Jay McCarthy Associate Professor PLT @ CS @ UMass Lowell http://jeapostrophe.github.io "Wherefore, be not weary in well-doing, for ye are laying the foundation of a great work. And out of small things proceedeth that which is great." - D&C 64:33 -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/CAJYbDam_F3yqM4Cr2nrYoZm714TC1SMVx%3Dj__%2B0v_1ZrHkm%3D9A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
