Jeremy Ruston
Jeremy Ruston
Thanks @yaisog @pmario the following test that is part of #8972 shows how MVVs can be passed to a function: ``` \function myfunc() [all[tiddlers]sort[]] ``` Procedures do not currently support...
Hi @yaisog apologies I intended to paste this test excerpt: ``` \function my.func(input) [(input)sort[]] ``` The point I was drawing is that in order to pass an MVV to a...
> I'll take a look. I am more versed with filter operators and the like, though. I'd welcome another set of eyes on the code. It's one of the more...
Hi @yaisog on reflection, I think you're right, and it is currently consistent with the let widget to use `name=` to pass an MVV to a procedure. The inconsistency that...
Thanks @yaisog. It is slightly galling to be reopening this discussion but I guess that is another consequence of the depth and breadth of these changes. Perhaps it's better to...
> This should be remedied if at all possible to bring this on par with attribute assignments. > > Assuming this a bug that will be fixed, `prefix(titleList)` will still...
Hi @yaisog this might be scraping the bottom of the can of worms. If the difference between the attribute assignments `a=` and `a=((b))` is whether the full result list is...
> We seem to be taking a new path when the old path has not being fully explored. Hi @AnthonyMuscio the technique of storing title lists within variables is well...
Thanks @pmario
> I didn't know that. Should have been a github action bot to check this. Yes, it would be very helpful to check that the change note is present, and...