Samuel Bronson
Samuel Bronson
Looks like this was fixed in 0cc921f0c2b62566f0884f0d8affa52516e30ac7.
Huh, unfortunately, these files are made of actual s-expressions, just like normal Scheme or Lisp code. Possibly the idiosynchratic use of symbols starting with `@`, including sometimes at the top...
> Here's an example of the kind of warning I think we should print: > > > WARNING: Because , the executable `rake` has been placed into the directory `/home/eregon/.gem/truffleruby/20.2.0-dev-dc3a61a7/bin`,...
@klausw > As a workaround, try using the Esc key as a prefix instead of Alt. The key sequence "ESC Shift-%" should work for search&replace. (No need to hold down...
But surely clangd doesn't have to send the comment tokens?
Hmm. Wouldn't it be more useful to fuzz somewhat realistic lexers generated in various configurations, in order to exercize both the skeleton code and the generated stuff that flex tends...
Seems like this should be closed now?
The current wording no longer suggests that the list is exhaustive, but also makes it sound as though "wrong phase of the moon" would be a possible failure reason: https://github.com/dotnet/csharpstandard/blob/draft-v7/standard/conversions.md#1073-evaluation-of-lambda-expression-conversions-to-expression-tree-types
> One thing I forgot to mention in the previous discussions: shipping sysroots with debug info doesn't really allow one to debug them, because the dwarf sections do not embed...
Well, [FinalizationRegistry](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/FinalizationRegistry) might possibly be helpful -- they don't guarantee that finalizers will be called under any circumstances at all -- but it does exist, as does [WeakRef](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakRef) -- though...