TODO in ruby-filemagic-0.3.0 vs TODO in ruby-filemagic-0.4.0
- old
+ new
@@ -1,9 +1,8 @@
-o Find a better way to handle magic_load than just defaulting to NULL
-o Find a way to make magic_check work on NULL
-o [DONE] Find a way to make magic_setflags work
-o Refactor code into initialize instead of new
-o [DONE?] Enable blocks for automatic cleanup:
+* Find a better way to handle magic_load than just defaulting to NULL
+* Find a way to make magic_check work on NULL
+* Refactor code into initialize instead of new
-FileMagic.open("somefile.txt") do |file|
- # close is called at the end of this block
-end
+* Expose magic(4) version (how?)
+* Properly document C methods
+* Convert tests to RSpec
+* Add Rake tasks