[OS-tickets] [Optimization Services] #61: Corrections from earlier changeset(s) missing

Optimization Services coin-trac at coin-or.org
Fri Dec 22 12:06:32 EST 2017


#61: Corrections from earlier changeset(s) missing
----------------------------------------+-------------------
 Reporter:  devos                       |      Owner:
     Type:  defect                      |     Status:  new
 Priority:  critical                    |  Milestone:
Component:  parser                      |    Version:  trunk
 Keywords:  OS 2.10, trunk, make fails  |
----------------------------------------+-------------------
 Changeset r5287 does not include corrections that were made in Changeset
 r5278. For example, changes in /OS/src/OSParsers/OSParseosil.tab.cpp and
 /OS/src/OSParsers/OSParseosil.y that change 'return false' to 'return
 NULL' in several places. See attached Notes on build 12-22-17 209am.txt
 for the relevant line numbers.

 'return' false causes make to fail:
 OSParseosil.tab.cpp:12356:120: error: cannot convert 'bool' to 'char*' in
 return
      if(i != 6) {  osilerror_wrapper( ch,osillineno,"incorrect sizeOf
 attribute in <base64BinaryData> element"); return false;}

 Is it possible that other changes between r5278 and r5287 are also
 unincorporated?

--
Ticket URL: <https://projects.coin-or.org/OS/ticket/61>
Optimization Services <http://projects.coin-or.org/OS>
An interface for Web services implementing optimization.



More information about the OS-tickets mailing list