File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### Compiler
6
6
7
- - Literals using ` \u{XXXX} ` syntax in bit array pattern segments are now translated to
8
- Erlang's ` \x{XXXX} ` syntax correctly.
9
-
10
- ([ Benjamin Peinhardt] ( https://github.com/bcpeinhardt ) )
11
-
12
7
- The compiler now performs function inlining optimisations for a specific set
13
8
of standard library functions, which can allow functions which were previously
14
9
not tail-recursive on the JavaScript target to become tail-recursive. For
331
326
332
327
### Bug fixes
333
328
329
+ - Fixed a bug where literals using ` \u{XXXX} ` syntax in bit array pattern segments were not
330
+ translated to Erlang's ` \x{XXXX} ` syntax correctly.
331
+ ([ Benjamin Peinhardt] ( https://github.com/bcpeinhardt ) )
332
+
334
333
- Fixed a bug where ` echo ` could crash on JavaScript if the module contains
335
334
record variants with the same name as some built-in JavaScript objects.
336
335
([ Louis Pilfold] ( https://github.com/lpil ) )
You can’t perform that action at this time.
0 commit comments