cwgreene / quantum

Javascript Library for Quantum simulation
MIT License
1 stars 0 forks source link

Do dependencies construction correctly in run_tests.py #11

Closed cwgreene closed 7 years ago

cwgreene commented 8 years ago

The current implementation doesn't really bother to actually do any topological sort, and will fail in many cases.

This isn't cool, so we should do it correctly.

cwgreene commented 8 years ago

We could just switch over to using "require" everywhere. Do you have a good reason not to?

cwgreene commented 7 years ago

Nope. Moved to typescript and require.