Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Box drawing characters "╵" and "╷" are swapped #595

Closed
zo opened this issue May 9, 2018 · 1 comment
Closed

Box drawing characters "╵" and "╷" are swapped #595

zo opened this issue May 9, 2018 · 1 comment
Labels

Comments

@zo
Copy link

zo commented May 9, 2018

       U+2577
  └──┐
       U+2575

Rendered in chrome on arch linux :

127 0 0 1_5500_index html

@tonsky
Copy link
Owner

tonsky commented May 9, 2018

Confirmed. Thanks for the report, will fix in the next version

@tonsky tonsky added the bug label May 9, 2018
@tonsky tonsky closed this as completed in 69f183d Sep 30, 2018
@ackvf ackvf mentioned this issue Feb 20, 2020
Losangelosgenetics pushed a commit to Losangelosgenetics/FiraCode that referenced this issue Mar 12, 2020
213: Update rubocop requirement from = 0.61.1 to = 0.62.0 r=olleolleolle a=dependabot[bot]

Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version.
<details>
<summary>Release notes</summary>

*Sourced from [rubocop's releases](https://github.com/rubocop-hq/rubocop/releases).*

> ## RuboCop 0.62
> ### New features
> 
> * [#6580](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6580): New cop `Rails/LinkToBlank` checks for `link_to` calls with `target: '_blank'` and no `rel: 'noopener'`. ([[**Intrepidd**](https://github.com/Intrepidd)][])
> 
> ### Bug fixes
> 
> * [#6560](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6560): Consider file count, not offense count, for `--exclude-limit` in combination with `--auto-gen-only-exclude`. ([[**jonas054**](https://github.com/jonas054)][])
> * [#4229](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/4229): Fix unexpected Style/HashSyntax consistency offence. ([[**timon**](https://github.com/timon)][])
> * [#6500](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6500): Add offense to use `in_time_zone` instead of deprecated `to_time_in_current_zone`. ([[**nadiyaka**](https://github.com/nadiyaka)][])
> * [#6577](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6577): Prevent Rails/Blank cop from adding offense when define the blank method. ([[**jonatas**](https://github.com/jonatas)][])
> * [#6554](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6554): Prevent Layout/RescueEnsureAlignment cop from breaking on block assignment when assignment is on a separate line. ([[**timmcanty**](https://github.com/timmcanty)][])
> * [#6343](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6343): Optimise `--auto-gen-config` when `Metrics/LineLength` cop is disabled. ([[**tom-lord**](https://github.com/tom-lord)][])
> * [#6389](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6389): Fix false negative for `Style/TrailingCommaInHashLiteral`/`Style/TrailingCommaInArrayLiteral` when there is a comment in the last line. ([[**bayandin**](https://github.com/bayandin)][])
> * [#6566](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6566): Fix false positive for `Layout/EmptyLinesAroundAccessModifier` when at the end of specifying a superclass is missing blank line. ([[**koic**](https://github.com/koic)][])
> * [#6571](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6571): Fix a false positive for `Layout/TrailingCommaInArguments` when a line break before a method call and `EnforcedStyleForMultiline` is set to `consistent_comma`. ([[**koic**](https://github.com/koic)][])
> * [#6573](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6573): Make `Layout/AccessModifierIndentation` work for dynamic module or class definitions. ([[**deivid-rodriguez**](https://github.com/deivid-rodriguez)][])
> * [#6562](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6562): Fix a false positive for `Style/MethodCallWithArgsParentheses` `omit_parentheses` enforced style after safe navigation call. ([[**gsamokovarov**](https://github.com/gsamokovarov)][])
> * [#6570](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6570): Fix a false positive for `Style/MethodCallWithArgsParentheses` `omit_parentheses` enforced style while splatting the result of a method invocation. ([[**gsamokovarov**](https://github.com/gsamokovarov)][])
> * [#6598](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6598): Fix a false positive for `Style/MethodCallWithArgsParentheses` `omit_parentheses` enforced style for calls with regexp slash literals argument. ([[**gsamokovarov**](https://github.com/gsamokovarov)][])
> * [#6598](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6598): Fix a false positive for `Style/MethodCallWithArgsParentheses` `omit_parentheses` enforced style for default argument value calls. ([[**gsamokovarov**](https://github.com/gsamokovarov)][])
> * [#6598](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6598): Fix a false positive for `Style/MethodCallWithArgsParentheses` `omit_parentheses` enforced style for argument calls with braced blocks. ([[**gsamokovarov**](https://github.com/gsamokovarov)][])
> * [#6594](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6594): Fix a false positive for `Rails/OutputSafety` when the receiver is a non-interpolated string literal. ([[**amatsuda**](https://github.com/amatsuda)][])
> * [#6574](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6574): Fix `Style/AccessModifierIndentation` not handling arbitrary blocks. ([[**deivid-rodriguez**](https://github.com/deivid-rodriguez)][])
> * [#6370](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6370): Fix the enforcing style from `extend self` into `module_function` when there are private methods. ([[**Ruffeng**](https://github.com/Ruffeng)][])
> 
> ### Changes
> 
> * [tonsky#595](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/595): Exclude files ignored by `git`. ([[**AlexWayfer**](https://github.com/AlexWayfer)][])
> * [#6429](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6429): Fix autocorrect in Rails/Validation to not wrap hash options with braces in an extra set of braces. ([[**bquorning**](https://github.com/bquorning)][])
> * [#6533](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6533): Improved warning message for unrecognized cop parameters to include Supported parameters. ([[**MagedMilad**](https://github.com/MagedMilad)][])
> 
> [[**Intrepidd**](https://github.com/Intrepidd)]: https://github.com/Intrepidd
> [[**jonas054**](https://github.com/jonas054)]: https://github.com/jonas054
> [[**timon**](https://github.com/timon)]: https://github.com/timon
> [[**nadiyaka**](https://github.com/nadiyaka)]: https://github.com/nadiyaka
> [[**jonatas**](https://github.com/jonatas)]: https://github.com/jonatas
> [[**timmcanty**](https://github.com/timmcanty)]: https://github.com/timmcanty
> [[**tom-lord**](https://github.com/tom-lord)]: https://github.com/tom-lord
> [[**bayandin**](https://github.com/bayandin)]: https://github.com/bayandin
> [[**koic**](https://github.com/koic)]: https://github.com/koic
> [[**deivid-rodriguez**](https://github.com/deivid-rodriguez)]: https://github.com/deivid-rodriguez
> [[**gsamokovarov**](https://github.com/gsamokovarov)]: https://github.com/gsamokovarov
> [[**amatsuda**](https://github.com/amatsuda)]: https://github.com/amatsuda
> [[**Ruffeng**](https://github.com/Ruffeng)]: https://github.com/Ruffeng
> [[**AlexWayfer**](https://github.com/AlexWayfer)]: https://github.com/AlexWayfer
> [[**bquorning**](https://github.com/bquorning)]: https://github.com/bquorning
> [[**MagedMilad**](https://github.com/MagedMilad)]: https://github.com/MagedMilad
</details>
<details>
<summary>Changelog</summary>

*Sourced from [rubocop's changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md).*

> ## 0.62.0 (2019-01-01)
> 
> ### New features
> 
> * [#6580](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6580): New cop `Rails/LinkToBlank` checks for `link_to` calls with `target: '_blank'` and no `rel: 'noopener'`. ([[**Intrepidd**](https://github.com/Intrepidd)][])
> 
> ### Bug fixes
> 
> * [#6560](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6560): Consider file count, not offense count, for `--exclude-limit` in combination with `--auto-gen-only-exclude`. ([[**jonas054**](https://github.com/jonas054)][])
> * [#4229](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/4229): Fix unexpected Style/HashSyntax consistency offence. ([[**timon**](https://github.com/timon)][])
> * [#6500](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6500): Add offense to use `in_time_zone` instead of deprecated `to_time_in_current_zone`. ([[**nadiyaka**](https://github.com/nadiyaka)][])
> * [#6577](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6577): Prevent Rails/Blank cop from adding offense when define the blank method. ([[**jonatas**](https://github.com/jonatas)][])
> * [#6554](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6554): Prevent Layout/RescueEnsureAlignment cop from breaking on block assignment when assignment is on a separate line. ([[**timmcanty**](https://github.com/timmcanty)][])
> * [#6343](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6343): Optimise `--auto-gen-config` when `Metrics/LineLength` cop is disabled. ([[**tom-lord**](https://github.com/tom-lord)][])
> * [#6389](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6389): Fix false negative for `Style/TrailingCommaInHashLiteral`/`Style/TrailingCommaInArrayLiteral` when there is a comment in the last line. ([[**bayandin**](https://github.com/bayandin)][])
> * [#6566](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6566): Fix false positive for `Layout/EmptyLinesAroundAccessModifier` when at the end of specifying a superclass is missing blank line. ([[**koic**](https://github.com/koic)][])
> * [#6571](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6571): Fix a false positive for `Layout/TrailingCommaInArguments` when a line break before a method call and `EnforcedStyleForMultiline` is set to `consistent_comma`. ([[**koic**](https://github.com/koic)][])
> * [#6573](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6573): Make `Layout/AccessModifierIndentation` work for dynamic module or class definitions. ([[**deivid-rodriguez**](https://github.com/deivid-rodriguez)][])
> * [#6562](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6562): Fix a false positive for `Style/MethodCallWithArgsParentheses` `omit_parentheses` enforced style after safe navigation call. ([[**gsamokovarov**](https://github.com/gsamokovarov)][])
> * [#6570](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6570): Fix a false positive for `Style/MethodCallWithArgsParentheses` `omit_parentheses` enforced style while splatting the result of a method invocation. ([[**gsamokovarov**](https://github.com/gsamokovarov)][])
> * [#6598](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6598): Fix a false positive for `Style/MethodCallWithArgsParentheses` `omit_parentheses` enforced style for calls with regexp slash literals argument. ([[**gsamokovarov**](https://github.com/gsamokovarov)][])
> * [#6598](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6598): Fix a false positive for `Style/MethodCallWithArgsParentheses` `omit_parentheses` enforced style for default argument value calls. ([[**gsamokovarov**](https://github.com/gsamokovarov)][])
> * [#6598](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6598): Fix a false positive for `Style/MethodCallWithArgsParentheses` `omit_parentheses` enforced style for argument calls with braced blocks. ([[**gsamokovarov**](https://github.com/gsamokovarov)][])
> * [#6594](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6594): Fix a false positive for `Rails/OutputSafety` when the receiver is a non-interpolated string literal. ([[**amatsuda**](https://github.com/amatsuda)][])
> * [#6574](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6574): Fix `Style/AccessModifierIndentation` not handling arbitrary blocks. ([[**deivid-rodriguez**](https://github.com/deivid-rodriguez)][])
> * [#6370](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6370): Fix the enforcing style from `extend self` into `module_function` when there are private methods. ([[**Ruffeng**](https://github.com/Ruffeng)][])
> 
> ### Changes
> 
> * [tonsky#595](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/595): Exclude files ignored by `git`. ([[**AlexWayfer**](https://github.com/AlexWayfer)][])
> * [#6429](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6429): Fix autocorrect in Rails/Validation to not wrap hash options with braces in an extra set of braces. ([[**bquorning**](https://github.com/bquorning)][])
> * [#6533](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6533): Improved warning message for unrecognized cop parameters to include Supported parameters. ([[**MagedMilad**](https://github.com/MagedMilad)][])
> 
> ## 0.61.1 (2018-12-06)
> 
> ### Bug fixes
> 
> * [#6550](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6550): Prevent Layout/RescueEnsureAlignment cop from breaking on assigned begin-end. ([[**drenmi**](https://github.com/drenmi)][])
> 
> ## 0.61.0 (2018-12-05)
> 
> ### New features
> 
> * [#6457](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6457): Support inner slash correction on `Style/RegexpLiteral`. ([[**r7kamura**](https://github.com/r7kamura)][])
> * [#6475](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6475): Support brace correction on `Style/Lambda`. ([[**r7kamura**](https://github.com/r7kamura)][])
> * [#6469](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6469): Enforce no parentheses style in the `Style/MethodCallWithArgsParentheses` cop. ([[**gsamokovarov**](https://github.com/gsamokovarov)][])
> * New cop `Performance/OpenStruct` checks for `OpenStruct.new` calls. ([[**xlts**](https://github.com/xlts)][])
> 
> ### Bug fixes
> 
></table> ... (truncated)
</details>
<details>
<summary>Commits</summary>

- See full diff in [compare view](https://github.com/rubocop-hq/rubocop/commits/v0.62.0)
</details>
<br />

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

</details>

Co-authored-by: dependabot[bot] <support@dependabot.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants