<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 229: Parsing error on deprecated directive with message</title><link href="https://sourceforge.net/p/jedicodeformat/bugs/229/" rel="alternate"/><link href="https://sourceforge.net/p/jedicodeformat/bugs/229/feed.atom" rel="self"/><id>https://sourceforge.net/p/jedicodeformat/bugs/229/</id><updated>2018-09-07T10:03:33.615000Z</updated><subtitle>Recent changes to 229: Parsing error on deprecated directive with message</subtitle><entry><title>#229 Parsing error on deprecated directive with message</title><link href="https://sourceforge.net/p/jedicodeformat/bugs/229/?limit=25#a1db" rel="alternate"/><published>2018-09-07T10:03:33.615000Z</published><updated>2018-09-07T10:03:33.615000Z</updated><author><name>Anthony Steele</name><uri>https://sourceforge.net/u/anthonysteele/</uri></author><id>https://sourceforge.net8b7d5592407362afb16a9ac33836214a6b83ec2c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I have not been able to maintain this project for the last few years.&lt;br/&gt;
Would you like to fork it or establish a new ownership?&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Parsing error on deprecated directive with message</title><link href="https://sourceforge.net/p/jedicodeformat/bugs/229/" rel="alternate"/><published>2018-09-07T09:18:26.406000Z</published><updated>2018-09-07T09:18:26.406000Z</updated><author><name>Konstantin Tkachenko</name><uri>https://sourceforge.net/u/kostgr/</uri></author><id>https://sourceforge.net5a1317c6b8f5617e4d7030a115f9c43ffca8986e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;If the deprecated method in a class gets a deprecation message, the parser cannot process the unit:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;type
  TMyClass = class
  public
    procedure DoNothing;
    procedure DoSomething; deprecated 'Please, use DoNothing() instead';
  end;
&lt;/pre&gt;&lt;/div&gt;

&lt;/div&gt;</summary></entry></feed>