-
Notifications
You must be signed in to change notification settings - Fork 74
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
Fix fallback fonts' handling and building with -flto=auto
(Fixes: #159, Fixes: #144, Fixes: #165)
#164
Conversation
…ibility with local users' config.h
👌😸 ready for review |
-flto=auto
(fixes #159)-flto=auto
(Fixes: #159)
-flto=auto
(Fixes: #159)-flto=auto
(Fixes: #159, Fixes: #144)
i was feeling funny, so also fixed another related issue which was happening amongst same-ish lines of code 😺 |
-flto=auto
(Fixes: #159, Fixes: #144)-flto=auto
(Fixes: #159, Fixes: #144)
also it's normally recommended to free() dynamically allocated arrays before the app exit, HOWEVER it's not done for any other cases in st/xst codebase so i guess i shouldn't add that clean-up either |
@@ -22,4 +22,4 @@ jobs: | |||
- name: smoke test build | |||
run: xvfb-run ./xst bash -c exit | |||
- name: smoke test install | |||
run: xvfb-run xst bash -c exit | |||
run: sync ; sleep 0.1 ; xvfb-run xst bash -c exit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(for some reason this step is starting to execute sometimes before the file actually created in the filesystem)
@neeasade also i think we'll need to publish a minor release after merging this |
-flto=auto
(Fixes: #159, Fixes: #144)-flto=auto
(Fixes: #159, Fixes: #144, Fixes: #165)
e4adbcf
to
5e7f242
Compare
(pls squash when merging with msg:
fix fallback fonts' handling
)Fixes: #159, Fixes: #144, Fixes: #165