Eric Forste
Eric Forste
DateTime's julian-date method seems to be ignoring timezones in Rakudo v2024.07, MoarVM 2024.07, Raku v6.d. For example, the following produces 23 identical lines of output. for -11..11 {DateTime.new("2025-05-19T17:00:00"~"%+03d".sprintf($_)).julian-date.say}
## Problem or new feature The documentation for DateTime's [julian-date](https://docs.raku.org/type/DateTime#method_julian-date) and [modified-julian-date](https://docs.raku.org/type/DateTime#method_modified-julian-date) methods do not warn that both these methods silently ignore timezone information. ## Suggestions I propose the following...
https://docs.raku.org/type/Dateish#method_mm-dd-yyyy repeats the parenthetical link to (the wikipedia article on ) ISO8601 that appears in the doc for method yyyy-mm-dd Same is true of the doc for Dateish.dd-mm-yyyy. These two...
## The problem The docs for loop-control keywords `next` and `last` etc were listed at the very end of Language/control.rakudoc, separated from the main discussion of loop-control syntax by the...
xt/rakudoc-types.rakutest is failing when "Regex" is linked to the /language/regexes and trying to force an inappropriate (for that context) change to /type/Regex, e. g. in doc/Language/variables.rakudoc ## Suggestions @coke suggested...
## Problem In https://docs.raku.org/type/Instant the statement "It is not tied to or aware of any epoch." is an unnecessarily mysterious way of saying that the epoch of Instant is implementation-dependent....
Improvements: - [ ] Make the REPL show lists of Matches better [d6dda7eb] - [ ] RakuAST - Make UNIT implicits available to dynamic code [4d7234ca] - [ ] RakuAST:...
Improvements: - [ ] Make DateTime.(modified-)julian-date take timezone into account (#5886) [5a1f7013] - [ ] Elaborate a bit on possible error reason [133f44c8] - [ ] Change enum's raku method...
* Improvements: - [ ] New script wrappers [7f956cb9][dee697e3][1e088ac8][bd5e8474][913119bb] [eb8c6245][170e2afc][ee4a4bf0][7e415812][bd031b5d][af1f24fa][15734e26] [0659b0b1][6047dc81][ad3c6a9b][fcdcb81a][f7483979][22251b83][f3076f14] - [ ] Better error when p6invokeunder gets passed wrong arg types [67c1b518] - [ ] Remove return constraint...
* The docs state (and have stated for many years) that a `unit` declaration at the beginning of a file may be preceded only by comments and `use` statements. *...