On Tue, 2 Jun 2020 16:25:36 +0200 Stefano Brivio <sbrivio@xxxxxxxxxx> wrote: > On Tue, 2 Jun 2020 06:28:31 -0700 > Mike Dillinger <miked@xxxxxxxxxxxxxx> wrote: > > > I wanted to check and see if anyone was able to reproduce the issue. > > If not, I'd like to figure out what's unique about my setup so I can > > resolve the issue on my end. > > I haven't tried yet. I plan to check later today, I'll let you know. I > don't think there's anything unique about your setup. Mike, yes, I'm seeing a number of issues with your reproducer, debugging that now. The only kind of unique thing about your setup is that you declare a set with intervals but (I guess) you never add intervals to it. That should work in any case, but as quick workaround, you could omit the 'interval' flag in the set declaration -- assuming you're always inserting single elements. -- Stefano