Re: [racket-dev] release notes

2013-12-21 Thread Robby Findler
I think you should consider starting one (assuming you've not already). Robby On Sat, Dec 21, 2013 at 8:34 PM, Neil Toronto wrote: > False. > > > On 12/21/2013 07:33 PM, Robby Findler wrote: > >> ∃ relevant(HISTORY.txt) ? >> >> Robby >> >> >> On Sat, Dec 21, 2013 at 8:29 PM, Neil Toronto >

Re: [racket-dev] release notes

2013-12-21 Thread Neil Toronto
False. On 12/21/2013 07:33 PM, Robby Findler wrote: ∃ relevant(HISTORY.txt) ? Robby On Sat, Dec 21, 2013 at 8:29 PM, Neil Toronto mailto:neil.toro...@gmail.com>> wrote: Every existing, relevant HISTORY.txt was updated. :D Neil ⊥ On 12/21/2013 06:08 PM, Robby Findler wrote:

Re: [racket-dev] release notes

2013-12-21 Thread Robby Findler
∃ relevant(HISTORY.txt) ? Robby On Sat, Dec 21, 2013 at 8:29 PM, Neil Toronto wrote: > Every existing, relevant HISTORY.txt was updated. :D > > Neil ⊥ > > > On 12/21/2013 06:08 PM, Robby Findler wrote: > >> Did an appropriate HISTORY.txt file get updated with these? >> >> Robby >> >> >> On Sat,

Re: [racket-dev] release notes

2013-12-21 Thread Neil Toronto
Every existing, relevant HISTORY.txt was updated. :D Neil ⊥ On 12/21/2013 06:08 PM, Robby Findler wrote: Did an appropriate HISTORY.txt file get updated with these? Robby On Sat, Dec 21, 2013 at 5:25 PM, Neil Toronto mailto:neil.toro...@gmail.com>> wrote: On 12/19/2013 07:41 PM, Robby F

Re: [racket-dev] release notes

2013-12-21 Thread Robby Findler
Did an appropriate HISTORY.txt file get updated with these? Robby On Sat, Dec 21, 2013 at 5:25 PM, Neil Toronto wrote: > On 12/19/2013 07:41 PM, Robby Findler wrote: > >> Neil \bot: point-label3d >> > > * Plot: Added plot/no-gui, plot/pict and plot/bitmap for non-GUI uses >(such as documen

Re: [racket-dev] release notes

2013-12-21 Thread Neil Toronto
On 12/19/2013 07:41 PM, Robby Findler wrote: Neil \bot: point-label3d * Plot: Added plot/no-gui, plot/pict and plot/bitmap for non-GUI uses (such as documentation building), and point-label3d. Neil \bot: math library improvements (docs in 6525e8f7 other stuff?) * Math: math/flonum expo

Re: [racket-dev] Pre-Release Checklist for v6.0, corrected url

2013-12-21 Thread Neil Toronto
* Neil Toronto - Plot Tests - Images Tests - Inspect icons - Math tests Everything passes, except for the plots with the missing polygons in the docs (which may indicate missing polygons on Windows or Mac OS X in general) and the style issue in the plot docs. Neil ⊥ ___

Re: [racket-dev] Pre-Release Checklist for v6.0, corrected url

2013-12-21 Thread Robby Findler
I think that something changed with the way the blue boxes work that Matthew B and Matthew F were working on. Robby On Sat, Dec 21, 2013 at 4:26 PM, Neil Toronto wrote: > Yeah, I had that on my list of things to look into. They're produced by > this code in "unstable/latent-contract/defthing.rk

Re: [racket-dev] Pre-Release Checklist for v6.0, corrected url

2013-12-21 Thread Neil Toronto
Yeah, I had that on my list of things to look into. They're produced by this code in "unstable/latent-contract/defthing.rkt": (define (def/value def val . pre-flows) (apply s.nested (s.tabular #:style (s.style 'boxed '()) (list (list (s.nested def))

Re: [racket-dev] Pre-Release Checklist for v6.0, corrected url

2013-12-21 Thread Sam Tobin-Hochstadt
That same documentation has a strange rendering issue with the `= #t` in the various blue boxes. In particular, unlike here: http://docs.racket-lang.org/plot/params.html?q=z-far#%28def._%28%28lib._plot%2Fmain..rkt%29._plot-z-far-axis~3f%29%29 they're not in the blue boxes. I've CC'ed Matthew B. in

Re: [racket-dev] Pre-Release Checklist for v6.0, corrected url

2013-12-21 Thread Neil Toronto
Some plots in the documentation are missing a polygon. I think it's platform-specific, because I can't reproduce the problem. Examples: First example plot in "1.5 Renderer and Plot Bounds" (look for a light green rectangle) file:///usr/racket-5.91.0.900/doc/plot/intro.html?q=plot#%28part._.R

Re: [racket-dev] release notes

2013-12-21 Thread Vincent St-Amour
At Thu, 19 Dec 2013 20:41:25 -0600, Robby Findler wrote: > Sam, Vincent: errortrace-based profiling * The profiler provides a new mode that uses the Errortrace library to produce more fine-grained profiles. (Also added a history file for the profiler, commit 15b333a0a6517 ) > Vincent: contract