Changes between Initial Version and Version 1 of Ticket #6296


Ignore:
Timestamp:
2020-12-19T15:11:58Z (4 years ago)
Author:
Rüdiger Franke
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6296 – Description

    initial v1  
    4444}}}
    4545It was working with OM 1.14. It is not working with 1.16 and 1.17 anymore.
    46 Unfortunately it has become very hard to revert to a previous commit that would help to find the reason. Formerly it was possible to do something like
    47 {{{
    48 git checkout v1.17.0-dev
    49 }}}
    50 and recompile. Today this typically leads to a compilation error with 3rdParty. This makes it hard to analyze the problem.
    51 At https://github.com/OpenModelica/OpenModelica/blob/master/OMCompiler/README.Linux.md you document that an update of the local git repository that could ideally be as simple as
    52 {{{
    53 git pull
    54 }}}
    55 now requires 7 commands with lots of arguments. Can you possibly extend the documentation and explain how one can revert to an older commit?