You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bjorng edited this page Sep 13, 2010
·
5 revisions
Here are some informal guidelines on what kind of patches that are likely to be accepted or rejected, based on policies and/or the history of rejection/acceptance in the past.
Non-Erlang/OTP team members: Feel free to add items to this page, as long as you cite a reference to an email written by an Erlang/OTP team member. We (Erlang/OTP) may edit the item if we feel that you have quoted us out of context, or if a policy has been changed since the email was written.
Can I add an environment variable to configure some behavior or limit of the emulator?
No. We don’t want to add any new environment variables. Implement a new command line option to configure the behavior (example of an accepted patch). Any command line option can be passed in the environment variable ERL_FLAGS.