aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAge
* gleam formatinoas2022-11-27
|
* add float.loosely_equalsinoas2022-11-27
|
* v0.25.0Louis Pilfold2022-11-19
|
* `string.split` will now return a list of graphemes if split on an emptyinoas2022-11-06
| | | | string (`""`)
* Remove labels from subtract operator functionsAlex Rothuis2022-11-06
|
* Remove folds from operator function testsAlex Rothuis2022-11-06
|
* Fix formattingAlex Rothuis2022-11-06
|
* Add operator functionsAlex Rothuis2022-11-06
| | | | Allows using operators as functions. Useful in higher order functions or pipes.
* fix list.permutation on lists with non unique item values (#358)inoas2022-10-27
|
* Regex use ucp flag because they use unicode flag (#357)inoas2022-10-27
|
* add list.shuffle (#360)inoas2022-10-27
|
* add test caserikashore2022-10-27
|
* fix regex.scan to work correclty with utf8 stringsinoas2022-10-27
|
* Add testsÉtienne Lévesque2022-10-25
|
* remove apply4 through apply6Étienne Lévesque2022-10-25
|
* add function.applyXÉtienne Lévesque2022-10-25
|
* TCO testing: list module (#340)inoas2022-10-23
|
* test list.sort stabilityJulian Schurhammer2022-10-20
|
* Add `int.{remainder, modulo}` (#342)inoas2022-10-14
|
* port elixir's Integer.floor_divinoas2022-10-10
|
* use should.be_true()/.be_false() instead of should.equal() (#339)inoas2022-09-19
|
* String slice tco (#338)inoas2022-09-19
|
* FormatLouis Pilfold2022-09-15
|
* inspect output syntaxinoas2022-08-11
|
* names, csinoas2022-08-11
|
* simplify codeinoas2022-08-11
|
* single pass proper/improper list inspectioninoas2022-08-11
|
* naminginoas2022-08-11
|
* //erl[1,2|3] output for inspecting improper Erlang listsinoas2022-08-11
|
* check for improper lists on erlang onlyinoas2022-08-11
|
* 2 dots instead of 3inoas2022-08-11
|
* Use different syntax for improper listsLouis Pilfold2022-08-10
|
* inclusive list.range and iterator.rangeRobert Attard2022-07-27
|
* Make list.range tail recursiveLouis Pilfold2022-07-25
|
* remove unused importinoas2022-07-15
|
* csinoas2022-07-03
|
* make List.contains tco compatibleinoas2022-07-03
|
* commentinoas2022-07-03
|
* naming, attempt to add tests that proof short circuitinoas2022-07-03
|
* fix testsinoas2022-07-03
|
* add fix for List.anyinoas2022-07-03
|
* attempt at fixing missing tcoinoas2022-07-03
|
* fix: bit_builder.from_string_builder should wrap inputAntoine Wendlinger2022-07-01
| | | | Fixes #313.
* Let `decode_list` succeed with arraystynanbe2022-06-27
|
* String.inspect bitstring tests (#309)inoas2022-06-27
|
* Change implementation of bit_string.concat (#314)Sebastian Porto2022-06-27
|
* Add `concat_bit_strings` fun to `bit_builder`Andrew Varner2022-06-23
|
* Inspect bit stringsLouis Pilfold2022-06-15
|
* fix io.debug to behave the same on Erlang and JavaScript (#308)inoas2022-06-08
|
* JavaScript: fix string_builder.reverse, cleanup (#300)inoas2022-06-07
|