aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAge
* Correctly print non-byte aligned bit arraysLouis Pilfold2023-10-31
|
* Hex!Louis Pilfold2023-10-26
|
* Deprecate gleam/baseLouis Pilfold2023-10-26
|
* Rename to bit arrayLouis Pilfold2023-10-26
|
* bytes_builderLouis Pilfold2023-10-26
|
* Run gleam fix, make bit_array moduleLouis Pilfold2023-10-26
|
* rename `set.filter` label from `for` to `keeping`Giacomo Cavalieri2023-10-23
|
* Fix map equality checking when the amount of keys differsMikko Ahlroth2023-10-17
|
* list.key_filterLouis Pilfold2023-10-02
|
* add `iterator.map2`Giacomo Cavalieri2023-09-27
|
* Bitwise int functionsLouis Pilfold2023-09-04
|
* swap `iterator.flatten` and `iterator.concat`Giacomo Cavalieri2023-09-04
|
* Change `iterator.flatten`'s typeGiacomo Cavalieri2023-09-04
|
* Remove the deprecation notice from `list.flatten`Giacomo Cavalieri2023-09-04
|
* Rename `iterator.flatten` into `iterator.concat`Giacomo Cavalieri2023-09-04
|
* Fix crashLouis Pilfold2023-08-31
|
* iterator.yieldLouis Pilfold2023-07-27
|
* Show atom function in string.inspectLouis Pilfold2023-07-23
|
* TweakLouis Pilfold2023-07-23
|
* Gleam fixLouis Pilfold2023-07-23
|
* Handle inspect on Erlang atoms (that can be created from strings in Gleam), ↵inoas2023-07-23
| | | | that are invalid in Gleam. (#479)
* `order.reverse` (#476)Kayla Washburn2023-07-16
|
* rename `list.flatten` to `list.concat` (#477)Kayla Washburn2023-07-13
|
* Test for other typesLouis Pilfold2023-06-24
|
* Revert "Add `list.map3`"Giacomo Cavalieri2023-06-24
| | | | This reverts commit c228035cb43bc72da6b68c3b9067c314046279e9.
* Add `list.map3`Giacomo Cavalieri2023-06-24
|
* Add `list.map2`Giacomo Cavalieri2023-06-24
|
* string.byte_sizeLouis Pilfold2023-06-21
|
* Rename `result.recover` to `result.try_recover`Giacomo Cavalieri2023-06-14
|
* Add `result.recover`Giacomo Cavalieri2023-06-14
|
* Add `pair.new`Giacomo Cavalieri2023-06-01
|
* Fix repeated `regex.check()` calls on the same regex on target javascript (#459)inoas2023-05-29
|
* Replace occurrences of `list.head` in comments in favour of `list.first`Giacomo Cavalieri2023-05-25
|
* FormatLouis Pilfold2023-05-13
|
* Fix coerce errors messages, js tuple from list fixesrubytree2023-05-13
|
* `dynamic.tupleN/2` optimizationrubytree2023-05-13
|
* Fixes #420rubytree2023-05-13
|
* Do not reverse the result of `result.partition`Giacomo Cavalieri2023-05-10
|
* Change `partition`'s return type to return both oks and errors in a pairGiacomo Cavalieri2023-05-10
|
* `result.partition` test and implementationGiacomo Cavalieri2023-05-10
|
* `optional_field` testsGiacomo Cavalieri2023-04-29
|
* Fix `dynamic.field` behaviourGiacomo Cavalieri2023-04-29
|
* fix decode_map throwing when `null` is being passed in (#432)Danny Martini2023-04-29
|
* list.try_each returns the errorLouis Pilfold2023-04-21
|
* Use `should.equal` instead of `let assert`Giacomo Cavalieri2023-04-21
|
* try_each testsGiacomo Cavalieri2023-04-21
|
* then testsLouis Pilfold2023-04-19
|
* Fix formatLouis Pilfold2023-04-19
|
* deprecate result.then in favour of result.tryinoas2023-04-19
|
* PMap property testLouis Pilfold2023-04-10
|