maciektr
maciektr
Currently, while parsing recurrence rule `:invalid_frequency` is returned for any rule with frequency `YEARLY`, although it is supported by the standard. https://github.com/peek-travel/cocktail/blob/2b12aa0d8cecb0ef58e08d9dba6d9646f8a4e419/lib/cocktail/parser/i_calendar.ex#L209-L216 https://datatracker.ietf.org/doc/html/rfc5545#section-3.3.10 ``` freq = "SECONDLY" / "MINUTELY" /...
Consider following example ```elixir %ICalendar.Event{dtstart: ~U[2020-12-30 01:01:01Z], rrule: %{freq: "MONTHLY"}} |> ICalendar.Recurrence.get_recurrences(~U[2022-01-01 01:01:01Z]) ``` The first recurrence is `2021-01-30` Then, as there is no 30th day in February, `Timex.shift` returns...
This change is [](https://reviewable.io/reviews/starkware-libs/cairo/5440)
**Stack**: - #1295 ⬅ - #1294 ⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do not merge manually using the UI - doing so may have unexpected results.*
**Stack**: - #1295 - #1294 ⬅ ⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do not merge manually using the UI - doing so may have unexpected results.*
Corresponding upstream changes: https://github.com/starkware-libs/cairo/pull/5440
### Problem as in title blocked by #2 change https://github.com/software-mansion/scarb/blob/39fec507342b91e7e0bd6978e5013493ad2a8953/scarb/src/core/publishing/manifest_normalization.rs#L50 ### Proposed Solution _No response_ ### Notes _No response_
Scarb should show an error message, instead of exiting abruptly.
### Problem As title states ### Proposed Solution _No response_ ### Notes _No response_
### Problem Acceptance criteria: - Defines special attribute `executable` or similar - The attribute should accept some tag as parameter - All functions tagged with this attribute are collected during...