jimeh / build-emacs-for-macos

Somewhat hacky script to automate building of Emac.app on macOS.
484 stars 50 forks source link

Known good commits for native-comp #6

Open jimeh opened 4 years ago

jimeh commented 4 years ago

Native-comp is now in the master branch of Emacs. The latest commit on the master branch is not always stable/reliable though.

Below is a list of known "good" commits, which yielded builds that worked for me on my machine, with my config, typically for at least a day or two of regular work without issues. Your mileage may vary.

Known good commits from the master branch:

Known good commits from the deprecated feature/native-comp branch:

schellj commented 4 years ago

I don't know if you're interested in user-reported "good commits", but I was able to build 15acd27d1c0de8b56bab61daa0a8fcd4fef0fdc4 (2020-09-08) on feature/native-comp successfully last night.

jimeh commented 4 years ago

Thanks, I have actually been using a build from that commit for the past two days without issue, so I'm more than happy to classify it as a known good build :)

idmyn commented 3 years ago

FWIW I've just built 38ed05f49fcfe7c6d6908041010881a04a7ff6b1 and it seems good so far

chrischambers commented 3 years ago

Built 79b9a262ffab37296a39c2d69cdabae153db10a7, no problems as yet (2 days in).

jimeh commented 3 years ago

@chrischambers Thanks, I'm now running a build from 79b9a262ffab37296a39c2d69cdabae153db10a7 myself, I'll add it shortly if nothing seems out of the ordinary. I also realized I've been using a build from the 6th for a while and forgot to add it to the list, so that's there now too :)

CsBigDataHub commented 3 years ago

28bed069a7cc0f9d6937276b5a1eec949abc280a commit crashes emacs during minibuffer completion in M-: and TAB.

debug-on-quit or debug-on-error does not stop the crash

jimeh commented 3 years ago

@CsBigDataHub I'm afraid I can't re-produce that issue. Does it happen if you launch Emacs with -Q so it doesn't load any config?

Also I've just updated the above list a few new newer known good commits (sorry for the lag there), maybe try a later commit?

CsBigDataHub commented 3 years ago

❤️ the a45aed9479f610bcbc7a171b60d915fefc9b586a (2021-07-25) build . Best native-compile build I have used on Macos.