aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAge
* Regex compile and checkLouis Pilfold2021-08-27
|
* Regex compileLouis Pilfold2021-08-27
|
* Remove war referenceLouis Pilfold2021-08-23
|
* Full uri printingLouis Pilfold2021-08-23
|
* FragmentLouis Pilfold2021-08-23
|
* Handle empty hostLouis Pilfold2021-08-23
|
* Start URI printingLouis Pilfold2021-08-23
|
* string.to_optionLouis Pilfold2021-08-23
|
* Switch to upper case type namesMichael Jones2021-08-13
| | | | | | | | | | | | As suggested by Louis Pilfold. As Gleam generally uses upper case. Also adjust the string handling so that we don't return an error saying 'BitString'. Use 'String' instead of 'binary' as we want to lean towards Gleam terminology instead of exposing the underlying erlang names.
* Rename 'got' to 'found'Michael Jones2021-08-13
| | | | I think that it might be clearer.
* Improve dynamic decoding errorMichael Jones2021-08-13
| | | | | | | | | | | Instead of returning a string we return a structured error. We update all the call sites and tests. I'm assuming that changing to <<>> string syntax is ok but I don't actually understand the ramifications. For gleam/issues#1226
* Enable codepoint testLouis Pilfold2021-08-12
|
* iterator.try_foldRobert Attard2021-08-11
|
* Bit string sliceLouis Pilfold2021-08-08
|
* Pure Gleam bit builderLouis Pilfold2021-08-08
|
* bit_string.concatLouis Pilfold2021-08-08
|
* Remaining float functions for JSLouis Pilfold2021-08-08
|
* JS float functionsLouis Pilfold2021-08-08
|
* Work around JS compiler bugLouis Pilfold2021-08-06
|
* Fix JS versions hidden by eq errorLouis Pilfold2021-08-06
|
* float.parseLouis Pilfold2021-08-06
|
* Move atom module to gleam_erlang libraryLouis Pilfold2021-07-31
|
* Bit string JS funtionsLouis Pilfold2021-07-30
|
* Bit string JS functionsLouis Pilfold2021-07-28
|
* Gleam native string padding. Iterator testsLouis Pilfold2021-07-26
|
* Complete string module conversionLouis Pilfold2021-07-26
|
* Convert more string functionsLouis Pilfold2021-07-22
|
* Unicode split testLouis Pilfold2021-07-21
|
* Convert more string functionsLouis Pilfold2021-07-21
|
* Convert some string functionsLouis Pilfold2021-07-21
|
* Port int module to JS (#219)Peter Saxton2021-07-20
|
* JS option moduleLouis Pilfold2021-07-19
|
* JS queue moduleLouis Pilfold2021-07-19
|
* Result functions on JSLouis Pilfold2021-07-18
|
* Remove function.rescue functionLouis Pilfold2021-07-18
| | | | Closes https://github.com/gleam-lang/gleam/issues/1196
* JS list supportLouis Pilfold2021-07-18
|
* Remove os moduleLouis Pilfold2021-07-18
|
* JS pair module supportLouis Pilfold2021-07-16
|
* bool and order JS supportLouis Pilfold2021-07-16
|
* move into if erlang blockRobert Attard2021-07-13
|
* iterator.fold_untilRobert Attard2021-07-13
|
* map.update uses optionLouis Pilfold2021-07-13
|
* JavaScript test runnerLouis Pilfold2021-07-13
|
* 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
|