aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Fix typeLouis 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 percent encode and decode for JSLouis Pilfold2021-09-07
|
* Remove should moduleLouis Pilfold2021-09-05
|
* Tweak formattingLouis Pilfold2021-09-05
|
* JS parse queryLouis Pilfold2021-09-04
|
* Gleam URI parsingLouis Pilfold2021-09-04
|
* Use undefined as set token on JSLouis Pilfold2021-09-01
|
* Move Map impl to Gleam and a JS classLouis Pilfold2021-09-01
|
* Avoid building arrayLouis Pilfold2021-09-01
|
* JS Set testsLouis Pilfold2021-09-01
|
* Add caching for Map hashcodesLouis Pilfold2021-09-01
|
* Improve map implementationMatthew McMillan2021-09-01
|
* First attempt at map implementationMatthew McMillan2021-09-01
|
* Dynamic JSLouis Pilfold2021-08-29
|
* Regex Erlang fixLouis Pilfold2021-08-27
|
* Regex scanLouis Pilfold2021-08-27
|
* Regex splitLouis Pilfold2021-08-27
|
* Regex compile and checkLouis Pilfold2021-08-27
|
* Regex compileLouis Pilfold2021-08-27
|
* Fix codepointLouis Pilfold2021-08-26
|
* Update for bit string lengthLouis Pilfold2021-08-26
|
* Update for bit string preludeLouis Pilfold2021-08-26
|
* Remove extra exportLouis Pilfold2021-08-24
|
* Update for new preludeLouis Pilfold2021-08-24
|
* Fix io.print crash bugLouis Pilfold2021-08-23
| | | | Closes https://github.com/gleam-lang/stdlib/issues/228
* 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
|
* Use spread syntax for field overrideMichael Jones2021-08-13
| | | | Co-authored-by: Louis Pilfold <louis@lpil.uk>
* Fix incorrect error nameMichael Jones2021-08-13
| | | | As noted by Louis.
* 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.
* Update doc comments/resultsMichael Jones2021-08-13
| | | | | | I had failed to update them for the new format. Some of them seem to be inconsistent as well. Not sure though.
* 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
* comment change list to iteratorRobert Attard2021-08-11
|
* pipe continuationRobert Attard2021-08-11
|
* iterator.try_foldRobert Attard2021-08-11
|
* Remove unused named parameterMichael Jones2021-08-09
| | | | | As rebar3 errors when attempting to run these tests. We might want to keep these anyway but they technically fail.
* Fix doc testsMichael Jones2021-08-09
| | | | Various tests that are incorrect and can be adjusted to pass.