-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix typo in 'crl_check' documentation #8563
Conversation
Previously, we were wrapping the combiner function without an actual need. We also use this opportunity to remove an unused argument.
…_doc-typos Fix beam_doc typos
Make Docs chunk deterministic
link is broken
Co-authored-by: Lukas Larsson <[email protected]>
Update README.md
* maint: Correct typos
…tion use C++11 list initializers
Optimize maps:merge_with/3 for maps of equal size
* maint: Correct typo in docs: invalid_sequence -> unexpected_sequence
* maint: Remove OAM Principles chapter from the documentation
Using the map syntax instead of `maps:put/3` is slightly more efficient in itself, but also reduces register shuffling and can open up for combining multiple adjacent map update operations into a single update operation.
* maint: JIT: Fix unsafe in-place update during disabled GC JIT: Fix unsafe destructive record update
Remove dead macro ERTS_FOREACH_OP_RUNQ
…ps-puts-3/OTP-19115 Inline safe calls to maps:put/3
Make sets default to maps-based implementation OTP-19127
* maint: [erts] Fix DOWN signal from port
All locks within a level are unordered and not supposed to be seized at the same time. The lock checker will complain if that happens. The main purpose is to make it easier to reason and understand the lock order when need to change it arises.
Simplify dot files by removing implicit indirect dependencies A -> B -> C do not show arrow A -> C even if the lc_graph file has it as a direct dependency as C has been locked after A without B being involved.
Using pipe will lose the exit status of gcc gcc ... | sed ... > $@ Instead run sed separately gcc ... > [email protected] sed [email protected] > $@ We use a temporary file as sed option -i is not portable.
* maint: Fix disk_log bug/typo Fix json encode_map_checked encode_key_value_list_checked
CT Test Results 2 files 67 suites 48m 52s ⏱️ Results for commit 8b01a39. ♻️ This comment has been updated with latest results. To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass. See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally. Artifacts// Erlang/OTP Github Action Bot |
Please, could you rebase this on top of |
I cannot figure out how to rebase a single commit. Gonna re-open it. |
See #8587 |
No description provided.