<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/gretl/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/gretl/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 23 Mar 2026 18:14:08 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/gretl/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>#329 make: gfn file skips trailing comments from inp code file</title><link>https://sourceforge.net/p/gretl/bugs/329/?limit=25#6246</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sven Schreiber</dc:creator><pubDate>Mon, 23 Mar 2026 18:14:08 -0000</pubDate><guid>https://sourceforge.net1d2f7f3b5c1c8b7a68fc46a2cbcbf80938ce3d02</guid></item><item><title>#329 make: gfn file skips trailing comments from inp code file</title><link>https://sourceforge.net/p/gretl/bugs/329/?limit=25#5958/3191</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;No, I think it can now be closed again.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Allin Cottrell</dc:creator><pubDate>Mon, 23 Mar 2026 16:26:57 -0000</pubDate><guid>https://sourceforge.netc005c665c0a0d96f0fb7c93b4e461f47a48a427a</guid></item><item><title>#329 make: gfn file skips trailing comments from inp code file</title><link>https://sourceforge.net/p/gretl/bugs/329/?limit=25#5958</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I tested this with some package code of my own with the latest snapshot and inline / end-of-line comments show up alright in the code view of the package.&lt;br/&gt;
So I would close this again, or did you have other tests in mind, &lt;a class="user-mention" href="/u/allin/profile/"&gt;@allin&lt;/a&gt;?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sven Schreiber</dc:creator><pubDate>Mon, 23 Mar 2026 14:25:17 -0000</pubDate><guid>https://sourceforge.net38b07a2ac3f0dd3260aba6ab08715b509c8f8df5</guid></item><item><title>#329 make: gfn file skips trailing comments from inp code file</title><link>https://sourceforge.net/p/gretl/bugs/329/?limit=25#83a6</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: closed --&amp;gt; open&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Allin Cottrell</dc:creator><pubDate>Fri, 20 Mar 2026 14:06:00 -0000</pubDate><guid>https://sourceforge.net28b3810b1692ddbd7d344ede313793ba402f37a5</guid></item><item><title>#327 problem with strsub</title><link>https://sourceforge.net/p/gretl/bugs/327/?limit=25#0248</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sven Schreiber</dc:creator><pubDate>Thu, 19 Mar 2026 14:04:31 -0000</pubDate><guid>https://sourceforge.net2554b6c544ecf6ae9e1f6acef0614b112c2f8fec</guid></item><item><title>#329 make: gfn file skips trailing comments from inp code file</title><link>https://sourceforge.net/p/gretl/bugs/329/?limit=25#13ac</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sven Schreiber</dc:creator><pubDate>Thu, 19 Mar 2026 14:02:54 -0000</pubDate><guid>https://sourceforge.netc4eb4d800fed2bc458fe04eefccca3311984d0f3</guid></item><item><title>#329 make: gfn file skips trailing comments from inp code file</title><link>https://sourceforge.net/p/gretl/bugs/329/?limit=25#7c75</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The more or less official recommendation right now is what you said before: if you want the comments to appear to the user in the code view, then only put them on separate lines, not inline.&lt;br/&gt;
Of course, for non-packaged functions and especially for your own codebase you can continue to put the comments wherever you like. Personally, I also use the inline commenting style a lot, but I understand that currently the cost-benefit ratio of preserving those inside a packaged function is too large.&lt;br/&gt;
So I'm going to close this.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sven Schreiber</dc:creator><pubDate>Thu, 19 Mar 2026 14:02:44 -0000</pubDate><guid>https://sourceforge.net4c8d8564745ed3edcfa581037d11052bf204851d</guid></item><item><title>#329 make: gfn file skips trailing comments from inp code file</title><link>https://sourceforge.net/p/gretl/bugs/329/?limit=25#eeb5</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I wouldn't say this is a feature, exactly. But it's not inadvertent and I wouldn't say it's a bug. It's kind of a forced move to ensure greatest efficiency of hansl function code. We can fairly easily detect lines that are entirely comment, and store them but mark them as IGNORE for execution purposes. It would no doubt be possible, but would be a good deal more complicated, to preserve trailing inline comments. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Allin Cottrell</dc:creator><pubDate>Wed, 18 Mar 2026 18:21:04 -0000</pubDate><guid>https://sourceforge.net4d359a14e792ca4ca46ec83a2bdd6d8803de2c20</guid></item><item><title>#327 problem with strsub</title><link>https://sourceforge.net/p/gretl/bugs/327/?limit=25#546b</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Some further discussion about the situation with escaping in string (literals) has been added to the guide, see &lt;a href="https://sourceforge.net/p/gretl/git/ci/6fdeea228dfe5fba0f0038b475063fbeb797587c/"&gt;https://sourceforge.net/p/gretl/git/ci/6fdeea228dfe5fba0f0038b475063fbeb797587c/&lt;/a&gt;&lt;br/&gt;
It seems there is no clean and backwards-compatible way out of this puzzle; but OTOH you can already do everything you need to do, so it's not a big deal. When in doubt, use sprintf() where you have the full backslash escaping rules in effect.&lt;br/&gt;
So this ticket may probably be closed soon, even though part of the problem will persist.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sven Schreiber</dc:creator><pubDate>Tue, 17 Mar 2026 18:26:49 -0000</pubDate><guid>https://sourceforge.nete1f22fea93965568e06e75b68f0632f93c053d49</guid></item><item><title>#329 make: gfn file skips trailing comments from inp code file</title><link>https://sourceforge.net/p/gretl/bugs/329/?limit=25#db19</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Not sure this is a feature instead of a bug. I believe it is actually a recent change that comments are preserved at all in the gfn, and so I'd guess that the removal of trailing comments is perhaps  an oversight. (It still seems to happen, at least for me with a recent snapshot.)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sven Schreiber</dc:creator><pubDate>Tue, 17 Mar 2026 18:18:20 -0000</pubDate><guid>https://sourceforge.net960c8217102890381c44fb2ca3a3d7b80aef59b0</guid></item></channel></rss>