Home
last modified time | relevance | path

Searched refs:issue (Results 1 – 25 of 2186) sorted by relevance

12345678910>>...88

/third_party/icu/tools/commit-checker/
Dcheck.py67 if jira_issue.issue.fields.status.id in [S_REVIEWING, S_REVIEW_FEEDBACK]:
151 def pretty_print_issue(issue, type=None, **kwargs): argument
152 print("- %s: `%s`" % (issue.issue_id, issue.issue.fields.summary))
155 if issue.issue.fields.assignee:
156 print("\t- Assigned to %s" % issue.issue.fields.assignee.displayName)
160 if jira_issue_under_review(issue) and issue.issue.fields.customfield_10031:
161 print("\t- Reviewer: %s" % issue.issue.fields.customfield_10031.displayName)
162 print("\t- Jira Link: %s" % issue_id_to_url(issue.issue_id, **kwargs))
163 print("\t- Status: %s" % issue.issue.fields.status.name)
164 if(issue.issue.fields.resolution):
[all …]
/third_party/python/Doc/tools/extensions/
Dsuspicious.py64 def __init__(self, docname, lineno, issue, line): argument
70 self.issue = issue # the markup fragment that triggered this rule
126 def check_issue(self, line, lineno, issue): argument
127 if not self.is_ignored(line, lineno, issue):
128 self.report_issue(line, lineno, issue)
130 def is_ignored(self, line, lineno, issue): argument
135 if rule.issue != issue: continue
152 def report_issue(self, text, lineno, issue): argument
154 self.write_log_entry(lineno, issue, text)
157 (self.docname, lineno, issue, text))
[all …]
/third_party/rust/crates/rustix/src/io/fd/
Downed.rs7 #![cfg_attr(staged_api, unstable(feature = "io_safety", issue = "87074"))]
37 #[cfg_attr(staged_api, unstable(feature = "io_safety", issue = "87074"))]
58 #[cfg_attr(staged_api, unstable(feature = "io_safety", issue = "87074"))]
72 #[cfg_attr(staged_api, unstable(feature = "io_safety", issue = "87074"))]
116 #[cfg_attr(staged_api, unstable(feature = "io_safety", issue = "87074"))]
124 #[cfg_attr(staged_api, unstable(feature = "io_safety", issue = "87074"))]
132 #[cfg_attr(staged_api, unstable(feature = "io_safety", issue = "87074"))]
142 #[cfg_attr(staged_api, unstable(feature = "io_safety", issue = "87074"))]
161 #[cfg_attr(staged_api, unstable(feature = "io_safety", issue = "87074"))]
176 #[cfg_attr(staged_api, unstable(feature = "io_safety", issue = "87074"))]
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/
DChangeLog.txt24 (public issue 1703).
35 and flags (internal issue 1844).
37 issue 2880).
39 are duplicates of 06166 / 06167 (internal issue 2944).
65 pointer, not an array (public issue 1456).
67 elink:VkPipelinCreateFlagBits values (public issue 1676).
68 * Fix typo in apiext:VK_INTEL_shader_integer_functions2 (public issue
76 Vulkan-ValidationLayers issue 3225).
82 apiext:VK_KHR_maintenance4 extension (internal issue 2885).
84 chapter>> describing typo aliases (internal issue 2897).
[all …]
DChangeLog.adoc23 * Fix markup issue in extension refpages (public issue 2288).
28 flink:vkCreateWin32SurfaceKHR (internal issue 3402).
30 bit value`" terminology (internal issue 3728).
67 dynamic rendering VUs (public issue 2275).
78 issue 3563).
79 * Add alignment VUs to flink:vkCmdDrawIndirectByteCountEXT (internal issue
83 issue 3694).
84 * Update common pipeline create info VUs for create flags (internal issue
88 (internal issue 3711).
122 elink:VkPhysicalDeviceSchedulingControlsFlagBitsARM (public issue 2277).
[all …]
/third_party/python/Doc/whatsnew/
D3.9.rst42 (Contributed by P.Y. Developer in :issue:`12345`.)
162 (Contributed by Brandt Bucher in :issue:`36144`.)
172 :issue:`39939`.)
192 Ethan Smith, and Batuhan Taşkaya in :issue:`39481`.)
215 Pablo Galindo and Lysandros Nikolaou in :issue:`40334`.)
224 (Contributed by Ngalim Siregar in :issue:`37444`.)
232 (Contributed by Victor Stinner in :issue:`20443`.)
242 (Contributed by Victor Stinner in :issue:`37388`.)
247 (Contributed by Serhiy Storchaka in :issue:`28029`.)
251 (Contributed by Brandt Bucher in :issue:`39702`.)
[all …]
D3.7.rst42 (Contributed by P.Y. Developer in :issue:`12345`.)
504 :issue:`12844` and :issue:`18896`.)
507 whitespace, not only spaces. (Contributed by Robert Xiao in :issue:`28927`.)
512 (Contributed by INADA Naoki in :issue:`32677`.)
516 :issue:`29546`.)
520 (Contributed by Serhiy Storchaka in :issue:`30024`.)
524 (Contributed by Serhiy Storchaka in :issue:`28974`.)
530 (Contributed by Nathaniel J. Smith in :issue:`30579`.)
536 (Contributed by Nick Coghlan in :issue:`33053`.)
541 (Contributed by Victor Stinner in :issue:`31415`.)
[all …]
D3.5.rst42 (Contributed by P.Y. Developer in :issue:`12345`.)
80 methods. (Contributed by Arnon Yaari in :issue:`9951`.)
83 (Contributed by Antoine Pitrou in :issue:`23632`.)
87 by Benno Leslie and Yury Selivanov in :issue:`24450`.)
91 in :issue:`19235`.)
99 (Contributed by Victor Stinner in :issue:`19977`.)
140 manually. (See :issue:`22638` for more details; this change was
145 in :issue:`22796`.)
369 overall readability of the code. This issue is particularly important when
707 (Contributed by Serhiy Storchaka in :issue:`19676` and :issue:`22286`.)
[all …]
D3.10.rst44 (Contributed by P.Y. Developer in :issue:`12345`.)
67 * :issue:`12782`, Parenthesized context managers are now officially allowed.
147 in :issue:`12782` and :issue:`40334`.)
192 (Contributed by Pablo Galindo in :issue:`42864` and Batuhan Taskaya in
193 :issue:`40176`.)
218 This improvement was contributed by Pablo Galindo in :issue:`43914`.
233 (Contributed by Pablo Galindo in :issue:`42997`)
245 (Contributed by Pablo Galindo in :issue:`43017`)
260 (Contributed by Pablo Galindo in :issue:`43822`)
274 (Contributed by Pablo Galindo in :issue:`43149`)
[all …]
D3.8.rst40 (Contributed by P.Y. Developer in :issue:`12345`.)
115 (Contributed by Emily Morehouse in :issue:`35224`.)
186 (Contributed by Pablo Galindo in :issue:`36540`.)
204 (Contributed by Carl Meyer in :issue:`33499`.)
220 (Contributed by Victor Stinner in :issue:`36465`.)
227 (Contributed by Victor Stinner in :issue:`21536`.)
232 (Contributed by Victor Stinner in :issue:`36722`.)
250 (Contributed by Victor Stinner in :issue:`36721`.)
278 (Contributed by Eric V. Smith and Larry Hastings in :issue:`36817`.)
346 (Contributed by Victor Stinner in :issue:`36763`.)
[all …]
D3.6.rst42 (Contributed by P.Y. Developer in :issue:`12345`.)
600 (Contributed by INADA Naoki in :issue:`27350`. Idea
707 (Contributed by Victor Stinner in :issue:`26516` and :issue:`26564`.)
733 (Contributed by Łukasz Langa in :issue:`21590`, based on patches by
750 (Contributed by Andrew Barnert and Ivan Levkivskyi in :issue:`25958`.)
755 (Contributed by Emanuel Barry in :issue:`26823`.)
760 (Contributed by Eric Snow in :issue:`15767`.)
764 (Contributed by Martin Teichmann in :issue:`23722`.)
801 Contributed by Serhiy Storchaka in :issue:`26492`.
809 Contributed by Victor Stinner in :issue:`26146`.
[all …]
D3.4.rst55 :mod:`socket` module. (Contributed by P.Y. Developer in :issue:`12345`.)
90 (:issue:`16499`).
96 <whatsnew-marshal-3>` (:issue:`16475`).
122 on Unix <whatsnew-multiprocessing-no-fork>` (:issue:`8713`).
126 handling <whatsnew_email_contentmanager>` (:issue:`18891`).
139 (:issue:`16499`).
164 to None during finalization <whatsnew-pep-442>` (:issue:`18214`).
374 (Contributed by Nick Coghlan in :issue:`7475`, :issue:`17827`,
375 :issue:`17828` and :issue:`19619`.)
410 :issue:`18111`.)
[all …]
/third_party/jinja2/
DCHANGES.rst9 :issue:`1645`
10 - Handle race condition in ``FileSystemBytecodeCache``. :issue:`1654`
19 :issue:`1637`
44 - Add support for native types in macros. :issue:`1510`
47 ``{% trans "title" %}``. :issue:`1430`
52 - Add ``items`` filter. :issue:`1561`
54 calls when the environment is in async mode. :issue:`1573`
57 control this. :issue:`1463`
69 :issue:`1535`
73 :issue:`1514`
[all …]
/third_party/typescript/tests/baselines/reference/tsserver/projectReferences/
Dmonorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-with-scoped-package-and-solution-is-built-with-preserveSymlinks.js35 import { foo } from '@issue/b';
36 import { bar } from '@issue/b/lib/bar';
130 …): void;\n",{"version":"8545527381-import { foo } from '@issue/b';\nimport { bar } from '@issue/b/…
162 …"version": "8545527381-import { foo } from '@issue/b';\nimport { bar } from '@issue/b/lib/bar';\nf…
270 Imported via '@issue/b' from file 'src/index.ts'
272 Imported via '@issue/b/lib/bar' from file 'src/index.ts'
Dmonorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-with-scoped-package-and-solution-is-built.js35 import { foo } from '@issue/b';
36 import { bar } from '@issue/b/lib/bar';
130 …): void;\n",{"version":"8545527381-import { foo } from '@issue/b';\nimport { bar } from '@issue/b/…
162 …"version": "8545527381-import { foo } from '@issue/b';\nimport { bar } from '@issue/b/lib/bar';\nf…
268 Imported via '@issue/b' from file 'src/index.ts'
270 Imported via '@issue/b/lib/bar' from file 'src/index.ts'
Dmonorepo-like-with-symlinks-when-referencing-file-from-subFolder-with-scoped-package-and-solution-is-built.js35 import { foo } from '@issue/b/lib/foo';
36 import { bar } from '@issue/b/lib/bar/foo';
130 …d;\n",{"version":"-20350237855-import { foo } from '@issue/b/lib/foo';\nimport { bar } from '@issu…
162 …"version": "-20350237855-import { foo } from '@issue/b/lib/foo';\nimport { bar } from '@issue/b/li…
268 Imported via '@issue/b/lib/foo' from file 'src/test.ts'
270 Imported via '@issue/b/lib/bar/foo' from file 'src/test.ts'
Dmonorepo-like-with-symlinks-when-referencing-file-from-subFolder-with-scoped-package-and-solution-is-built-with-preserveSymlinks.js35 import { foo } from '@issue/b/lib/foo';
36 import { bar } from '@issue/b/lib/bar/foo';
130 …d;\n",{"version":"-20350237855-import { foo } from '@issue/b/lib/foo';\nimport { bar } from '@issu…
162 …"version": "-20350237855-import { foo } from '@issue/b/lib/foo';\nimport { bar } from '@issue/b/li…
270 Imported via '@issue/b/lib/foo' from file 'src/test.ts'
272 Imported via '@issue/b/lib/bar/foo' from file 'src/test.ts'
/third_party/libsnd/
DCHANGELOG.md12 * Searching for LAME dependency with CMake build system (issue #821).
13 * CMake build from Autotools tarball (issue #816).
14 * Build on UWP platform (issue #824).
15 * Fix signed integer overflow (issue #785).
20 * Maximum samplerate limit, thanks @drmpeg, @justacec (issue #850).
67 public header, thanks @SmiVan (issue #677).
100 * Memory leak in `caf_read_header`(), credit to OSS-Fuzz ([issue 30375](https://bugs.chromium.org/p…
102 OSS-Fuzz ([issue 29339](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=29339)).
104 ([issue 26257](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=26257)).
106 ([issue 25442](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=25442)).
[all …]
/third_party/rust/crates/rustix/src/net/
Dip.rs202 #[cfg_attr(staged_api, unstable(feature = "ip", issue = "27709"))]
293 rustc_const_unstable(feature = "const_ip", issue = "76205")
295 #[cfg_attr(staged_api, unstable(feature = "ip", issue = "27709"))]
352 rustc_const_unstable(feature = "const_ip", issue = "76205")
354 #[cfg_attr(staged_api, unstable(feature = "ip", issue = "27709"))]
379 #[cfg_attr(staged_api, unstable(feature = "ip", issue = "27709"))]
455 rustc_const_unstable(feature = "const_ip", issue = "76205")
457 #[cfg_attr(staged_api, unstable(feature = "ip", issue = "27709"))]
744 rustc_const_unstable(feature = "const_ipv4", issue = "76205")
746 #[cfg_attr(staged_api, unstable(feature = "ip", issue = "27709"))]
[all …]
Daddr.rs134 rustc_const_unstable(feature = "const_socketaddr", issue = "82485")
157 rustc_const_unstable(feature = "const_socketaddr", issue = "82485")
201 rustc_const_unstable(feature = "const_socketaddr", issue = "82485")
248 rustc_const_unstable(feature = "const_socketaddr", issue = "82485")
273 rustc_const_unstable(feature = "const_socketaddr", issue = "82485")
296 rustc_const_unstable(feature = "const_socketaddr", issue = "82485")
316 rustc_const_unstable(feature = "const_socketaddr", issue = "82485")
352 rustc_const_unstable(feature = "const_socketaddr", issue = "82485")
396 rustc_const_unstable(feature = "const_socketaddr", issue = "82485")
421 rustc_const_unstable(feature = "const_socketaddr", issue = "82485")
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/style/
Drevisions.adoc10 creating new specification language (internal issue 3707).
25 `VkStructureType` (internal issue 3493).
33 _in_ a command buffer`" (internal issue 3480).
40 document (public issue 2069).
43 "`colour`" in the Vulkan Video extensions (internal issue 3254).
46 Specification, such as the Video `Std*` types (internal issue 2703).
70 to extension names (internal issue 2831).
75 (internal issue 2040).
80 section based on the Khronos Inclusive Language list (internal issue
100 (internal issue 2662).
[all …]
/third_party/glib/
DSECURITY.md25 trust for these keys. Please [create an issue](https://gitlab.gnome.org/GNOME/glib/-/issues/new)
33 If you think you've identified a security issue in GLib, GObject or GIO, please
34 **do not** report the issue publicly via a mailing list, IRC, a public issue on
35 the GitLab issue tracker, a merge request, or any other public venue.
38 [*confidential* issue in the GitLab issue tracker](https://gitlab.gnome.org/GNOME/glib/-/issues/new…
39 with the “This issue is confidential” box checked. Please include as many
40 details as possible, including a minimal reproducible example of the issue, and
43 **Do not** provide a merge request to fix the issue, as there is currently no
45 which fix the security issue, please attach them to your confidential issue as
59 * On the day the issue and fix are made public, an announcement is made on the
/third_party/libphonenumber/
DCONTRIBUTING.md5 Please read the following before filing an issue or sending a pull request.
10 ## Checklist before filing an issue
13 * Is the issue reproducible using the
15 * Your issue may be resolved by upgrading to the latest version of the
22 * Has the issue already been discussed in the
27 ## Filing a metadata issue
46 but anything inactive for over a year must be filed again. To check if your issue
49 Alternatively, if you have a particular issue with a Google product handling phone numbers (e.g. si…
75 * Once you are all set up, either create a validation issue for your
76 request, or go to the relevant open issue.
[all …]
/third_party/skia/third_party/externals/libwebp/
DNEWS28 WebPMalloc (issue #442)
31 * alpha decode fix (issue #439)
42 content (issue #432)
46 resolution by scaling the image to fit (issue #433)
51 support, issue #398)
59 * big-endian fix for alpha decoding (issue #393)
60 * gif2webp fix for loop count=65535 transcode (issue #382)
75 web browsers, transcoding tools (issue #379)
76 img2webp, webpmux - allow options to be passed in via a file (issue #355)
82 * ARM performance improvements with clang (15-20% w/ndk r15c, issue #339)
[all …]
/third_party/rust/crates/nix/
DCONTRIBUTING.md14 We use GitHub's [issue tracker][issues].
22 issues][issue-search] to see if there's something related. If not, just
23 [open a new issue][new-issue]!
25 As a reminder, the more information you can give in your issue, the
29 [issue-search]: https://github.com/nix-rust/nix/search?utf8=%E2%9C%93&q=is%3Aissue&type=Issues
30 [new-issue]: https://github.com/nix-rust/nix/issues/new
36 issue][new-issue] requesting it. As with reporting a bug, the more
43 [Rust's issue labeling scheme][rust-labels]:
44 - **A-** prefixed labels state which area of the project the issue
47 issue
[all …]

12345678910>>...88