[Remind-Fans] Can't compute trigger after update

Wolfgang Kroener lists at azog.de
Wed Aug 18 05:39:15 EDT 2021


Hi everyone,

I upgraded remind from 03.01.16 to 03.03.01 (Debian buster -> bullseye).

Function names with fset have to be shorter, but that was easy.

Unfortunately one of my entries is not working anymore:

--test.rem--
rem sun 8 aug scanfrom [trigger(today()-7)] satisfy 1
set ks day(trigdate())
rem 12 aug satisfy \
  [ \
    (ks-day(trigdate()) <= 2 && ks-day(trigdate()) >= 0) || \
    (day(trigdate())-ks <= 1 && day(trigdate())-ks >= 0) \
  ] \
  msg Aug 12th between Friday and Monday around second Sunday of August an a [wkday(trigdate())]
--/test.rem--

$ remind test.rem 2021-08-12
test.rem(8): Can't compute trigger
No reminders.

Maybe there is a better way to get the same result, but it was working fine before.

Could someone please help me with this problem?

Greetings
Wolfgang


More information about the Remind-fans mailing list