Alexandr Evstigneev
Alexandr Evstigneev
At the moment we are iterating all namespaces in all files. But we should find a file, related to `Foo::Bar` and collect from there only.
Caused by #2218 - [ ] reference and refactoring of custom aliases for `charnames`
Caused by #2218 Inspection should check string substitutions: - [ ] Inspection should mark invalid `\c` sequence: unmappable, outside of 0-127, trailing, probably even useless. - [ ] warn about...
Continuation of #2218
They need to be patched and marked as injectable explicitly
Caused by #1674 ``` fun dynamic_default($x, $y = length $x) { return "$x/$y"; } ``` Currently `$x` is not resolved properly.
Provide at least: * JRuby version (`jruby -v`): RVM: jruby-9.2.4.0: ver.9.2.4.0 (2.5.0) 8faff06 OpenJDK 64-Bit Server VM 11.0.11+9-Ubuntu-0ubuntu2.18.04 on 11.0.11+9-Ubuntu-0ubuntu2.18.04 +jit p0 * Operating system and platform: Ubuntu 18.04 Other...
- OS: Windows 10 - Ruby: 2.4. (most recent) - Bundler: 2.3.15 Scenario: - rails app created with `--database=sqlite3 --skip-bundle` - then run `bundle install` In the bundler verbose log...