To celebrate that quality.embarcadero.com finally has a solid certificate… err… is back online 😛
RSP-10215: Code completion for record property generates code that won’t compile
Using code completion (Ctrl+Shift+C) in
RMyRecord = record
property Prop1:String;
end;
generates
RMyRecord = record
private
FProp1: String;
procedure SetProp1(const Value: String);
published * [dcc32 Error]: E2184 PUBLISHED section valid only in class types*
property Prop1:String read FProp1 write SetProp1;
end;
https://quality.embarcadero.com/browse/RSP-10215

Obsolete cryptography is the comment Chrome had on https://quality.embarcadero.com/
Yeah, I was overly optimistic – corrected it.
Lars Fosdal You in a rush? 🙂
You have no idea… crunch time.