On Wed, 27 Apr 2022, Riccardo (Jack) Lucchetti wrote:
 Hi all,
 with current git, the following script
 <hansl>
 clear
 open dbnomics
 data Eurostat/namq_10_gdp/Q.CLV05_MEUR.SCA.B1G.EA
 data OECD/MEI/EA19.LRHUADTT.ST.Q
 </hansl>
 triggers a segfault. I just pushed to git what I believe is a fix, but a
 review by Allin would be most welcome! 
The fix is fine in itself, but I've pushed it back a step: we
shouldn't be calling test_markers_for_dates() if the dataset in
question has no observation markers, and that's now fixed too.
Allin