Results 232 comments of refi64

> I've implemented highlighting python code ...huh? I mean, I'm not sure what exactly this would have to do with --spy...is your code available for viewing anywhere? (FWIW roll-your-own syntax...

Ah, that added context would have been really helpful in the issue description...

I _seriously_ doubt that eithee Shedskin or Cython would work: the former is very, very restrictive; and the latter, I believe, uses a custom parser.

I'm toying with just fixing up `if`s to avoid useless assignments.

@gilch Seems like this was broken by #962 (in f4afb0ca7efd76cb3bc4a99bc3c719c1ef96584a)...still investigating further.

Actually, no. When the compiler looks at the code, it's unexpanded, so it needs to now be checking for `if` *and* `if*`.

AFAIK `cond` uses `if`, so it's just the same core issue. IMO I wouldn't find moving `if` into the compiler. I was toying with a rewrite of `if` that used...

Last time I tried hdb, it removed the concept of newlines from my terminal. And crashed. I rarely use debuggers; I only touch them when doing assembly programming. Usually, I...

Hmm, the Azure logs seem to have some 500 internal server errors from Azurite, I'll look into it locally.

I can't reproduce the CI failure at all locally, so I added a step to upload Azurite's logs if the tests fail, which should hopefully help clear things up a...