digitalmars.D.announce - Why RSS is not working?
- Gleb Kulikov (30/30) Jul 15 2021 Gentleman, good afternoon! And what is the reason that the RSS of
- Vladimir Panteleev (6/9) Jul 15 2021 Hi,
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 rel="nofollow" href="https://docs. 1</a> <a rel="nofollow" href="https://docs.microsoft.com/en-us/dotn 2</a>.</p> <p>Future steps are going to be adding a record struct; 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!
Jul 15 2021
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/f ed/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.
Jul 15 2021