Searched refs:bug (Results 1 – 25 of 2940) sorted by relevance
12345678910>>...118
225 References to bug reports and discussions on issues:227 [1] = https://curl.se/bug/?i=7133228 [2] = https://curl.se/bug/?i=7167229 [3] = https://curl.se/bug/?i=7152230 [4] = https://curl.se/bug/?i=7154231 [5] = https://curl.se/bug/?i=7159232 [6] = https://curl.se/bug/?i=7162233 [7] = https://curl.se/bug/?i=7165234 [8] = https://curl.se/bug/?i=7164235 [9] = https://curl.se/bug/?i=7095[all …]
56 lang_bugs = filter(lambda bug: lang in bug.labels, total_bugs)57 closed_bugs = filter(lambda bug: bug.state == 'closed', lang_bugs)58 open_bugs = filter(lambda bug: bug.state == 'open', lang_bugs)59 open_p0_bugs = filter(lambda bug: LABEL_PRIORITY_P0 in bug.labels,61 open_p1_bugs = filter(lambda bug: LABEL_PRIORITY_P1 in bug.labels,63 open_p2_bugs = filter(lambda bug: LABEL_PRIORITY_P2 in bug.labels,
2 // type inference on 'bug' should give 'any'17 b.m("test", function (bug) {18 >b.m("test", function (bug) { var a: number = bug;}) : any23 >function (bug) { var a: number = bug;} : (bug: any) => void24 >bug : any26 var a: number = bug;28 >bug : any
1 === tests/cases/compiler/bug.ts ===3 >SYMBOL : Symbol(SYMBOL, Decl(bug.ts, 0, 12))7 >Interface : Symbol(Interface, Decl(bug.ts, 0, 30))10 >[SYMBOL] : Symbol(Interface[SYMBOL], Decl(bug.ts, 2, 28))11 >SYMBOL : Symbol(SYMBOL, Decl(bug.ts, 0, 12))15 >createInstance : Symbol(createInstance, Decl(bug.ts, 4, 1))16 >Interface : Symbol(Interface, Decl(bug.ts, 0, 30))20 >[SYMBOL] : Symbol([SYMBOL], Decl(bug.ts, 7, 10))21 >SYMBOL : Symbol(SYMBOL, Decl(bug.ts, 0, 12))26 import { createInstance } from './bug'
2 declare module "@ts-bug/a" {3 >"@ts-bug/a" : typeof import("@ts-bug/a")18 import { a } from "@ts-bug/a";19 >a : (text: string) => import("@ts-bug/a").AText22 >b : (text: string) => import("@ts-bug/a").AText26 >a(text) : import("@ts-bug/a").AText27 >a : (text: string) => import("@ts-bug/a").AText
2 // type inference on 'bug' should give 'any'19 b.m("test", function (bug) {23 >bug : Symbol(bug, Decl(inferSecondaryParameter.ts, 6, 22))25 var a: number = bug;27 >bug : Symbol(bug, Decl(inferSecondaryParameter.ts, 6, 22))
1 === tests/cases/compiler/bug.ts ===27 import { createInstance } from './bug'28 >createInstance : () => import("tests/cases/compiler/bug").Interface35 >createInstance() : import("tests/cases/compiler/bug").Interface36 >createInstance : () => import("tests/cases/compiler/bug").Interface
8 b.m("test", function (bug) { argument9 var a: number = bug;15 b.m("test", function (bug) { argument16 var a = bug;
7 A new bug can be filed here:11 own interest to follow the steps here precisely to ensure your bug can be16 - a reliable :ref:`reproducer <reporting_bugs_reproducer>` for the bug17 - a :ref:`recording <libinput-record>` of the device while the bug is reproduced57 Try to identify the bug by reproducing it reliably. Bugs without a58 reliable reproducer will have lowest priority. The more specific a bug61 Try to replicate the series of events that lead to the bug being triggered.62 Narrow it down until you have a reliable sequence that can trigger the bug.72 The output is textual and can help identify whether the bug is in libinput78 If the bug cannot be reproduced with the :ref:`libinput-debug-events` helper,[all …]
4 Mesa 7.0.2 is a stable release with bug fixes since version 7.0.33 - Fixed a vertex buffer wrapping issue (bug 9962)37 - Fixed a blending/banding issue (bug 11931)38 - Fixed a GLU matrix inversion bug (#6748)40 (bug 12141)42 - Fixed x86-64 vertex transformation bug (12216)45 (bug 12313)46 - Fixed a glCopyPixels/glPixelZoom bug (12417)47 - Fixed a bug when using glMaterial in display lists (bug 10604)49 - Fixed Blender crash bug (12164)[all …]
4 Mesa 7.8.3 is a bug fix release which fixes bugs found since the 7.8.243 - Fix unsupported FB with D24S8 (bug46 - Fixed a bug rendering to 16-bit buffers using swrast.47 - Fixed a state tracker/TGSI bug that caused crashes when using49 - Fixed an issue rendering to 32-bit channels with swrast (bug51 - GLSL: fix indirect ``gl_TextureMatrix`` addressing (bug53 - GLSL: fix for bug55 - GLSL: fix zw fragcoord entries in some cases (bug57 - Fix texture env generation in some cases (bug60 (bug `10966 <https://bugs.freedesktop.org/show_bug.cgi?id=10966>`__[all …]
4 Mesa 7.0.1 is a stable release with bug fixes since version 7.0.38 - Fixed glDrawPixels(GL_STENCIL_INDEX) pixel transfer bug 1145739 - GLSL bug fix: added vec2(vec4) constructor40 - GLSL bug fix: .strq and .rgba writemasks didn't always work41 - Stencil pixel map didn't always work for glDrawPixels (bug 11475)42 - Fixed polygon stipple bug in i915 driver43 - Binding a zero-sized texture didn't disable texturing (bug 11309)45 the terminating zero (bug 11588)48 - Fixed a GLSL function call bug (#11731)49 - glPointParameteriv(GL_DISTANCE_ATTENUATION_EXT) didn't work (bug[all …]
33 - Fixed GLSL mod4(vec4, vec4) bug.35 - Fixed an R300 driver bug that caused Xorg composite manager to crash36 - Fixed R300 vertex program/matrix bug (10848)40 - The GLX protocol request for glXDestroyPBuffer() was incorrect (bug42 - ARB vp state.light[n].half value was incorrect (bug 10987)43 - Fixed a positional light source bug (bug 11009)44 - Fixed point size attenuation problem (bug 11042)45 - glPopAttrib didn't restore texture object's LOD bias (bug 11049)46 - Fixed a TLS / TEXTREL problem (bug 7459)
4 Mesa 7.0.3 is a stable release with bug fixes since version 7.0.2.29 - Fix two-sided lighting bugs/crashes (bug 13368)31 - glGetActiveUniform returned incorrect sizes (bug 13751)33 (Bruce Merry, bug 13753)35 - Fixed GLX indirect vertex array rendering bug (14197)37 - User-defined clip planes enabled for R300 (bug 9871)38 - Fixed glBindTexture() crash upon bad target (bug 14514)39 - Fixed potential crash in glDrawPixels(GL_DEPTH_COMPONENT) (bug 13915)42 - Fixed minor point rasterization regression (bug 11016)44 (bug 14931)
4 Mesa 6.4 is a stable, bug-fix release.38 - r200_vtxtmp_x86.S file was missing from 6.3.2 tarball (bug 4207)39 - glxgears_fbconfig demo didn't work (bug 4237)40 - fixed bug when bilinear sampling 2d textures with borders41 - glXCreatePbuffer() could segfault instead of returning 0 (bug 4235)42 - fixed undefined frexp and rand in X.org libGLcore.a (bug 4242)43 - fixed a few problems with proxy color tables (bug 4270)44 - fixed precision problem in Z clearing (bug 4395)49 - fixed memory corruption bug involving software alpha buffers55 - fixed glFogCoord bug 4729
4 Mesa 7.6.1 is a bug-fix release fixing issues since version 7.6.38 - Fixed crash caused by glXCopyContext() and glXDestroyContext(), bug40 - glXQueryContext(GLX_RENDER_TYPE) returned wrong values (bug 24211)42 - Fixed default texture binding bug when a bound texture was deleted.44 - Fake glXQueryDrawable() didn't return good values (bug 24320)45 - Fixed AUX buffer breakage (bug 24426).46 - Fixed locale-dependent float parsing bug in GLSL compiler (bug 24531)54 - Endianness fixes for the DRI swrast driver (bug 22767).
5 labels: bug10 …th open and closed) in the libjpeg-turbo issue tracker to ensure that this bug report is not a dup…13 **Does this bug report describe one of the [two known and unsolvable issues with the JPEG format](h…16 **Clear and concise description of the bug:**19 **Steps to reproduce the bug (using *only* libjpeg-turbo):**22 **Image(s) needed in order to reproduce the bug (if applicable):**31 **Platform(s) (compiler version, operating system version, CPU) on which the bug was observed:**34 …bug was observed (always test the tip of the master branch or the latest [stable pre-release](http…37 **If the bug is a regression, the specific commit that introduced the regression (use `git bisect` …
6 test-1 = 1-Server signature algorithms bug33 [1-Server signature algorithms bug]34 ssl_conf = 1-Server signature algorithms bug-ssl36 [1-Server signature algorithms bug-ssl]37 server = 1-Server signature algorithms bug-server38 client = 1-Server signature algorithms bug-client40 [1-Server signature algorithms bug-server]46 [1-Server signature algorithms bug-client]
6 - misc bug fixes15 - misc bug fixes24 - misc bug fixes31 - misc bug fixes42 - misc bug fixes54 - misc bug fixes61 - misc bug fixes73 - misc bug fixes79 - misc bug fixes87 - misc bug fixes[all …]
37 * Fix CMake bug with sndio library dependency, thanks to @drhenault.59 * Fix critical CMake bug with broken ABI of shared libsndfile library.66 * Fix bug when sf_open_fd() function sometimes leaves filehandle open, even83 * Fix CMake man pages installation bug when sndfile-deinterleave.1 and103 * Minor bug fixes and improvements.111 * Minor bug fixes and improvements.119 * Minor bug fixes and improvements.127 * Minor bug fixes and improvements.132 * Minor bug fixes and improvements.139 * Minor bug fixes and improvements.[all …]
14 * netbiosns.c: fix expecting too large packet (bug #55069)17 * smtp.c: fix compiling with strict C compatibility because of strnlen (bug #55034)20 * tcp.c: fix overflow check in tcp_recved triggering invalid assertion (bug #55015)23 * tcp.c: fix a bug in sending RST segments (sent from port 0)30 * sockets.c: fix bad assertion in lwip_poll_dec_sockets_used() (bug #54933)33 * ip4.c: don't send 127.* to default netif (bug #54670)36 * altcp_tls_mbedtls.c: fix use-after free (bug #54774)39 * snmp_scalar.c: Avoid NULL pointer dereference (bug #54886)45 * def.h: fix casting htonX and ntohX to u16_t (bug #54850)62 * lowpan6.c: Fix IEEE 802.15.4 address setting (bug #54749)[all …]
13 Remove a double longjmp into an invalid stack frame bug in e2fsck.17 Fix NLS bug in e2fsck, by avoiding trying to expand an empty string20 Fix a bug in mke2fs which caused -T largefile or -T largefile4 to core21 dump due to a division by zero error. (Addresses Debian bug #207082)23 Fixed a bug in e2fsck which caused it to incorrectly fix a filesystem25 directory. (Addresses Debian bug #219640).27 Fixed a bug where e2fsck would bomb out if a journal needed to be33 the filesystem will be checked. (Addresses Debian bug #205177)36 filesystem check will be forced. (Addresses Debian bug #157194)46 by e2fsck on big-endian machines. (Addresses Debian bug #228723)[all …]
4 To file a Mesa bug, go to `GitLab on7 Please follow these bug reporting guidelines:11 - Check if your bug is already reported in the database.12 - Monitor your bug report for requests for additional information, etc.18 - Describe in detail how to reproduce the bug, especially with games23 The easier a bug is to reproduce, the sooner it will be fixed. Please do24 everything you can to facilitate quickly fixing bugs. If your bug report
9 * KPIDB: bug in do_irq14 * KPIEB: bug in handle_IRQ_event19 * KPTEB: bug in tasklet_action24 * KPBB : bug in ll_rw_block29 * KPMSB: bug in shrink_inactive_list34 * KPTB : bug in hr_timer_start39 * KPSB : bug in scsi_dispatch_cmd44 * KPIB : bug in ide_core_cp
18 If you find a bug in this documentation or would like to propose an improvement,19 please submit a bug report on the :ref:`tracker <using-the-tracker>`. If you22 If you're short on time, you can also email documentation bug reports to44 (https://bugs.python.org/). The bug tracker offers a web form which allows52 To do this, search the bug database using the search box on the top of the page.54 If the problem you're reporting is not already in the bug tracker, go back to57 logos in the sidebar. It is not possible to submit a bug report anonymously.59 Being now logged in, you can submit a bug. Select the "Create New" link in the60 sidebar to open the bug reporting form.65 "Versions" to which the bug relates.[all …]