July 15, 2021 Why RSS is not working? | ||||
---|---|---|---|---|
| ||||
Gentleman, good afternoon! And what is the reason that the RSS of Announce Forum has not been working since May? XML is broken and ends like this: " <p>This is record. It aims to implement records similar to what C# has by leveraging D's metaprogramming. <a rel="nofollow" href="https://docs. microsoft.com/en-us/dotnet/csharp/fundamentals/types/records">C# Example 1</a> <a rel="nofollow" href="https://docs.microsoft.com/en-us/dotn et/csharp/whats-new/tutorials/records">C# Example 2</a>.</p> <p>Future steps are going to be adding a record struct; default value support; init-only-setters like in C#, wherein at the end of construction or duplication, the init lambda for the field is called, and the field can be set that once.</p> <p>Example:</p> <pre><code class="language-D">import drecord; alias MyRecord = record!( get!(int, &quot;x&quot;), /// x is an int, can only be set during construction get_set!(float, &quot;y&quot;), /// y is a float, can be get or set whenever property!(&quot;getDoubleOfX&quot;, (r) =&gt; r.x * 2), /// a property that returns the double of x .... ................. </code></pre> </div></content></entry></feed> " Thank you! |
July 15, 2021 Re: Why RSS is not working? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Gleb Kulikov | On Thursday, 15 July 2021 at 07:23:31 UTC, Gleb Kulikov wrote: > Gentleman, good afternoon! And what is the reason that the RSS of Announce Forum has not been working since May? XML is broken and ends like this: Hi, First, please only post announcements in the Announce forum. The feed is fine according to https://validator.w3.org/feed/check.cgi?url=https%3A//forum.dlang.org/feed/threads/announce . It also looks OK with e.g. https://addons.mozilla.org/en-US/firefox/addon/smart-rss-reader/ . I'm guessing it is a problem with your feed reader. |
Copyright © 1999-2021 by the D Language Foundation