Files
textmate/Frameworks
Allan Odgaard 14ff3cf047 Add new bundle loading code
Some shortcomings:
1. Cache format is more wasteful (and kept in memory)
2. Device UUID and inode of root folder is not considered when replaying fs-events (we should do a recursive rescan if either changes).

On the bright side, the code better separates loading bundles from disk, and maintaining a disk cache updated via fs-events. This should make it easier to force cache invalidation when updating bundles from within TextMate (so we do not rely on fs-events) and to move bundle loading away from the main thread.

Additionally, by moving the bundle loading code to the bundle manager singleton, we’re introducing a single source of knowledge about “bundles on disk”, regardless of wether they are managed or not.
2013-03-25 12:16:56 +01:00
..
2013-03-10 14:34:44 +01:00
2013-03-20 13:54:16 +01:00
2013-03-25 10:25:59 +01:00
2013-01-22 19:23:16 +01:00
2013-02-22 15:50:37 +01:00
2013-03-16 17:49:49 +01:00
2013-02-08 11:20:35 +01:00
2013-02-20 12:54:26 +01:00
2012-08-09 16:25:56 +02:00