Commit Graph

12 Commits

Author SHA1 Message Date
AJ Heller 151399183f
[build] Require Windows-specific code to be cherrypicked (#32457)
Internal Windows builds will catch issues that we cannot yet catch in
OSS. This will be mostly remedied once we have clang-cl in our CI (See a
rough roadmap in https://github.com/grpc/grpc/pull/32448). For now, this
PR identifies folders where most Windows-specific code is developed, and
requires cherrypicks for PRs that touch anything inside those folders.

This PR also refactors gpr and gprpp source files to better isolate all
platform-specific code ~the Windows-only code~. ~I will reorganize the
other platform-specific files using this structure if there are no
objections.~

This subset of folders covers about half of the `#ifdef GPR_WINDOWS`
usages in gRPC, but nearly all of the actively-developed Windows code
locations.
2023-02-23 11:48:59 -08:00
Vijay Pai 10010ec0f4
Update escapes 2019-05-14 23:21:39 -07:00
Vijay Pai cce686cb9b
See if double-quotes are the problem
Double-quotes are used in the Mergeable JSON so perhaps they're not being properly escaped
2019-05-14 23:15:51 -07:00
Vijay Pai e4190db350
Add end-of-line character 2019-05-14 23:08:30 -07:00
Vijay Pai 89349eaaae
Merge branch 'master' into patch-2 2019-05-14 20:49:52 -07:00
Vijay Pai 9f9c03d0f5
Prevent merging if PR marked DO NOT MERGE 2019-03-09 12:14:02 -08:00
Gunnlaugur Thor Briem 31649f4f17
Make mergeability messages more clear and fix typo 2018-11-20 00:40:59 +00:00
Srini Polavarapu f43103dcec Add lang check 2018-08-06 18:08:53 -07:00
srini100 1473b76e72 fix space in label 2018-07-27 18:47:38 -07:00
Srini Polavarapu ad2c5bee58 fix space 2018-07-26 13:02:47 -07:00
Srini Polavarapu d6df4d59d6 fix space 2018-07-26 12:59:26 -07:00
Nicolas Noble cba3575ed7
Creating mergeable's config.
Initial attempt at configuring mergeable.
2018-07-25 13:11:37 -07:00