diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-09-05 09:37:32 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-09-05 09:37:32 -0700 |
commit | a3481777c6cbdb75e0db18ba7491e8baa2d21092 (patch) | |
tree | 3ca07bd569e78efd1170bb6b4dfe47450dd6a34a /edit | |
parent | 11c087ce2c1676e66cedfc87c5893780f3e16f09 (diff) | |
download | mu-a3481777c6cbdb75e0db18ba7491e8baa2d21092.tar.gz |
2147 - starting to split edit.mu into layers
edit.mu is now over 9k lines long. Only 2.6k of them are code. Plan: chunk it into multiple files inside say an 'edit' directory. Then you can run it with: $ mu edit/* I also want to be able to test just a few layers: $ mu edit/00[1-5]* When I try to chunk it into files, the first issue I run into is that before/after can't refer back to previous layers. Solution: transform_all at one shot after loading all files.
Diffstat (limited to 'edit')
0 files changed, 0 insertions, 0 deletions