diff options
| author | RogueAI42 <[email protected]> | 2017-06-13 21:01:34 +1000 |
|---|---|---|
| committer | RogueAI42 <[email protected]> | 2017-06-13 21:01:34 +1000 |
| commit | adf218ac25163d883e472dd68321f321c93c6f24 (patch) | |
| tree | 873804058df3cd6388e1f13f0955d64601b980b2 /ShiftOS.Server/Program.cs | |
| parent | 2acfa34596061a9236bb6a9df1e3f3a0c01d6ff0 (diff) | |
| download | shiftos_thereturn-adf218ac25163d883e472dd68321f321c93c6f24.tar.gz shiftos_thereturn-adf218ac25163d883e472dd68321f321c93c6f24.tar.bz2 shiftos_thereturn-adf218ac25163d883e472dd68321f321c93c6f24.zip | |
fixed assembly cache format
My first attempt at an assembly cache was a dictionary from a
Python filename to its associated assembly... except each templated
class in the file gets its own assembly.
This new format (which has different magic numbers) provides a
dictionary from a Python filename to a *list* of its associated
assemblies. This also means that the cache can remember Python
files with no associated assemblies so that they don't get scanned
again.
Diffstat (limited to 'ShiftOS.Server/Program.cs')
0 files changed, 0 insertions, 0 deletions
