Changes between Version 53 and Version 54 of WikiStart
- Timestamp:
- 2018-01-17T17:06:52Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v53 v54 8 8 9 9 == Documentation == 10 Automatically generated [https://build.openmodelica.org/Documentation/ documentation of OpenModelica and Modelica]. 10 OpenModelica User's Guide:: 11 The OpenModelica User's Guide is automatically generated from the source code and available online 12 - [https://www.openmodelica.org/doc/OpenModelicaUsersGuide/latest/index.html OpenModelica User's Guide, latest development version] 13 - [https://www.openmodelica.org/doc/OpenModelicaUsersGuide/latest/omchelptext.html OpenModelica Compiler Flags, latest development version] 14 - [https://www.openmodelica.org/doc/OpenModelicaUsersGuide/latest/simulationflags.html OpenModelica Simulation Flags, latest development version] 15 - [https://www.openmodelica.org/doc/OpenModelicaUsersGuide/ OpenModelica User's Guide, all stable releases] 16 17 Modelica language and libraries online documentation:: 18 19 - [https://build.openmodelica.org/Documentation/ModelicaReference.html Modelica Language Reference] 20 - [https://build.openmodelica.org/Documentation/Modelica.html Modelica Standard Library] 21 - [https://build.openmodelica.org/Documentation/ Open Source Modelica libraries and built-in Modelica functions] 11 22 12 23 OpenModelica Style Guide:: … … 20 31 To write compliant library follow this [WritingCompliantLibraries document]. 21 32 33 == Bug Reporting == 34 End-user feedback is very important for us to continuously improve OpenModelica. If you find a bug, please first have a look at 35 the [/report open tickets] to make sure it has not been reported already; you can also use the [/query query page] to look for a specific text in the summary or in the description of the ticket. 36 37 To submit a new bug report, add a new ticket from [/newticket this link]. Please provide a clear description of the bug and how to reproduce it; if you can provide simple test case to show what the problem is, that helps fixing the bug faster. You can attach files with source code to the ticket for this purpose. If you only have a test case involving confidential code, you can encrypt it using PGP and attach the encrypted code; it will only be accessible by the OpenModelica developers for the sole purpose of fixing the bug. 22 38 23 39 == Contribute == 24 40 25 You can report a bug by adding a new [/newticket ticket]. Please have a look at all the [/report open tickets] first.\\26 41 Participate in the [wiki:CompilerDevelopmentAndTesting compiler development and testing]. 27 42