-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
F# -> and <- in Visual Studio - is there a trick? #220
Comments
@danieljsummers It's not you, it's a bug with VS, ligatures with a See here: I hope they fix it |
A lot of editors suffer one form or another of this. Some ligatures don’t work in Atom in certain syntaxes, for example. This is related to how “fair” tokenization for syntax highlight is implemented. I suspect some grammars “cheat” by highlighting |
199: Update rack-test requirement from ~> 0.6 to ~> 1.1 r=bronzdoc a=dependabot[bot] Updates the requirements on [rack-test](https://github.com/rack-test/rack-test) to permit the latest version. <details> <summary>Release notes</summary> *Sourced from [rack-test's releases](https://github.com/rack-test/rack-test/releases).* > ## v1.1.0 > ## 1.1.0 / 2018-07-21 > > * Breaking changes: > * None > > * Minor enhancements / new functionality: > * [GitHub] Added configuration for Stale (Per Lundberg [tonsky#232](https://github-redirect.dependabot.com/rack-test/rack-test/issues/232)) > * `follow_direct`: Include `rack.session.options` (Mark Edmondson [tonsky#233](https://github-redirect.dependabot.com/rack-test/rack-test/issues/233)) > * [CI] Add simplecov (fatkodima [tonsky#227](https://github-redirect.dependabot.com/rack-test/rack-test/issues/227)) > > Bug fixes: > * Follow relative locations correctly. (Samuel Williams [tonsky#230](https://github-redirect.dependabot.com/rack-test/rack-test/issues/230)) </details> <details> <summary>Changelog</summary> *Sourced from [rack-test's changelog](https://github.com/rack-test/rack-test/blob/master/History.md).* > ## 1.1.0 / 2018-07-21 > > * Breaking changes: > * None > > * Minor enhancements / new functionality: > * [GitHub] Added configuration for Stale (Per Lundberg [tonsky#232](https://github-redirect.dependabot.com/rack-test/rack-test/issues/232)) > * follow_direct: Include rack.session.options (Mark Edmondson [tonsky#233](https://github-redirect.dependabot.com/rack-test/rack-test/issues/233)) > * [CI] Add simplecov (fatkodima [tonsky#227](https://github-redirect.dependabot.com/rack-test/rack-test/issues/227)) > > Bug fixes: > * Follow relative locations correctly. (Samuel Williams [tonsky#230](https://github-redirect.dependabot.com/rack-test/rack-test/issues/230)) > > ## 1.0.0 / 2018-03-27 > > * Breaking changes: > * Always set CONTENT_TYPE for non-GET requests > (Per Lundberg [tonsky#223](https://github-redirect.dependabot.com/rack-test/rack-test/issues/223)) > > * Minor enhancements / bug fixes: > * Create tempfile using the basename without extension > (Edouard Chin [tonsky#201](https://github-redirect.dependabot.com/rack-test/rack-test/issues/201)) > * Save `session` during `follow_redirect!` > (Alexander Popov [tonsky#218](https://github-redirect.dependabot.com/rack-test/rack-test/issues/218)) > * Document how to use URL params with DELETE method > (Timur Platonov [tonsky#220](https://github-redirect.dependabot.com/rack-test/rack-test/issues/220)) > > ## 0.8.3 / 2018-02-27 > > * Bug fixes: > * Do not set Content-Type if params are explicitly set to nil > (Bartek Bułat [tonsky#212](https://github-redirect.dependabot.com/rack-test/rack-test/issues/212)). Fixes [tonsky#200](https://github-redirect.dependabot.com/rack-test/rack-test/issues/200). > * Fix `UploadedFile#new` regression > (Per Lundberg [tonsky#215](https://github-redirect.dependabot.com/rack-test/rack-test/issues/215)) > > * Minor enhancements > * [CI] Test against Ruby 2.5 (Nicolas Leger [tonsky#217](https://github-redirect.dependabot.com/rack-test/rack-test/issues/217)) > > ## 0.8.2 / 2017-11-21 > > * Bug fixes: > * Bugfix for `UploadedFile.new` unintended API breakage. > (Per Lundberg [tonsky#210](https://github-redirect.dependabot.com/rack-test/rack-test/issues/210)) > > ## 0.8.0 / 2017-11-20 > > * Known Issue > * In `UploadedFile.new`, when passing e.g. a `Pathname` object, > errors can be raised (eg. `ArgumentError: Missing original_filename > for IO`, or `NoMethodError: undefined method 'size'`) See [tonsky#207](https://github-redirect.dependabot.com/rack-test/rack-test/issues/207), [tonsky#209](https://github-redirect.dependabot.com/rack-test/rack-test/issues/209). ></table> ... (truncated) </details> <details> <summary>Commits</summary> - See full diff in [compare view](https://github.com/rack-test/rack-test/commits/v1.1.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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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>
220: Update rubocop requirement from = 0.63.1 to = 0.64.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.64 > ### New features > > * [#6704](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6704): Add new `Rails/ReflectionClassName` cop. ([[**Bhacaz**](https://github.com/Bhacaz)][]) > * [#6643](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6643): Support `AllowParenthesesInCamelCaseMethod` option on `Style/MethodCallWithArgsParentheses` `omit_parentheses`. ([[**dazuma**](https://github.com/dazuma)][]) > > ### Bug fixes > > * [#6254](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6254): Fix `Layout/RescueEnsureAlignment` for non-local assignments. ([[**marcotc**](https://github.com/marcotc)][]) > * [#6648](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6648): Fix auto-correction of `Style/EmptyLiteral` when `Hash.new` is passed as the first argument to `super`. ([[**rrosenblum**](https://github.com/rrosenblum)][]) > * [#6351](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6351): Fix a false positive for `Layout/ClosingParenthesisIndentation` when first argument is multiline. ([[**antonzaytsev**](https://github.com/antonzaytsev)][]) > * [#6689](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6689): Support more complex argument patterns on `Rails/Validation` auto-correction. ([[**r7kamura**](https://github.com/r7kamura)][]) > * [#6668](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6668): Fix autocorrection for `Style/UnneededCondition` when conditional has the `unless` form. ([[**mvz**](https://github.com/mvz)][]) > * [#6382](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6382): Fix `Layout/IndentationWidth` with `Layout/EndAlignment` set to start_of_line. ([[**dischorde**](https://github.com/dischorde)][], [[**siegfault**](https://github.com/siegfault)][], [[**mhelmetag**](https://github.com/mhelmetag)][]) > * [#6710](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6710): Fix `Naming/MemoizedInstanceVariableName` on method starts with underscore. ([[**pocke**](https://github.com/pocke)][]) > * [#6722](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6722): Fix an error for `Style/OneLineConditional` when `then` branch has no body. ([[**koic**](https://github.com/koic)][]) > * [#6702](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6702): Fix `TrailingComma` regression where heredoc with commas caused false positives. ([[**abrom**](https://github.com/abrom)][]) > * [#6737](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6737): Fix an incorrect auto-correct for `Rails/LinkToBlank` when `link_to` method arguments are enclosed in parentheses. ([[**koic**](https://github.com/koic)][]) > * [#6720](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6720): Fix detection of `:native` line ending for `Layout/EndOfLine` on JRuby. ([[**enkessler**](https://github.com/enkessler)][]) > > ### Changes > > * [#6597](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6597): `Style/LineEndConcatenation` is now known to be unsafe for auto-correct. ([[**jaredbeck**](https://github.com/jaredbeck)][]) > * [#6725](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6725): Mark `Style/SymbolProc` as unsafe for auto-correct. ([[**drenmi**](https://github.com/drenmi)][]) > * [#6708](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6708): Make `Style/CommentedKeyword` allow the `:yields:` RDoc comment. ([[**bquorning**](https://github.com/bquorning)][]) > * [#6749](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6749): Make some cops aware of safe navigation operator. ([[**hoshinotsuyoshi**](https://github.com/hoshinotsuyoshi)][]) > > [[**Bhacaz**](https://github.com/Bhacaz)]: https://github.com/Bhacaz > [[**dazuma**](https://github.com/dazuma)]: https://github.com/dazuma > [[**marcotc**](https://github.com/marcotc)]: https://github.com/marcotc > [[**rrosenblum**](https://github.com/rrosenblum)]: https://github.com/rrosenblum > [[**antonzaytsev**](https://github.com/antonzaytsev)]: https://github.com/antonzaytsev > [[**r7kamura**](https://github.com/r7kamura)]: https://github.com/r7kamura > [[**mvz**](https://github.com/mvz)]: https://github.com/mvz > [[**dischorde**](https://github.com/dischorde)]: https://github.com/dischorde > [[**siegfault**](https://github.com/siegfault)]: https://github.com/siegfault > [[**mhelmetag**](https://github.com/mhelmetag)]: https://github.com/mhelmetag > [[**pocke**](https://github.com/pocke)]: https://github.com/pocke > [[**koic**](https://github.com/koic)]: https://github.com/koic > [[**abrom**](https://github.com/abrom)]: https://github.com/abrom > [[**enkessler**](https://github.com/enkessler)]: https://github.com/enkessler > [[**jaredbeck**](https://github.com/jaredbeck)]: https://github.com/jaredbeck > [[**drenmi**](https://github.com/drenmi)]: https://github.com/drenmi > [[**bquorning**](https://github.com/bquorning)]: https://github.com/bquorning > [[**hoshinotsuyoshi**](https://github.com/hoshinotsuyoshi)]: https://github.com/hoshinotsuyoshi </details> <details> <summary>Changelog</summary> *Sourced from [rubocop's changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md).* > ## 0.64.0 (2019-02-10) > > ### New features > > * [#6704](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6704): Add new `Rails/ReflectionClassName` cop. ([[**Bhacaz**](https://github.com/Bhacaz)][]) > * [#6643](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6643): Support `AllowParenthesesInCamelCaseMethod` option on `Style/MethodCallWithArgsParentheses` `omit_parentheses`. ([[**dazuma**](https://github.com/dazuma)][]) > > ### Bug fixes > > * [#6254](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6254): Fix `Layout/RescueEnsureAlignment` for non-local assignments. ([[**marcotc**](https://github.com/marcotc)][]) > * [#6648](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6648): Fix auto-correction of `Style/EmptyLiteral` when `Hash.new` is passed as the first argument to `super`. ([[**rrosenblum**](https://github.com/rrosenblum)][]) > * [#6351](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6351): Fix a false positive for `Layout/ClosingParenthesisIndentation` when first argument is multiline. ([[**antonzaytsev**](https://github.com/antonzaytsev)][]) > * [#6689](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6689): Support more complex argument patterns on `Rails/Validation` auto-correction. ([[**r7kamura**](https://github.com/r7kamura)][]) > * [#6668](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6668): Fix autocorrection for `Style/UnneededCondition` when conditional has the `unless` form. ([[**mvz**](https://github.com/mvz)][]) > * [#6382](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6382): Fix `Layout/IndentationWidth` with `Layout/EndAlignment` set to start_of_line. ([[**dischorde**](https://github.com/dischorde)][], [[**siegfault**](https://github.com/siegfault)][], [[**mhelmetag**](https://github.com/mhelmetag)][]) > * [#6710](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6710): Fix `Naming/MemoizedInstanceVariableName` on method starts with underscore. ([[**pocke**](https://github.com/pocke)][]) > * [#6722](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6722): Fix an error for `Style/OneLineConditional` when `then` branch has no body. ([[**koic**](https://github.com/koic)][]) > * [#6702](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6702): Fix `TrailingComma` regression where heredoc with commas caused false positives. ([[**abrom**](https://github.com/abrom)][]) > * [#6737](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6737): Fix an incorrect auto-correct for `Rails/LinkToBlank` when `link_to` method arguments are enclosed in parentheses. ([[**koic**](https://github.com/koic)][]) > * [#6720](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6720): Fix detection of `:native` line ending for `Layout/EndOfLine` on JRuby. ([[**enkessler**](https://github.com/enkessler)][]) > > ### Changes > > * [#6597](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6597): `Style/LineEndConcatenation` is now known to be unsafe for auto-correct. ([[**jaredbeck**](https://github.com/jaredbeck)][]) > * [#6725](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6725): Mark `Style/SymbolProc` as unsafe for auto-correct. ([[**drenmi**](https://github.com/drenmi)][]) > * [#6708](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6708): Make `Style/CommentedKeyword` allow the `:yields:` RDoc comment. ([[**bquorning**](https://github.com/bquorning)][]) > * [#6749](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6749): Make some cops aware of safe navigation operator. ([[**hoshinotsuyoshi**](https://github.com/hoshinotsuyoshi)][]) > > ## 0.63.1 (2019-01-22) > > ### Bug fixes > > * [#6678](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6678): Fix `Lint/DisjunctiveAssignmentInConstructor` when it finds an empty constructor. ([[**rmm5t**](https://github.com/rmm5t)][]) > * Do not attempt to auto-correct mass assignment or optional assignment in `Rails/RelativeDateConstant`. ([[**rrosenblum**](https://github.com/rrosenblum)][]) > * Fix auto-correction of `Style/WordArray` and `Style/SymbolArray` when all elements are on separate lines and there is a trailing comment after the closing bracket. ([[**rrosenblum**](https://github.com/rrosenblum)][]) > * Fix an exception that occurs when auto-correcting `Layout/ClosingParenthesesIndentation` when there are no arguments. ([[**rrosenblum**](https://github.com/rrosenblum)][]) > > ## 0.63.0 (2019-01-16) > > ### New features > > * [#6604](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6604): Add auto-correct support to `Rails/LinkToBlank`. ([[**Intrepidd**](https://github.com/Intrepidd)][]) > * [#6660](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6660): Add new `Rails/IgnoredSkipActionFilterOption` cop. ([[**wata727**](https://github.com/wata727)][]) > * [#6363](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6363): Allow `Style/YodaCondition` cop to be configured to enforce yoda conditions. ([[**tejasbubane**](https://github.com/tejasbubane)][]) > * [#6150](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6150): Add support to enforce disabled cops to be executed. ([[**roooodcastro**](https://github.com/roooodcastro)][]) > * [#6596](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6596): Add new `Rails/BelongsTo` cop with auto-correct for Rails >= 5. ([[**petehamilton**](https://github.com/petehamilton)][]) > > ### Bug fixes > > * [#6627](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6627): Fix handling of hashes in trailing comma. ([[**abrom**](https://github.com/abrom)][]) ></tr></table> ... (truncated) </details> <details> <summary>Commits</summary> - See full diff in [compare view](https://github.com/rubocop-hq/rubocop/commits/v0.64.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>
I'm using 1.200 on Windows 10 using Visual Studio Community 2015. The font is great - I love the way it cleans up the display!
Nearly all of the ligatures are rendered properly. In the attached screenshot, you'll see
<|
rendered as the left-pointing triangle. F# uses->
to indicate the beginning of a function, or to delineate types in a signature; it uses<-
to represent variable assignment (=
is always a boolean operator unless you're explicitly initializing a variable). Neither of these arrows are being converted to their corresponding ligatures. I've tried some of the other arrows (<==
,<=<
, etc.) and they work; it's just these two that don't.Is there a setting I'm missing, or have I stumbled on a bug?
The text was updated successfully, but these errors were encountered: