Displaying 3 results from an estimated 3 matches for "settag".
Did you mean:
gettag
2013 Sep 30
1
[LLVMdev] [patch] Prototype/proof-of-concept for DWARF type units
This isn't a realistic/viable implementation, just a hacked up "can I make
it produce the right output" kind of thing, but while I hammer out a few
more details (like fixing MC to allow multiple sections with the same name
but different comdat groups) I figured I'd throw it out there to have a bit
of a chat about it.
I've tested simple cases of a single type and they seem to
2020 Jul 28
2
Phabricator down for maintenance tonight
...DetailView.php
> +++ b/src/infrastructure/diff/view/PHUIDiffInlineCommentDetailView.php
> @@ -214,6 +214,23 @@ final class PHUIDiffInlineCommentDetailView
> (!$is_synthetic);
>
> if ($can_reply) {
> + $action_buttons[] = id(new PHUIButtonView())
> + ->setTag('a')
> + ->setIcon('fa-reply')
> + ->setTooltip(pht('Reply'))
> + ->addSigil('differential-inline-reply')
> + ->setMustCapture(true)
> + ->setAuralLabel(pht('Reply'));
> +
> + $action...
2020 Jul 28
2
Phabricator down for maintenance tonight
On Tue, Jul 28, 2020 at 11:04 AM MyDeveloper Day <mydeveloperday at gmail.com>
wrote:
> Out of interest are you keeping the local modifications in a fork of the
> Phabricator source (llvm-phabricator)? Firstly we should be keeping any
> changes we make in source control but also it's good to review those
> changes.
>
I didn't innovate, Manuel set it up originally and