File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed
test-package-compiler/src Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 147
147
is now smaller in certain cases.
148
148
([ Surya Rose] ( https://github.com/GearsDatapacks ) )
149
149
150
+ - On the Erlang target each generated module enables inlining from the Erlang
151
+ compiler.
152
+ ([ Giacomo Cavalieri] ( https://github.com/giacomocavalieri ) )
153
+
154
+ - The compiler now emits a warning when a module contains no public definitions
155
+ and prevents publishing packages with empty modules to Hex.
156
+ ([ Vitor Souza] ( https://github.com/vit0rr ) )
157
+
158
+ - The code generated for floating point division on the JavaScript target has
159
+ been improved to avoid performing needless checks.
160
+ ([ Giacomo Cavalieri] ( https://github.com/giacomocavalieri ) )
161
+
162
+ - The code generated for division and modulo operators on the JavaScript target
163
+ has been improved to avoid performing needless checks.
164
+ ([ Giacomo Cavalieri] ( https://github.com/giacomocavalieri ) )
165
+
150
166
### Build tool
151
167
152
168
- New projects are generated using OTP28 on GitHub Actions.
You can’t perform that action at this time.
0 commit comments