question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Now that Flow supports Windows (yay!), this probably should too.

2 issues I’m seeing so far:

First, the obvious one here, probably just needs the binary path added.

I tried to fix that locally, but I encountered another bigger issues: the file names. Git for Windows really didn’t seem to enjoy paths like flow_>=v0.28.x.

Don’t know what a good solution would be.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:21 (15 by maintainers)

github_iconTop GitHub Comments

2reactions
jeffmocommented, Aug 31, 2016

Ok, so to add some closure here I think we should go with:

flow_>=v0.30 -> flow_v0.30- flow_<=v0.30 -> flow_-v0.30 flow_v0.30 -> flow_v0.30 flow_>=v0.30_<=v0.35 -> flow_v0.30-v0.35.0

Since we already use _ to separate “name” from “version”, I think it’s best to have something clearly different. - also makes sense for indicating a range.

So I think the work that’s needed here goes as follows:

  1. Codemod all the existing names in the repo to this new format
  2. Update validation code (validate-defs/run-tests and friends)
  3. Bump the beta-version in package.json
  4. Bump the compatibleCLIRange in the cli-metadata config (to force everyone to upgrade their CLI to understand the new format)

@samwgoldman would you mind taking a crack at this?

2reactions
gabelevicommented, Aug 2, 2016

What about

flow_>=v0.30 -> flow_v0.30- flow_<=v0.30 -> flow_-v0.30 flow_v0.30 -> flow_v0.30 flow_>=v0.30_<=v0.35 -> flow_v0.30-v0.35.0

or

flow_>=v0.30 -> flow_v0.30... flow_<=v0.30 -> flow_...v0.30 flow_v0.30 -> flow_v0.30 flow_>=v0.30_<=v0.35 -> flow_v0.30...v0.35.0

If all we need is to specify a potentially open ended range, then we can get away from the >= <= mindset

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshoot problems updating Windows - Microsoft Support
Have issues installing Windows updates? Start here. · Free up some drive space so you can run updates · Restart to apply installed...
Read more >
17 most common Windows 10 problems and how to fix them
1. Can't upgrade from Windows 7 or Windows 8 · 2. Can't upgrade to the latest Windows 10 version · 3. You have...
Read more >
9 Most Common Windows 10 Problems and Their Solutions
9 Most Common Windows 10 Problems and Their Solutions ; #1. Stop too much data usage in the background ; #2. Minimize notifications...
Read more >
Windows 10 Troubleshooting: The Most Common Problems ...
Issues updating to the latest version of Windows 10 · Not enough storage space to complete an update · Mouse cursor starts moving...
Read more >
Microsoft issues fix for desktops on Windows 10 systems • The ...
Microsoft over the last week addressed issues in Windows 10 and 11 systems caused when users installed the KB5019509 update, leaving some unable ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found