Florian Loitsch
Florian Loitsch
When the user edits the code, a change-notification is sent to the server. While waiting for new diagnostics, the client should update existing diagnostics. In particular, all diagnostics that are...
# Pull Request Thank you for contributing to @toptal/gitignore and https://www.gitignore.io. ## New or update Select the appropriate check box for this pull request. This helps when merging to ensure...
I'm getting the following warnings when compiling libyaml with gcc 10.2.0: ``` ../../src/compiler/third_party/libyaml/src/emitter.c: In function ‘yaml_emitter_write_plain_scalar’: ../../src/compiler/third_party/libyaml/src/emitter.c:28:6: error: value computed is not used [-Werror=unused-value] 28 | && ((emitter->line_break == YAML_CR_BREAK...
IrHydra1 opens dart2js cfg files, but IrHydra2 doesn't anymore. Produce cfg files by modifying dart2js source: sdk/lib/_internal/compiler/implementation/ssa/tracer.dart Change GENERATE_SSA_TRACE to true Optionally change SSA_TRACE_FILTER to name (like "main").
For some reason the `[]=` operators are marked as `-> int/any`. They should be void functions as we don't use the value. At least we shouldn't. Maybe we need to...
We should consider renaming it to something less ambiguous.
Currently the code-section parser doesn't deal with whitespace. This means that many code-sections have indentations that shouldn't be there. It also doesn't handle language identifiers correctly. In fact it currently...