aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAge
* Support unicode in env variablesMarcin Puc2021-05-12
|
* Add list.transpose and list.interleaveSebastian Porto2021-05-11
|
* Add option.allSebastian Porto2021-05-11
|
* Add list.flat_map (#202)Sebastian Porto2021-05-07
|
* Add option.values (#203)Sebastian Porto2021-05-07
|
* Add result.values (#204)Sebastian Porto2021-05-07
|
* Reformat to new tuple syntaxMarcin Puc2021-05-07
|
* Rename combination_by_2 to combination_pairsSebastian2021-04-29
|
* Rename combinations_by to combinationsSebastian2021-04-29
|
* Add list.combinationsSebastian Porto2021-04-29
|
* Add iterator.interleaveMarcin Puc2021-04-16
|
* Use iterator.empty in tests and examplesMarcin Puc2021-04-16
|
* Add iterator.{empty, once, single}Marcin Puc2021-04-16
|
* Add {iterator, list}.lastMarcin Puc2021-04-15
|
* add list.scanRobert Attard2021-04-14
|
* Rename `map_reduce` to `map_fold`Marcin Puc2021-04-13
|
* Add {iterator. list}.reduceMarcin Puc2021-04-13
|
* rename string.drop_before to string.crop; use erl_contains instead of ↵Robert Attard2021-04-09
| | | | split_once and then concat
* add string.drop_before #131Robert Attard2021-04-09
|
* Flip order of args passed to fn in map_reduce. Item first and memo second.Sebastian Porto2021-04-09
|
* Add list.map_reduceSebastian Porto2021-04-09
|
* Add iterator.groupMarcin Puc2021-04-06
|
* Add iterator.{any, all}Marcin Puc2021-03-28
|
* Add iterator.intersperseMarcin Puc2021-03-25
|
* Add iterator.sized_chunk and list.sized_chunkMarcin Puc2021-03-20
|
* Rename chunk_by to chunkMarcin Puc2021-03-20
|
* Add list.chunk_byMarcin Puc2021-03-20
|
* Add iterator.chunk_byMarcin Puc2021-03-20
|
* Make iterator.take return an iterator instead of a listMarcin Puc2021-03-14
|
* Add Examples to uriSebastian Porto2021-03-13
|
* Add iterator.{take_while, drop_while} (#174)Marcin Puc2021-03-10
|
* Add iterator.scan (#173)Marcin Puc2021-03-10
|
* Add iterator.zipMarcin Puc2021-03-10
|
* Add iterator.index (#169)Marcin Puc2021-03-08
|
* Add iterator.iterateMarcin Puc2021-03-08
|
* Adjust list.take_while test exampleMarcin Puc2021-03-08
|
* Add dynamic.tuple{3,4,5,6} (#165)evuez2021-02-23
|
* Implement list.drop_while and list.take_whileevuez2021-02-23
|
* Remove unneeded assertsLouis Pilfold2021-02-13
|
* Remove extra qualificationLouis Pilfold2021-02-10
|
* Add list.fold_untilSebastian2021-01-21
|
* Add list.window and list.window_by_2 (#156)Sebastian Porto2021-01-19
|
* Add int.clamp and float.clampSebastian2021-01-19
|
* Ensure atom exists before atom from_string_testJeff Kreeftmeijer2021-01-17
| | | | | | | | | | `atom_test.from_string_test/0` uses `ok` to test `atom.from_string/0`. However, the availability of the `ok` atom seems to be a side effect of running the test trough eunit. This patch explicitly creates an atom to make sure it exists before using it to test `atom.from_string/1`. It removes the assertion on `expect`, which had the same issue and doesn't seem to test another case.
* Update try_fold to return `Result(a,e)`Sebastian2021-01-13
|
* Add try_foldSebastian2021-01-13
|
* Add list.index_foldSebastian2021-01-13
|
* Add result.replace_errorSebastian2021-01-12
|
* Change queue.from_list. Fix queue.pop_back and queue.pop_frontSebastian Porto2020-12-21
|
* Add list.permutationsSebastian2020-12-17
|