Skip to content

commit 6f7dfccda4cc38bd325cb1b59cb5912947c6568d breaks many packages #189

@zickgraf

Description

@zickgraf

After commit 6f7dfcc, make -B doc in CAP_project/CAP leads to an error:

XML Parse Error: Line 536 Character 93
Original file: /home/xxxxxx/.gap/pkg/CAP_project/CAP/doc/_Chapter_Category_of_Categories.xml, line number 141.
-----------
where <Math>D_i = A_i</Math> if <Math>b_i = \mathtt<A>false</A></Math>, and <Math>D_i = A_i^<A>\mathrm<A>op</A></A></Math> otherwise.
                                                                                            ^
-----------
Wrong element in A: A
!!! Type 'Show();' to watch the input string in pager - starting with
    line containing error !!!
Or 'ShowOrigin();' to look it up in its source file.
Error,  at /home/xxxxxx/.gap/pkg/GAPDoc/lib/XMLParser.gi:146 called from
ParseError( str, r.start, Concatenation( "Wrong element in ", name, ": ", r.content[Position( l, false )].name ) ); at /home/xxxxxx/.gap/pkg/GAPDoc/lib/GAPDoc.gi:99 called from
CheckAndCleanGapDocTree( x, str ) at /home/xxxxxx/.gap/pkg/GAPDoc/lib/GAPDoc.gi:157 called from
func( elm ) at /usr/lib/gap/lib/coll.gi:1552 called from
ForAll( r.content, function ( x )
      return CheckAndCleanGapDocTree( x, str );
  end ) at /home/xxxxxx/.gap/pkg/GAPDoc/lib/GAPDoc.gi:157 called from
CheckAndCleanGapDocTree( x, str ) at /home/xxxxxx/.gap/pkg/GAPDoc/lib/GAPDoc.gi:157 called from
...  at makedoc.g:20
you can 'quit;' to quit to outer loop, or
you can 'return;' to continue

This also happens in the following packages:

Is this an intended backwards-incompatible change?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions