Let me take this back for a bit.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Mar 17 2016
In D10337#164167, @epriestley wrote:The use of yyerror() explicitly is unusual, and does not seem to come from zend_language_parser.y. I'd rather see this prevented by the grammar itself. It looks like zend_language_parser.y accomplished this purely with grammar rules, at least as of 5.5.14 (the copy of the PHP source I have handy locally).
Mar 13 2016
I wouldn't have expected the issue to be in xhpast at all. Thanks for the quick resolution!
Feb 9 2016
We mitigated with:
Jan 20 2016
Seems to have gone okay to me
I suddenly feel all important-y and stuff
Jan 19 2016
So the preview didn't show the text on multiple lines. :/
Dec 23 2015
Hahaha I suddenly remembered this
Dec 20 2015
Nov 19 2015
Nov 18 2015
This would also make something like this parse badly:
Nov 17 2015
https://wiki.php.net/phpng-upgrading should contain a lot of relevant information.
The mixed syntax is actually invalid. (Maybe known, just saw this one fly by)
Nov 10 2015
Oct 14 2015
Aug 26 2015
Aug 24 2015
Jul 26 2015
aww
Jul 22 2015
I have email notifications disabled wherever possible. When I shut down my computer, it'd be super useful to be able to get push notifications to my phone.
Jul 13 2015
Wouldn't setting the view policy to "nobody" achieve pretty much the same?
Jul 10 2015
Missing finally support is now starting to affect a large portion of my colleagues.
Jun 22 2015
Jun 19 2015
Jun 17 2015
You can do this:
1. Some # Item
Jun 15 2015
Works like a charm now. :-)
Sorry, I think that did not fully resolve the issue - I still get the same exception after upgrading.
(Probably occurs thanks to D13283)
Jun 4 2015
As per IRC:
[20:56:34] <_richardJ> I have a commit for which an Owners package of which I'm an owner requires an audit because of "owners not involved". However, I reviewed the actual revision.
Jun 3 2015
May 5 2015
Somewhat already mentioned a few times, but these are the two things me and co-workers noticed after using this feature for a while:
- The comments seem way too large to me. (We have a lot of inline discussion, probably a lot more than happens on this install)
- The "older"/"newer" comments appear on wrong lines a large chunk of the time. This is the most annoying part, I'd say, because a lot of inlines are really specific about what happens on a line.
Those two points aside, this feature is a huge win.
Apr 9 2015
These changes fix it:
diff --git a/support/xhpast/scanner.l b/support/xhpast/scanner.l index 28cf40f..bbdde72 100644 --- a/support/xhpast/scanner.l +++ b/support/xhpast/scanner.l @@ -313,8 +313,8 @@ NEWLINE ("\r\n"|"\n"|"\r") "("{TABS_AND_SPACES}unset{TABS_AND_SPACES}")" tok(T_UNSET_CAST); }
Apr 2 2015
Mar 25 2015
Mar 6 2015
Not directly related to replies, but to creating tasks via email.
Feb 19 2015
Feb 12 2015
Feb 9 2015
Feb 4 2015
Feb 3 2015
Thanks!
No, this a private server in an internal network. For some context, here a some of the version number that seem relevant:
Feb 2 2015
I had this same issue, but there was only one not-closed default branch. Maybe just not show closed branches?
Jan 29 2015
Yeah, in 5.6 this works.
richard @dev[~] -> php -v PHP 5.6.2-1 (cli) (built: Oct 17 2014 17:15:37) Copyright (c) 1997-2014 The PHP Group Zend Engine v2.6.0, Copyright (c) 1998-2014 Zend Technologies with Zend OPcache v7.0.4-dev, Copyright (c) 1999-2014, by Zend Technologies with Xdebug v2.2.5, Copyright (c) 2002-2014, by Derick Rethans
Jan 21 2015
This has been discussed on the https://groups.google.com/forum/#!topic/nodejs/zF7GEoPccqw as well.
Jan 11 2015
Jan 9 2015
(tiny heads up - I know you're quite busy)
Jan 8 2015
(the other link was the 2nd hit on Google, but this is the official documentation: https://docs.npmjs.com/getting-started/installing-npm-packages-globally)
The update went pretty well, and it seems to work just fine!
Jan 7 2015
Seems reasonable to me.
Yeah, it did indeed. D11268 does solve the issue correctly for me in all cases I tested.
This seems to work for me. Thanks!
FWIW, this patch fixes it for me
diff --git a/support/xhpast/parser.y b/support/xhpast/parser.y index 1697c26..e07704b 100644 --- a/support/xhpast/parser.y +++ b/support/xhpast/parser.y @@ -1176,7 +1176,7 @@ class_statement: yyextra->expecting_xhp_class_statements = yyextra->old_expecting_xhp_class_statements;
Since this landed, calling getDocblockToken() on a n_METHOD_DECLARATION does not return docblock token anymore.
Jan 6 2015
How about adding the $sort_flag to msort as a parameter? It could very well be useful to explicitly sort things numerically?
Diff that very hackily implements desktop notifications on top of standard notifications: https://secure.phabricator.com/differential/diff/27013/
The concern was resolved in rPd4f992d2ed09349755757d02bc887f80b464ad9b
I'm getting an error via Conduit when adding a Conpherence message. See inline for where it goes wrong.
Jan 5 2015
I would like a configuration option, but I'm fine either way. I took me some time to get used to.
Dec 31 2014
After installing bcrypt, did you restart the web server?
Dec 30 2014
I'm not entirely sure that no highlighting by default is always reasonable. For example, the company I work at developers mainly PHP, and pretty much all code snippets we write in comments, tasks, etc. are PHP.
Dec 28 2014
It was removed in rPace1feb70220: Implement PhabricatorApplicationTransactionInterface on ManiphestTask, for what it's worth.
Dec 15 2014
Is there any interest in the fix I described in T6112? The downside is that it is a lot slower, but it at least works.
I did my best to find an existing task, but I couldn't find it. I even replied on it, so I should have known.
Dec 14 2014
Dec 9 2014
Ohhh. I think I'd prefer indigo indeed :-)
Dec 8 2014
I will miss the flame
There seems to be no other way than setting the timeout via ini_set().
Dec 5 2014
Confirmed to work, thanks!
We are at 0c37f8db4b82 right now, which includes that commit as well.