1. Open ⌘⇧-T window 2. Open a file that takes some time to syntax highlight
Expected: newly opened file highlights, and function window populates Obtained: Spinning wheel of death
Alternative repro
1. Open a file that takes some time to syntax highlight 2. Open ⌘⇧-T window (you probably have a few seconds to do this)
Expected: Function window populates with function list Obtained: Spinning wheel of death
Version: 2.0-rc.7.
Spinning wheel of death is not a "crasher". You're describing a hang, not a crash. m.
On Oct 25, 2017, at 7:57 AM, Tim Bates timothy.c.bates@gmail.com wrote:
- Open ⌘⇧-T window
- Open a file that takes some time to syntax highlight
Expected: newly opened file highlights, and function window populates Obtained: Spinning wheel of death
Alternative repro
- Open a file that takes some time to syntax highlight
- Open ⌘⇧-T window (you probably have a few seconds to do this)
Expected: Function window populates with function list Obtained: Spinning wheel of death
-- matt neuburg, phd = http://www.apeth.net/matt/ pantes anthropoi tou eidenai oregontai phusei Programming iOS 11! http://shop.oreilly.com/product/0636920107408.do iOS 11 Fundamentals! http://shop.oreilly.com/product/0636920107415.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
Thanks for the specificity. The now almost-extinct SWOD makes a rare appearance, and remains for as long as you leave it: so yes... a hang it is.
On 25 Oct 2017, at 3:59 pm, Matt Neuburg matt@tidbits.com wrote:
Spinning wheel of death is not a "crasher". You're describing a hang, not a crash. m.
On Oct 25, 2017, at 7:57 AM, Tim Bates timothy.c.bates@gmail.com wrote:
- Open ⌘⇧-T window
- Open a file that takes some time to syntax highlight
Expected: newly opened file highlights, and function window populates Obtained: Spinning wheel of death
Alternative repro
- Open a file that takes some time to syntax highlight
- Open ⌘⇧-T window (you probably have a few seconds to do this)
Expected: Function window populates with function list Obtained: Spinning wheel of death
Same experience. The hang, as far as i can tell, fails to ever resolve. I’ve given it minutes when the file itself (1660 loc) would otherwise resolve its highlighting in < 1.5 seconds. Waiting for the highlight resolution solves the hang entirely.
On 25 Oct 2017, at 9:19, Tim Bates wrote:
Thanks for the specificity. The now almost-extinct SWOD makes a rare appearance, and remains for as long as you leave it: so yes... a hang it is.
On 25 Oct 2017, at 3:59 pm, Matt Neuburg matt@tidbits.com wrote:
Spinning wheel of death is not a "crasher". You're describing a hang, not a crash. m.
On Oct 25, 2017, at 7:57 AM, Tim Bates timothy.c.bates@gmail.com wrote:
- Open ⌘⇧-T window
- Open a file that takes some time to syntax highlight
Expected: newly opened file highlights, and function window populates Obtained: Spinning wheel of death
Alternative repro
- Open a file that takes some time to syntax highlight
- Open ⌘⇧-T window (you probably have a few seconds to do this)
Expected: Function window populates with function list Obtained: Spinning wheel of death
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 25 Oct 2017, at 18:44, Ben Roux wrote:
Same experience. The hang, as far as i can tell, fails to ever resolve. I’ve given it minutes when the file itself (1660 loc) would otherwise resolve its highlighting in < 1.5 seconds. Waiting for the highlight resolution solves the hang entirely.
This is fixed in latest nightly build, sorry about the delay addressing this.