Commit Graph

8 Commits

Author SHA1 Message Date
adlawson
6733fb8c13 Update directory and file tests 2015-07-24 17:14:55 +01:00
adlawson
e495f5765a Add link node factory methods 2015-07-24 17:14:08 +01:00
adlawson
09a70ad1f0 Add file and directory link node types 2015-07-24 17:13:46 +01:00
adlawson
8715b8b2c2 Update Stat description and permission bits 2015-07-22 11:23:08 +01:00
adlawson
bede3179a2 Update CS fixes 2015-07-21 15:38:16 +01:00
adlawson
30e428df47 Remove file __toString behaviour
Casting a file to a string to get the content is a bit of a dirty
pattern.
2015-07-21 12:30:08 +01:00
adlawson
c937b5a286 Bitwise & rather than | node stat types
We need all the bits to pass simple tests like `is_dir` and `is_file`.

Fiexes #9.
2014-09-04 17:57:00 +01:00
adlawson
012fdd61a6 Add node tests
Includes node factory and walker tests.
2014-07-06 17:33:15 +01:00