-
-
Notifications
You must be signed in to change notification settings - Fork 814
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
Prepare for 1.0 development #418
Comments
I think this is two separate issues:
|
|
I think it's common for contributors to start from I guess my point is pick who you optimize for - contributors or users. |
The more often we ship, the less of a problem this is. |
@JayBazuzi Unfortunately when you have an all volunteer project, the ship schedule is highly dependent on the schedules of folks doing the work in their free time. :-) And some of us are um, a bit over-committed to several OSS projects. I'm bouncing between posh-git, the PowerShell extension for VSCode, PowerShellEditorServices, Plaster and a newly started PlasterBuild repo. Oh, and I still need to finish up my impl for EscuXXXX to insert Unicode chars in a PowerShell double-quoted string in the PowerShell repo. So much fun stuff to work on, not enough time. All that said, I'm hopeful we can be more responsive to bug fixes on the released version. But I have no idea how long it will take us to get 1.0 out with PowerShell Core / ANSI sequence support. |
@lzybkr I think this module has enough users coming here for help that I'd prefer to optimize for them. |
Another thing to decide for 1.0 development is what minimum version of PowerShell we support? I say we definitely drop v2 support but should we consider dropping v3 and v4 as well? |
💯
A good first step would be to make a rough list of the changes you'd make if we could jump straight to supporting only v5+. And even if we dropped v3/v4, we would still be constrained in some of our features (e.g. the proposed ANSI escape sequence). I know we've had to make a handful of concessions in the name of v2, but I don't recall any that were egregious. For my part, I've spent more time here in the last two months than I really should have, so I'll need to dial back for a bit other than keeping up with bug reports/fixes for this new release. |
@dahlbyk Are you OK with me creating a |
|
Initial PR #427 submitted. RE:
I open a separate issue/discussion to track this. |
As we prepare a space to work on the 1.0 version, I highly suggest we not use
master
after all the crap I got aboutmaster
not reflecting the state of what's shipping. :-)How about we create a
develop
branch to do 1.0 work on? As we have to fix issues in 0.7.0, we can do that on master as I suspect the changes for 0.x from here on out will be minor. Thoughts?The text was updated successfully, but these errors were encountered: