Simon Lindholm

Results 99 comments of Simon Lindholm

... although, a separate pass may be better since we could then have it work with comparisons being assigned to variables instead of just being if'd. Leaving `perm_condition` for just...

I'm fine with this for Hashing-codeforces, but for Hashing which is meant to be typed by hand this just adds extra characters that are seldom needed, and it would add...

The underlying issue here looks to be that Firebug began using reps to store property values in 1.11, and FireFile overwrites those.

We might be able to solve this from Firebug's side. I filed [issue 6129](http://code.google.com/p/fbug/issues/detail?id=6129) - with luck we might this fixed for Friday.

Agreed, and there are other conflicts too that more directly are things that FireFile is doing wrong (several right click options, locationless rules, overriding `CSSStylePanel.prototype.template` with something that doesn't implement...

As I recall pyelftools was also a bit of a pain to set up on Ubuntu, with pypy/cpython path conflicts (I don't remember the details). This might alleviate that.

As soon as I manage to compile clang and finish all documentation. :P

This issue isn't about reordering switch cases (that would be very dangerous indeed, and we haven't found a compiler for which we need to do that), but rather about the...