-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: I've read about the failure mentioned in #37. It's because the `erlang_service` uses the new map comprehension syntax introduced in OTP 26. Only three places use the new syntax. Can we restore OTP 25 support by replacing the map comprehension with the legacy `maps:to_list`/`maps:from_list`? I have built the `elp` based on `2024-07-16` and `2024-08-05`, seems to work fine. Pull Request resolved: #41 Reviewed By: alanz Differential Revision: D61018770 Pulled By: robertoaloi fbshipit-source-id: 362e8417d6969aeea612c11ac88057d037ec3315
- Loading branch information
1 parent
2c30d29
commit 8b8eb2e
Showing
2 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters