free -h ?
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Oct 1 2024
Sep 30 2024
Ah, hadn't even thought to check Developer Mode, I assumed I had it enabled. I did a "Purge Caches" from there and that didn't do anything, but turning devmode on did.
it might be in the APCu cache (https://we.phorge.it/config/cache/) - I'll try to check later. Also make sure you've set the Developer Mode in settings.
Sep 28 2024
Ok, so --branch probably doesn't make much sense in that case, right.
Sep 26 2024
In D25823#22041, @avivey wrote:mm, isBranchJustFilesystemPath() makes more sense now, as in "the branch name is part of the URI path"...
mm, isBranchJustFilesystemPath() makes more sense now, as in "the branch name is part of the URI path"...
Maybe I should just try to improve the ArcanistRepositoryAPI#getDefaultBranch() 🤔 since the root problem is there, and the current solution just involves more code to avoid to fallback on that "master" default
Sep 25 2024
done
move confusing comment
In D25823#22023, @avivey wrote:a. I'm not sure I like isBranchJustFilesystemPath() to check Is this SVN - if we're trying to be generic, then there may be a different vcs that does this particular trick, but has different logic; And if we're not trying to be generic, then isSVN() is probably a good-ish name? or isVCS('SVN').
wow, it also makes sense to add --branch support to SVN! added
integrate tips
a. I'm not sure I like isBranchJustFilesystemPath() to check Is this SVN - if we're trying to be generic, then there may be a different vcs that does this particular trick, but has different logic; And if we're not trying to be generic, then isSVN() is probably a good-ish name? or isVCS('SVN').
Visit this page: https://we.phorge.it/F2517458 and Edit thanks
How do I do that?
Note that I introduced the method isBranchJustFilesystemPath() that returns something different for Subversion, just to recognize Subversion,
Sep 24 2024
(Please mark the file as visible to everybody - thanks)
We have a working solution. Attached. Problem is it needs the BaseURI hard coding (replaced ours with XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX in the attached code). Can anyone merge this into the baseline code?
- List Item
Sep 22 2024
Nice test plan thanks
Sep 20 2024
Sep 19 2024
Sep 18 2024
Sounds good! It's about what I expected, really.
(I did set up an experimental install on a whim, with the repository on-disk being (symlinked to) the root of the running install, and arcanist wasn't happy landing changes to it, probably for good reason heh.)
Sep 17 2024
Uh, looking at line 112, the return status seems correct and expected. I had not seen that first. Thanks for fixing the constructor.
Basically, premising that the constructor of newFromFutures() seems legit, it's not clear to me why its return result should make sense and be compatible with the expected one. If somebody can clarify this, maybe it's at least something more.
In general the reporter should really find a small way to reproduce their problem, also because among all the things written here (https://we.phorge.it/book/contrib/article/bug_reports/), everybody may agree with the first point:
So this patch which changes (and hopefully also fixes) definitely broken code will be blocked for good due to lack of a test plan (which I won't be able to figure out)?
Or does anyone can come up with any other option?
Going to abandon for now as I'm not convinced either that this is something worth to change only to make PHPStan happier.
Note that https://we.phorge.it/book/libphutil/function/assert_instances_of/ might be an option when/if I want to look into this again at some future point.
Hello boz,
Sep 16 2024
Slam-accept
Dear arp, please clone and hack a lot on Phorge :) Thanks and feel free to share any question
What's the status of this one? Just curious if we should fork and hack around it ourselves for now or if it's coming soon.
Don't create an empty title array when there is no $query_text
Uhhh you found the place where the empty array comes from! <3 I failed!
Taking the best from the two: what about assuming a default @link /book/group/best-document-ever-about-link - but still allowing custom @link to allow easy migrations?
After looking again here:
Initialize key as an empty string as proposed by speck
What Valerio says: As $body can be null, make sure that the rest of this function's code deals with an empty string and not with null
Works locally; this makes sense to me (though I'm surprised it's in an Audit related source file).
Rebase; improve PhpDoc