-
Notifications
You must be signed in to change notification settings - Fork 196
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
Nue 1.0 (beta) #316
Nue 1.0 (beta) #316
Conversation
Docs: Fix typos
test: use workspace package versions
chore(cli): make executable filtering more robust
chore: add issue templates
docs: update cli options help
chore: ignore coverage directory
fix: zero attr
fix: page router fixed and tests added - #263
fix: create cli
test: don't open link on test, basic create cli testing
@nobkd as expected, the dev branch has conflicts with the master. Do you know if there is anything worth taking from the master? Do you have experience in merging these big changes? Is there an easy way to do a force-merge without conflicts and then maybe cherry pick only what is needed. Thanks! |
I'm not sure. Here are the commits you did to master after you moved most commits to dev: dev...master These should be the only changes you did, so maybe you can just remove them from master and redo them, when they are important? That's just 3 commits:
Of course you can also just try a local merge if you want to, and decide for/against changes in a merge editor. Will probably be the easiest, if the changes aren't too huge... 🤷♂️ You can also create a new branch based on up to date dev, merge master in the new branch, run tests, etc. and then merge that new branch into dev. then the merge conflicts between master and dev should be resolved. |
True. There are far less conflicts than I thought. I'll probably just use the web editor to resolve them, which is my favourite Git client :) |
btw: does Nue work on Windows? |
It should. The PRs that fixed the path issues, have been merged looong ago, there just was no release after that. The old I can still do some tests now, to confirm that it works. (I'll start my vm now) btw: when I tested stuff with bun on windows, there were no issues. so bun seems to be stable there. |
Found no issues with nue on windows for now. I'll try to find a way to start nue with node, but where.exe doesn't work as i would expect, and that there are extra executables on windows doesn't make it better... Okay... when running
not sure what happened there, but I'll investigate that sooner or later.. okay. seems like somewhere there are issues with Will try to find the reason tomorrow, but can't predict to really resolve it 😅 running create works flawlessly, building nuejs.org as well, page-router test project also works. Only problem for now stays the backslashes on end of root |
Sounds very promising! Looks like we can get Windows support for the official 1.0 |
A major release