Difference between pages "Rodin Platform 3.2 Release Notes" and "File:Screen max completion constant.png"

From Event-B
(Difference between pages)
Jump to navigationJump to search
imported>Tommy
 
(Maintenance script uploaded File:Screen max completion constant.png)
 
Line 1: Line 1:
{{TOCright}}
+
Screenshot of TextEditor showing the code completion for a constant name
 
 
== What's New in Rodin 3.2? ==
 
 
 
Rodin 3.2 is mainly a corrective version of the Rodin platform. Thus there isn't new major feature to be described here.
 
 
 
=== Changes for plug-in developers ===
 
 
 
Rodin 3.2 is built on top of Eclipse 4.4.2 (Luna).
 
 
 
== Installing ==
 
 
 
=== Downloading ===
 
 
 
[http://sourceforge.net/projects/rodin-b-sharp/files/Core_Rodin_Platform/3.2/ Download Rodin 3.2 now !]
 
 
 
=== Upgrading from Rodin 3.0 ===
 
 
 
Rodin 3.2 is based on Eclipse 4, whereas Rodin 3.0 was based on Eclipse 3.
 
This change makes it impossible to upgrade from 3.0 to 3.2.
 
Technically speaking, it's because of hidden package dependencies in Eclipse 4 that are not automatically discovered by the update manager.
 
Thus, Rodin 3.2 must be [[#Downloading|downloaded]].
 
 
 
== Requirements - Compatibility ==
 
 
 
* Configurations supported (and for which binaries are provided)
 
** Linux 32-bit
 
** Linux 64-bit
 
** Windows 32-bit
 
** Windows 64-bit
 
** Mac OS X 64-bit
 
 
 
* You need to have a Java JRE (6.0 or later) installed on your computer. The Rodin product will not work with a previous version. To run Rodin 64-bit, you need a 64-bit JRE.
 
 
 
* To enhance your proving experience, the eclipse font settings (size, aspect...) are available from the preferences (General > Appearance > Colors and Fonts > Rodin). These settings allow you to modify the properties set on the Event-B Keyboard Text Font which is used in many views of the Proving UI. However, to enjoy these functionnalities, you need to install the Brave Sans Mono font on your system. You can download this font from the link [http://sourceforge.net/projects/rodin-b-sharp/files/Font_%20Brave%20Sans%20Mono/0.12/ here].
 
 
 
* Linux with GTK and old glibc:
 
:A crash or display issues may happen:
 
:* glibc <= 2.13: SIGSEGV systematic at launch
 
:* glibc 2.17: some actions have no effect, like right click actions in the Rodin Editor
 
:See [https://bugs.eclipse.org/bugs/show_bug.cgi?id=430736].
 
:Solutions, one of:
 
:# upgrade glibc >= 2.19
 
:# export SWT_GTK3=0
 
:# edit rodin.ini, in the program argument part (before vmargs), add
 
<pre>
 
--launcher.GTK_version
 
2
 
</pre>
 
* Linux 64-bit:
 
: package 'libc6-amd64:i386' must be installed, in particular in order to run external prover binaries
 
: depending on the distribution, you could instead need these packages: lib32z1 lib32ncurses5 lib32bz2-1.0
 
 
 
* Windows 64-bit:
 
: Atelier B provers work more slowly; it can cause ML to not automatically discharge some sequents that it discharges on windows 32-bit, due to its timeout. A workaround is to download a custom profile: [http://sourceforge.net/projects/rodin-b-sharp/files/DefaultAuto_ML800 DefaultAuto_ML800], then Window > Preferences > Event-B > Sequent Prover > Auto/Post Tactic > Profiles (tab) > Import..., point to the downloaded file, 'Select All' profiles (there are 2), OK. Then in 'Auto/Post Tactic' tab, select 'Default Auto Tactic Profile (ML 800)' profile for auto-tactics. It is the same as the 'Default Auto Tactic Profile', except ML has a longer timeout (800 ms). You can of course change this timeout by editing the 'ML (800)' profile.
 
: We have not noticed this problem for Linux 64-bit, nor for other platforms; however if you do, the same workaround applies.
 
== External plug-ins ==
 
{{:Rodin_Platform_3.2.0_External_Plug-ins}}
 
 
 
== Fixed Bugs and Implemented Features ==
 
 
 
Bugs
 
750  NPE in EditorSnapshot
 
749  Unecessary text translation prior to exit overlay edition of comments               
 
748  Guard count not reset when adding event with wizard               
 
747  Inconsistent parsing of predicate variables               
 
746  Theory Plugin, disabled tactic               
 
745  B2LaTeX: Backslash in comment leads to uncompilable LaTeX code               
 
743  Error while running tool (Automatic Proof Obligation Manager)               
 
742  Rodin Editor loses selection when moving               
 
740  Event Wizard Add Button Fields Disappear               
 
739  Opening a proved proof - prune the proof               
 
738  Cannot see Symbol shortcut when hovering.               
 
737  Symbol buttons enhancement               
 
736  Constant correct, but still see red underline.               
 
735  Constant correct, but still see red underline.               
 
734  Constant wizardrd - spelling error               
 
733  Component context - Constant and Axiom bug               
 
731  DynamicDropdown tactics               
 
730  Next undischarged PO and uncertain status               
 
725  Rodin Editor does not reflect appearance preferences               
 
724  Can't 'Copy' models from Event-B Explorer after closing editor               
 
716  Pretty-print unavailable in Event-B editor               
 
711  Wizard buttons always inactive after focus has been lost               
 
682  NPE in eventbeditor when closing               
 
659  B2Latex problems with witnesses               
 
652  Multiple exceptions in EventB Explorer when updating with Teamwork               
 
557  conversion to 2.1.1 causes out of memory error               
 
464  Error on Double Click
 
 
 
 
 
Feature Requests
 
92 ISCEvent class needs isInherited method
 
 
 
== Known Issues ==
 
See [http://sourceforge.net/p/rodin-b-sharp/bugs known bugs on SourceForge].
 
 
 
* Linux:
 
: A crash may occur when closing the Welcome page. After restarting Rodin, everything works fine.<br/>
 
: This is a known Webkit bug: [https://bugs.eclipse.org/bugs/show_bug.cgi?id=400626]
 
 
 
== Disclaimer ==
 
Since Rodin is continuously maintained, several unsoundness bugs which have been encountered were investigated and fixed. However, despite the total commitment of our teams to ensure the soundness of the platform, some unexpected and unknown soundness issues could remain. We would be grateful if you would report these issues to the [mailto:rodin-b-sharp-devel@lists.sourceforge.net development mailing list].
 
 
 
== About ==
 
Rodin Platform with git commit: {{TODO}}<br/>
 
Developer Release date : {{TODO}}<br/>
 
User Release date : {{TODO}}.
 
 
 
[[Category:Rodin Platform Release Notes]]
 

Latest revision as of 20:49, 30 April 2020

Screenshot of TextEditor showing the code completion for a constant name