Difference between revisions of "Mono-D Release Notes"

From D Wiki
Jump to: navigation, search
Line 3: Line 3:
 
* Generally, see <br /> https://github.com/aBothe/Mono-D/commits/master or <br/>https://github.com/aBothe/D_Parser/commits/master for detailed changes.<br/>Also mind file issue reports on these github repositories.
 
* Generally, see <br /> https://github.com/aBothe/Mono-D/commits/master or <br/>https://github.com/aBothe/D_Parser/commits/master for detailed changes.<br/>Also mind file issue reports on these github repositories.
 
* Entries announcing new MonoDevelop/Mono builds always reference http://simendsjo.me/files/abothe <br/>See [[Mono-D#On_Linux]] on how to treat this link.
 
* Entries announcing new MonoDevelop/Mono builds always reference http://simendsjo.me/files/abothe <br/>See [[Mono-D#On_Linux]] on how to treat this link.
 +
 +
== MonoDevelop 5.4 + Mono 3.8.1 for Linux x86/x64 ==
 +
August 13th 2014
  
 
== v2.1.18 ==
 
== v2.1.18 ==

Revision as of 11:00, 14 August 2014

This article contains release notes for Mono-D.

MonoDevelop 5.4 + Mono 3.8.1 for Linux x86/x64

August 13th 2014

v2.1.18

  • [Completion] Fixed #521 adding D_InlineAsm_X86/D_InlineAsm_X86_64 to version()-completion on non-windows systems was failing
  • [Parser] Fixed #146 - forgot to pop lookahead backup token if the if condition consists of a declaration
  • [Completion] Fixed #145 - have 'im' instead of 'in' as imaginary cfloat part. Have float/double/real be the type of re/im.
  • [Parser] Fixed #519 rendering UDA parameters in tooltips + keep attributes' order of appereance within symbol tooltips
  • Fixed some parsing-related issues due to MD's weird internals
  • [Editor] Resolved #518 - have dedicated 'L' icon for local variables

MonoDevelop 5.4 + Mono 3.6.1 for Linux x86/x64

August 13th 2014

v2.1.17

August 08th 2014

  • #517 Implemented handling shebangs & shell scripts in executable paths

MonoDevelop 5.4 + Mono 3.6.1 for Linux x86/x64

August 05th 2014

v2.1.16

August 05th 2014

  • Fixed #516 reusing unittest log pads
  • Fixed #514 - Treat __gshared symbols as static

v2.1.15

July 28th 2014

  • [Completion] Error with showing non-static items in certain completion contexts #511

v2.1.13

July 11th 2014

  • Some minor parse/resolution bug

MonoDevelop 5.3 + Mono 3.6.1 for Linux x86/x64

July 10th 2014

v2.1.11

July 6th 2014

  • NRE when having no document opened and trying to open the Run-menu