Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | more address tests | dakkar | 2019-12-27 |
| | |||
* | extract addresses | dakkar | 2019-12-27 |
| | | | | | | | | | | tried to add some typing, wanted to return `Positional[Str:D]`, but half the `Array` / `List` methods return `Seq`, empty arrays are untyped, plus https://github.com/rakudo/rakudo/issues/3383 made the whole thing a mess so we're just returning `Iterable`, which is not even parametric, so we can't promise we're returning strings | ||
* | test email | dakkar | 2018-11-16 |