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
) but this is not documented properly nor widely understood by YCM users. The main reason why it was used was to avoid the checks on git mail and name being set, that were anyhow removed in #472, but then that created more errors down the road (see #225 and #474).
So I think that we should first deprecate it, and then remove it.
The text was updated successfully, but these errors were encountered:
giving my two cents, since we are going to remove the forcing of name and email git set, It seems to me a good idea to deprecate and then remove NO_INTERACTIVE_BUILD.
The
NON_INTERACTIVE_BUILD
variable has confusing semantics (the main changes it does is that it set theEP_UPDATE_DISCONNECTED
, seeycm-cmake-modules/modules/YCMEPHelper.cmake
Line 212 in 46af9ad
So I think that we should first deprecate it, and then remove it.
The text was updated successfully, but these errors were encountered: