Bugs: Browse | Download .csv
Fails in extLexing due to missing new_line function in 3.10.2 Lexing. Adding that function to extLexing fixes it.
Date: 2009-09-03 20:23 Sender: Jake Donham Also make install-doc fails in odoc_extract_mli.ml due to Odoc_type.Type_variant and Type_record having an extra field in 3.10.2. Changing odoc_extract_mli.ml to ignore the extra field makes it compile. It looks like the extra field was moved to t_type.ty_private in 3.11.x, and Batteries does not use that field, so I guess my change is a reasonable fix.