aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAge
* Use Erlang uri parserLouis Pilfold2021-09-15
|
* uri.parse returns a resultLouis Pilfold2021-09-15
|
* Include set tests in JSLouis Pilfold2021-09-11
|
* Flip arguments of reducersLouis Pilfold2021-09-11
| | | | Closes https://github.com/gleam-lag/gleam/issues/1258
* Remove extra importsLouis Pilfold2021-09-11
|
* JS decode field for mapsLouis Pilfold2021-09-11
|
* JS decode field for objectsLouis Pilfold2021-09-11
|
* OptionalLouis Pilfold2021-09-10
|
* JS result decodingLouis Pilfold2021-09-10
|
* JS map decodingLouis Pilfold2021-09-10
|
* JS list decodingLouis Pilfold2021-09-10
|
* JS tuple decodingLouis Pilfold2021-09-10
|
* Move tuple decoding into GleamLouis Pilfold2021-09-09
|
* Improve error messagesLouis Pilfold2021-09-09
|
* Negative indexes in ErlangLouis Pilfold2021-09-09
|
* JS dynamic elementLouis Pilfold2021-09-09
|
* JS dynamic bit stringLouis Pilfold2021-09-09
|
* JS dynamic boolLouis Pilfold2021-09-09
|
* Remove dynamic thunk functionLouis Pilfold2021-09-09
|
* JS dynamic int and floatLouis Pilfold2021-09-09
|
* JS dynamic stringLouis Pilfold2021-09-09
|
* base64 decode in JSLouis Pilfold2021-09-07
|
* base64 encode in JSLouis Pilfold2021-09-07
|
* uri parse segmentsLouis Pilfold2021-09-07
|
* URI percent encode and decode for JSLouis Pilfold2021-09-07
|
* Remove should moduleLouis Pilfold2021-09-05
|
* JS parse queryLouis Pilfold2021-09-04
|
* Gleam URI parsingLouis Pilfold2021-09-04
|
* Move Map impl to Gleam and a JS classLouis Pilfold2021-09-01
|
* Improve map implementationMatthew McMillan2021-09-01
|
* First attempt at map implementationMatthew McMillan2021-09-01
|
* Regex scanLouis Pilfold2021-08-27
|
* Regex splitLouis Pilfold2021-08-27
|
* 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
|