Closed bFraley closed 8 years ago
Good work.
Nitpick: I would put import stats below all the import std.*. Also core.std.** goes before std.*. I usually sort my imports by low-level to high-level, which is completely arbitrary (lol).
I think you did the right thing in ast.d.
Merged this PR right away because people might be trying to clone Higgs shortly (might have tried yesterday in fact).
I'll go back in do the imports how you'd like...I'm picky too, and agree with your way - and keeping things uniform :) @maximecb Can you verify that when building you only get the single warning now, the one for currAppTick?
I unfortunately don't have access to my home machine here, so I can't test anything until next week.
This PR eliminates all deprecated module warnings except for the one related to currAppTick.
@maximecb I left work on MonoTime out of this PR. I think it's a good idea to introduce the new timing functionality under a new Issue/PR in order to more distinctly isolate those changes.
I had one concern over where I added
import stats
toir/ast.d
This is to eliminate:where the line 360 above increments numFunsComp: