Skip to content

make history xdg base directory specification compliant#158

Open
ghost wants to merge 4 commits intomasterfrom
unknown repository
Open

make history xdg base directory specification compliant#158
ghost wants to merge 4 commits intomasterfrom
unknown repository

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Apr 24, 2020

fixes #157

@ghost
Copy link
Copy Markdown
Author

ghost commented Apr 24, 2020

I'm not sure why that fails on freebsd...

@JohnHolmesII
Copy link
Copy Markdown

FreeBSD has some macro magic going on with dirname
https://github.com/freebsd/freebsd/blob/release/12.1.0/include/libgen.h

If you want to use dirname, you will likely need to include a FreeBSD ifdef or something equivalent. The joy is overwhelming 😄

Comment thread frontend/readline.c
@ghost
Copy link
Copy Markdown
Author

ghost commented May 2, 2020

how is this even failing, the log seems fine.
with the freebsd magic I at least had errors...

@emersion
Copy link
Copy Markdown
Owner

emersion commented May 2, 2020

Ah, don't worry about it. I'll patch the CI so that the annotator only runs for the master branch.

@ghost
Copy link
Copy Markdown
Author

ghost commented May 2, 2020

Well, at least it's not my fault this time then :D

Comment thread frontend/readline.c Outdated
Copy link
Copy Markdown
Owner

@emersion emersion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for sending a PR, sorry for the long wait. Here are a few comments.

Comment thread frontend/readline.c
Comment thread frontend/readline.c Outdated
Comment thread frontend/readline.c
Comment thread frontend/readline.c Outdated
Comment thread frontend/readline.c Outdated
Comment thread frontend/readline.c Outdated
Comment thread frontend/readline.c Outdated
Comment thread frontend/readline.c Outdated
Comment thread frontend/readline.c Outdated
Comment thread frontend/readline.c Outdated
@ghost ghost requested a review from emersion November 12, 2020 15:44
@emersion
Copy link
Copy Markdown
Owner

Reported the FreeBSD bug here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251270

@ghost
Copy link
Copy Markdown
Author

ghost commented May 27, 2021

Do you want to wait for FreeBSD to fix the linked bug or is there something else holding up this PR?

@emersion
Copy link
Copy Markdown
Owner

emersion commented Jun 3, 2021

Sorry, I won't have time to look into this in the near future.

Comment thread frontend/readline.c Outdated
@emersion emersion removed their request for review December 10, 2024 10:09
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

Successfully merging this pull request may close these issues.

History just gets placed in $HOME

5 participants