-
Notifications
You must be signed in to change notification settings - Fork 278
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
2.0 [WIP] #272
Conversation
…ig for Babel and ESLint.
Under some rare conditions, Vorpal can produce an invalid persisted history which, when loaded, would result in an uncaught exception that crashes the caller. To prevent this, the history is reset when invalid JSON is loaded.
Add .eslintignore file and ignore rules
Works for me! |
Add lodash flow type definition from flow-typed
Whats the current status for this? Anything I can help with? |
@E314c I've been a bit swamped with other projects, but hoping to get back on this soon. |
@milesj Any news? |
Same response. Have some other projects I need to get out of the way first. About half way through them. |
Good luck with them then ! 😃 |
I have some improvement to vorpal in mind that are breaking changes. Once open will post links there. |
Hey, are you open for contributions on the 2.0 branch? I can help. |
@Ore4444 This PR is so far out of date, might be best just to start over, and possibly write it in TypeScript. I don't really have time to do it, but I can review PRs. |
@milesj I might actually take it upon myself to migrate Vorpal to TypeScript. Should I open a focused PR with just TypeScript migration of all current functionality? |
@Ore4444 I can cut a 2.0 TS branch in which you can submit PRs too. |
@milesj cool, I'd like that. My focus will be only on re-writing Vorpal in TypeScript without adding/changing any functionality. Other than all tests having to pass, are there more things I need to keep in mind and validate before submitting the PR? |
@Ore4444 Would also make sure the deps are up to date, and probably replace minimist with yargs. I created the branch you can cut from: https://github.com/dthree/vorpal/tree/2.0-ts Might be easiest to submit PRs piece meal. |
@milesj Cool. I think I can't push to this branch. I get 403. Possible? |
@Ore4444 You need to submit PRs to it, not push to it. |
Yep, got it. |
Hey, why was this closed? |
I just dont think its being worked on anymore. Vorpal needs an overhaul, which I will be doing at some point in the future and addressing all issues. |
Hey, if you will be working on that, can you open an issue with a list of fixes? Do you plan on making it in Typescript? |
I went ahead and just built my own CLI: https://boostlib.dev/docs/cli |
The entire refactor that is v2.0.