Advanced search
Log In | New Account   
Home My Page Project Tree Code Snippets Project Openings Batteries : Revised Standard Library
Summary Activity Forums Tracker Lists Tasks Docs News Files

Bugs: Browse | Download .csv

[#284] beta 1 does not build on 3.10.2

Date:
2009-09-03 19:47
Priority:
3
State:
Closed
Submitted by:
Assigned to:
Nobody (None)
Summary:
beta 1 does not build on 3.10.2

Detailed description
Fails in extLexing due to missing new_line function in 3.10.2 Lexing. Adding that function to extLexing fixes it.

Followup

Message
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.

Related Tasks:

No Related Tasks

Attached Files:

No Files Currently Attached

Changes:

Field Old Value Date By
status_idOpen2010-02-16 20:10thelema
close_date2010-02-16 20:102010-02-16 20:10thelema
ResolutionNone2010-02-16 20:10thelema

Powered By GForge Collaborative Development Environment