forked from erlang/otp
-
Notifications
You must be signed in to change notification settings - Fork 1
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
[pull] master from erlang:master #254
Merged
Merged
Conversation
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
Co-authored-by: Raimo Niskanen <[email protected]>
…r-funs beam_debug_info: Emit a proper entry debug_line for funs
* bjorn/asn1/decode-jer/ERIERL-1206/OTP-19547: ASN.1 JER: Support decoding already decoded JSON data
* maint: ASN.1 JER: Support decoding already decoded JSON data
…-19537 Fix `gen_server` plain timeouts being canceled by `system` messages
Reviewer's Guide by SourceryThis pull request includes changes to the ASN1 compiler and runtime to add support for decoding pre-decoded JSON, improvements to gen_server timeout handling and hibernation, and fixes to debug line information in the compiler. It also includes a new test function for BER and JER. Sequence diagram for gen_server timeout handlingsequenceDiagram
participant Server
Server->>Server: receive Msg
Server->>Server: decode_msg(Msg)
alt timeout
Server->>Server: loop(infinity)
else HibernateAfterTimeout
Server->>Server: loop_hibernate()
Server->>Server: erlang:hibernate()
Server->>Server: loop_wakeup()
end
Updated class diagram for c_funclassDiagram
class c_fun {
-anno: list
-vars: list
-body: object
}
note for c_fun "The 'anno' attribute in the c_fun class is updated to include debug line information."
Updated class diagram for server_dataclassDiagram
class server_data {
-module: atom
-parent: pid
-tag: term
-hibernate_after: timeout
-handle_info: fun
-handle_continue: fun
}
note for server_data "The 'hibernate_after' attribute is added to the server_data class."
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )