Jordan Eldredge

Results 253 comments of Jordan Eldredge

Just put "unreleased" (I think you missed that line in the last one)

Here's a minimal repro of the issue: ```javascript import { printSchema, buildSchema } from "graphql"; const SDL = ` type Query { hello: String @deprecated(reason: null) }`; console.log(printSchema(buildSchema(SDL))); /* Outputs:...

Perhaps another thing to consider in terms of promoting this to stable is if we want to bundle it with #5658, the ability to configure the number of header lines...

Here's the assembly used in the actual implementation: https://github.com/WACUP/vis_milk2/blob/de9625a89e724afe23ed273b96b8e48496095b6c/ns-eel2/asm-nseel-x86-gcc.c#L507-L531

``` void nseel_asm_mod(void) { __asm__( "fld" EEL_F_SUFFIX " (%edi)\n" "fld" EEL_F_SUFFIX " (%eax)\n" "fabs\n" "fistpl (%esi)\n" "fabs\n" "fistpl 4(%esi)\n" "xorl %edx, %edx\n" #ifdef TARGET_X64 "subl %eax, %eax\n" #endif "cmpl $0,...

Auto-close was due to a typo in commit message

Thanks so much for this. Sorry I've let it languish. There is still one wrinkle, which is that for most of these LSP features the location information is computed from...

@tobias-tengler Yeah, internal reasons. Just some internal miscommunication with getting the feature flag set. I have an internal diff open to re-land.

Sorry for the egregious delay. Still need to get our GitHub CI building reliably in order to get `@main` builds publishing to NPM. Currently it's hitting issues running out of...

Sorry for the delay here. We have an internal infra issue where our PR import bot is unable to import this diff. Actually getting this merged got lost in the...