Brian Anderson
|
518dc52f85
|
Reformat
This changes the indexing syntax from .() to [], the vector syntax from ~[] to
[] and the extension syntax from #fmt() to #fmt[]
|
2011-08-20 11:04:00 -07:00 |
|
Marijn Haverbeke
|
df7f21db09
|
Reformat for new syntax
|
2011-07-27 15:54:33 +02:00 |
|
Graydon Hoare
|
39151f2ad8
|
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
|
2011-07-13 15:44:09 -07:00 |
|
Paul Stansifer
|
b4c3b83f26
|
Fix bug: globbed imports were importing everything visible from the other
module, not just everything exported.
|
2011-06-22 15:41:39 -07:00 |
|
Paul Stansifer
|
9f5dddf08c
|
Now imports are not re-exported unless 'export' is explicitly used.
|
2011-05-31 18:43:26 -07:00 |
|
Paul Stansifer
|
af6b4821c1
|
Handle circularity in glob imports in a more elegant fashion.
|
2011-05-27 02:42:33 +00:00 |
|
Paul Stansifer
|
54ca8565c9
|
Fix bugs: make sure glob imports show up in the right module,
and make sure that circular glob imports don't diverge.
|
2011-05-27 02:42:33 +00:00 |
|