Skip to content

Conversation

@rchiodo
Copy link

@rchiodo rchiodo commented Jan 24, 2019

For #4092

  • Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR)
  • Title summarizes what is changing
  • Has a news entry file (remember to thank yourself!)
  • Has sufficient logging.
  • Has telemetry for enhancements.
  • Unit tests & system/integration tests are added/updated
  • Test plan is updated as appropriate
  • package-lock.json has been regenerated by running npm install (if dependencies have changed)
@rchiodo rchiodo self-assigned this Jan 24, 2019
@codecov
Copy link

codecov bot commented Jan 24, 2019

Codecov Report

Merging #4126 into master will increase coverage by 1%.
The diff coverage is 17%.

@@ Coverage Diff @@ ## master #4126 +/- ## ====================================== + Coverage 79% 79% +1%  ====================================== Files 408 408 Lines 18765 18804 +39 Branches 3031 3046 +15 ====================================== + Hits 14719 14762 +43  + Misses 4043 4034 -9  - Partials 3 8 +5
Flag Coverage Δ
#Linux 68% <17%> (+1%) ⬆️
#Windows 69% <17%> (ø) ⬇️
#macOS 68% <17%> (ø) ⬇️

private move(dir: number) {
if (this.pos !== undefined) {
let result : number | undefined = this.pos + dir;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

t [](start = 21, length = 2)

Did you run hygiene? I see lots of spaces like this.

Copy link
Member

@IanMatthewHuff IanMatthewHuff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🕐

Copy link
Member

@IanMatthewHuff IanMatthewHuff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@rchiodo rchiodo merged commit 277528f into master Jan 24, 2019
@rchiodo rchiodo deleted the rchiodo/fix_history_prompt branch January 24, 2019 20:52
@lock lock bot locked as resolved and limited conversation to collaborators Jul 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

3 participants