Re: [racket-users] Logger shows lots of info messages about collapsible-contract-bailout and collapsible-value-bailout

2020-04-03 Thread Greg Hendershott
In case it's useful here are some levels for various loggers. '((cm-accomplice . warning) (GC . info) (module-prefetch . warning) (optimizer . info) (racket/contract . error) (sequence-specialization . info)

Re: [racket-users] Logger shows lots of info messages about collapsible-contract-bailout and collapsible-value-bailout

2020-03-16 Thread epi
Thanks to you and Robby Findler for your quick replies! March 14, 2020 4:17 PM, "Ben Greenman" wrote: >>> I don't know what triggers it and google does not return any results. >>> Just curious, is it something I should be worried about? >>> I am using Racket v7.5 if it helps. > > Searching

Re: [racket-users] Logger shows lots of info messages about collapsible-contract-bailout and collapsible-value-bailout

2020-03-14 Thread Ben Greenman
>> I don't know what triggers it and google does not return any results. >> Just curious, is it something I should be worried about? >> I am using Racket v7.5 if it helps. Searching google for "collapsible contract" should point to these pages, at least:

Re: [racket-users] Logger shows lots of info messages about collapsible-contract-bailout and collapsible-value-bailout

2020-03-14 Thread Robby Findler
Definitely not something to worry about! Robby On Sat, Mar 14, 2020 at 8:59 AM wrote: > > Hi everyone, > > I was debugging my program using the logging facilities, and I was getting > a lot of the following messages at level info: > > [ info] collapsible-contract-bailout: arrow: has optional

[racket-users] Logger shows lots of info messages about collapsible-contract-bailout and collapsible-value-bailout

2020-03-14 Thread epi
Hi everyone, I was debugging my program using the logging facilities, and I was getting a lot of the following messages at level info: [ info] collapsible-contract-bailout: arrow: has optional args [ info] collapsible-contract-bailout: arrow: has keyword args [ info]