Changes between Initial Version and Version 1 of Ticket #6296
- Timestamp:
- 2020-12-19T15:11:58Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6296 – Description
initial v1 44 44 }}} 45 45 It 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 like47 {{{48 git checkout v1.17.0-dev49 }}}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 as52 {{{53 git pull54 }}}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?