Skip to content

Commit

Permalink
+json
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Feb 2, 2025
1 parent 371fbeb commit 63906af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@
-h, --help Print help
```

For example, if the root project (`project_a`) depends on `package_b` and `package_c`, and `package_c` also depends on `package_b`, the output will be:
For example, if the root project (`project_a`) depends on `package_b` and
`package_c`, and `package_c` also depends on `package_b`, the output will be:


```markdown
Expand All @@ -113,6 +114,11 @@

([Ramkarthik Krishnamurthy](https://github.com/ramkarthik))

- The build tool now checks for modules that would collide with the new Erlang
`json` module in addition to the existing Erlang modules it already checked
for.
([Louis Pilfold](https://github.com/lpil))

### Language server

- The language server can now generate the definition of functions that do not
Expand Down
1 change: 1 addition & 0 deletions compiler-core/src/build/package_loader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -881,6 +881,7 @@ fn ensure_gleam_module_does_not_overwrite_standard_erlang_module(input: &Input)
| "io_lib_format"
| "io_lib_fread"
| "io_lib_pretty"
| "json"
| "kernel"
| "kernel_config"
| "kernel_refc"
Expand Down

0 comments on commit 63906af

Please # to comment.