Skip to content

Release? #1235

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

Closed
leungbk opened this issue Feb 17, 2022 · 23 comments
Closed

Release? #1235

leungbk opened this issue Feb 17, 2022 · 23 comments

Comments

@leungbk
Copy link

leungbk commented Feb 17, 2022

It's been some months since the last release, and some nice commits have been made since then. It would be great if we could get an updated snapshot.

@halostatue
Copy link

A release would be very useful, as sheerun/vim-polyglot#779 points out. It imported new mainline vim files (specifically ft.vim at vim/vim@a2baa73) and it fails to run in the currently released version of MacVim 8.2 (patch 3455). I have a fix in at sheerun/vim-polyglot#780, but it is not clear to me whether this will be accepted as it is changing an upstream file.

@ychin
Copy link
Member

ychin commented Feb 21, 2022

Sorry I have been away from MacVim development for a while which is not great. Let me catch up to see if there are glaring issues, and if not, make a release soon.

@sigzero
Copy link

sigzero commented Mar 22, 2022

Is "soon" still a possibility?

@lifepillar
Copy link
Contributor

As I have started to use Vim9 scripts, MacVim has started to crash because of some bugs in Vim that have been fixed only recently. So, I am stuck using Vim in the terminal. I would really appreciate if a new MacVim release could be pushed forward!

@sigzero
Copy link

sigzero commented May 30, 2022

It was supposed to happen over the weekend. Maybe there were issues.

@eirnym
Copy link
Contributor

eirnym commented May 31, 2022

@ychin is there anything we can help you with?

@sigzero
Copy link

sigzero commented Jun 17, 2022

A bunch of runtime files were merged so maybe that is an indication a new version will drop "soon".

@sigzero
Copy link

sigzero commented Jun 29, 2022

Vim9 is now out. Will MacVim update to it anytime soon?

@halostatue
Copy link

I would hope that a final release of MacVim with 8.2 would come out, and then work start on Vim 9 support.

@ychin
Copy link
Member

ychin commented Jun 30, 2022

Hi, I'm so sorry for the radio silence in recent months. life has been catching up to me and I was struggling to find time for MacVim, which is something I'm trying to correct and doesn't excuse the hold on the release.

I'm prepping a release now, and one thing I was trying to do is to do a more thorough validation of making sure one year's worth of Vim updates didn't break anything, but that's probably misguided compared to just pushing out a release. Can people who have been syncing and building MacVim give me a basic thumbs up/down on whether they see any glaring bugs that need to be addressed before I push out a Vim 9 release?

@ychin ychin mentioned this issue Jun 30, 2022
@denisw
Copy link

denisw commented Jun 30, 2022

Thanks you @ychin! I built the latest master and gave it a spin. I didn't notice any issues. 👍

@stack
Copy link

stack commented Jun 30, 2022

I did a manual compile as of 286bd68d59d940dab45dbe9afe4dd77fa8810973 and so far so good. No glaring issues that I can see.

@eirnym
Copy link
Contributor

eirnym commented Jun 30, 2022

@ychin we'd be happy to test!

Manual tests seems to be working fine ;) push the pre-release if you worry about any additional issues

@sigzero
Copy link

sigzero commented Jul 5, 2022

Thanks you @ychin! I built the latest master and gave it a spin. I didn't notice any issues. 👍

How did you build it please?

@eirnym
Copy link
Contributor

eirnym commented Jul 5, 2022

./configure (with additional parameters as required)
make
make install (if needed)

@sigzero
Copy link

sigzero commented Jul 5, 2022

Compiled it. I haven't found any issues so far for my normal usage.

@lifepillar
Copy link
Contributor

Built the current master. I confirm that I don't get the crashes I used to get with Vim 9 script. Thanks!

@fs111
Copy link

fs111 commented Jul 21, 2022

@ychin I know this is probably annoying, but is there any ETA on when the vim9 release will be out?

Is there anything we can help with?

@ychin
Copy link
Member

ychin commented Jul 25, 2022

Sorry I got distracted a little trying to figure out why the colors looked so weird, and turned out Vim just had a large colorscheme update a couple months ago where they changed and modernized the default colorschemes which sidetracked me a little, as I thought there was some rendering issue. One of those things where a regular cadence would have really helped identify where these issues come in instead of having to bisect around.

I just pushed a tag to https://github.com/macvim-dev/macvim/releases/tag/snapshot-173, doing some final touches and then should be able to release it in a couple hours. Don't want to beat a dead horse but I know this infrequent release cadence and lack of activity is not ideal at all. I'm trying to catch up to the other stuff like outstanding bugs and PRs after the release.

@lifepillar
Copy link
Contributor

I got distracted a little trying to figure out why the colors looked so weird

In principle, the built-in color schemes should look better, especially in the GUI. If you think that they have some issue, could you please provide some feedback?

Btw, thanks for the huge effort you put in this project!

@RichardDooling
Copy link

Thank you so much. I'm just a writer, not a programmer, but I live in this program all day every day. THANKS

I'll wait for the brew version.

@nico
Copy link
Contributor

nico commented Jul 25, 2022

Thank you for your work shipping new MacVim releases. Very appreciated :)

@ychin
Copy link
Member

ychin commented Jul 25, 2022

In principle, the built-in color schemes should look better, especially in the GUI. If you think that they have some issue, could you please provide some feedback?

The colors just looked a little different, which isn't too big a deal. I was more worried there was a bug in MacVim.

@ychin ychin closed this as completed Jul 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests