Re: [dev-servo] Panic reports belong in a separate repository

2016-07-05 Thread Manish Goregaokar
I like this idea -Manish Goregaokar On Mon, Jul 4, 2016 at 9:06 PM, Josh Matthews wrote: > While there can be advantages to having them integrated directly into > servo/servo, the sheer volume of reports is making my usual practices of > keeping on top of things happening in servo/servo difficu

Re: [dev-servo] Panic reports belong in a separate repository

2016-07-05 Thread Alan Jeffrey
Yes, this sounds like a good idea, especially if we can migrate issues. On Jul 5, 2016 06:03, "Manish Goregaokar" wrote: > I like this idea > > -Manish Goregaokar > > On Mon, Jul 4, 2016 at 9:06 PM, Josh Matthews > wrote: > > > While there can be advantages to having them integrated directly int

[dev-servo] Getting rid of the "Servo unexpectedly quit last time; reopen/don't reopen" dialog on OS X

2016-07-05 Thread Josh Matthews
Servo occasionally gets into a state where it continually wants to reopen the windows from the last run that was interrupted by a crash on OS X. This doesn't actually work and is annoying. I made this disappear by running "rm -rf ~/Library/Saved\ Application\ State/org.servo.servo.savedState/".

Re: [dev-servo] Panic reports belong in a separate repository

2016-07-05 Thread rfobic
Hi Folks, We end up submitting crashes to servo/servo as it seemed like a preferred choice last week when I talked to Jack about it. If you want to use a different repository instead, please let me know which one (preferably via issue in https://github.com/browserhtml/browserhtml and mentioning

Re: [dev-servo] Getting rid of the "Servo unexpectedly quit last time; reopen/don't reopen" dialog on OS X

2016-07-05 Thread Manish Goregaokar
The `defaults` command can be used directly on plist files, so done: https://github.com/servo/servo/pull/12267 -Manish Goregaokar On Tue, Jul 5, 2016 at 9:42 PM, Josh Matthews wrote: > Servo occasionally gets into a state where it continually wants to reopen > the windows from the last run that