aBothe / Mono-D

D Add-In for MonoDevelop
http://wiki.dlang.org/Mono-D
Other
113 stars 26 forks source link

Types in object.d are no longer highlighted by the semantic engine #536

Closed Orvid closed 10 years ago

Orvid commented 10 years ago

The semantic engine no longer highlights types like size_t and string, nor does the auto-complete list contain these, even though they are accessible in every single D file. This may have been caused by either a recent Mono-D update, or else the recent Xamarin Studio update.

aBothe commented 10 years ago

Just updated my windows dmd to 2.066 -- all tests pass, no parse errors, Object stuff can be found in the completion and everywhere else. Just wondered why they did an explicit implementation of dup and idup though :) My XS just updated itself to 5.4 -- still no problems.

Orvid commented 10 years ago

Well, it was actually the version before 5.4, I'm updating to 5.4 now, so we'll see what happens :D

Orvid commented 10 years ago

Works now, I blame Xamarin.

aBothe commented 10 years ago

Well tbh, sometimes, this happened to me as well - but as long as it's not reproducable, it's .. unfixable :D