Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / grom358/pharborist issues and pull requests
#232 - PHP7
Issue -
State: open - Opened by superromeo over 7 years ago
#231 - Pass the filename when retrieving tokens. Fixes #230.
Pull Request -
State: closed - Opened by pfrenssen over 9 years ago
#230 - Pass the filename from the Parser to the Node
Issue -
State: closed - Opened by pfrenssen over 9 years ago
- 3 comments
#229 - Restore the ability to retrieve the filename from a Node.
Pull Request -
State: open - Opened by pfrenssen over 9 years ago
#228 - Restore the ability to retrieve the filename from a Node
Issue -
State: closed - Opened by pfrenssen over 9 years ago
- 2 comments
#227 - Fix usage example in README (again :))
Issue -
State: closed - Opened by webchick over 9 years ago
- 1 comment
#226 - Removed ParentNode::childInserted
Pull Request -
State: closed - Opened by grom358 over 9 years ago
#225 - Reflector matching
Pull Request -
State: closed - Opened by phenaproxima almost 10 years ago
Labels: enhancement
#224 - Fixed failing test of DocCommentTrait::setDocComment()
Pull Request -
State: closed - Opened by phenaproxima almost 10 years ago
#223 - ParameterNode::getReference() is useless
Issue -
State: closed - Opened by phenaproxima almost 10 years ago
- 1 comment
#222 - We need InterfaceNode::getMethods()
Issue -
State: closed - Opened by phenaproxima almost 10 years ago
- 2 comments
Labels: enhancement, high priority
#221 - Add NamespaceIndex
Issue -
State: open - Opened by phenaproxima almost 10 years ago
Labels: indexer
#220 - MethodIndex::isAbstract(), isStatic(), isFinal()
Pull Request -
State: closed - Opened by phenaproxima almost 10 years ago
Labels: indexer
#219 - Create MethodIndex::getOverrides()
Issue -
State: open - Opened by phenaproxima almost 10 years ago
Labels: indexer
#218 - Add ConstantIndex::getUsages()
Issue -
State: open - Opened by phenaproxima almost 10 years ago
Labels: indexer
#217 - Add isAbstract() and isStatic() to MethodIndex
Issue -
State: closed - Opened by phenaproxima almost 10 years ago
Labels: indexer
#216 - Add getInstances() to ClassIndex
Issue -
State: open - Opened by phenaproxima almost 10 years ago
Labels: indexer
#215 - Add getCalls() method to FunctionIndex
Issue -
State: open - Opened by phenaproxima almost 10 years ago
Labels: indexer
#214 - Created TraitIndex
Pull Request -
State: open - Opened by phenaproxima almost 10 years ago
Labels: indexer
#213 - Created ClassIndex::getInterfaces()
Pull Request -
State: closed - Opened by phenaproxima almost 10 years ago
Labels: indexer
#212 - Created InterfaceIndex
Pull Request -
State: closed - Opened by phenaproxima almost 10 years ago
Labels: indexer
#211 - ClassIndex::getInterfaces()
Pull Request -
State: closed - Opened by phenaproxima almost 10 years ago
- 1 comment
Labels: indexer
#210 - InterfaceIndex
Pull Request -
State: closed - Opened by phenaproxima almost 10 years ago
- 1 comment
Labels: indexer
#209 - Index objects should know how to remove themselves
Issue -
State: open - Opened by phenaproxima almost 10 years ago
Labels: indexer
#208 - Index objects should use Doctrine's ArrayCollections for handling lists of related objects
Issue -
State: open - Opened by phenaproxima almost 10 years ago
Labels: indexer
#207 - Add getTraits() method to ClassIndex and TraitIndex
Issue -
State: open - Opened by phenaproxima almost 10 years ago
Labels: indexer
#206 - Create TraitIndex
Issue -
State: open - Opened by phenaproxima almost 10 years ago
Labels: indexer
#205 - Create ClassIndex::getInterfaces()
Issue -
State: closed - Opened by phenaproxima almost 10 years ago
Labels: indexer
#204 - Create Index\InterfaceIndex
Issue -
State: closed - Opened by phenaproxima almost 10 years ago
Labels: indexer
#203 - Filter::isClass() cannot handle qualified class names
Issue -
State: open - Opened by phenaproxima almost 10 years ago
Labels: enhancement
#202 - Fixed #201 and added a test for it.
Pull Request -
State: closed - Opened by phenaproxima almost 10 years ago
#201 - SingleInheritanceNode::setImplements() screws up when passed an array of strings
Issue -
State: closed - Opened by phenaproxima almost 10 years ago
Labels: bug
#200 - Add ability to generate nodes from reflectors
Issue -
State: open - Opened by phenaproxima almost 10 years ago
Labels: enhancement
#199 - Add key manipulation methods to ArrayLookupNode
Issue -
State: open - Opened by phenaproxima almost 10 years ago
#198 - Add filename to ParserException message
Pull Request -
State: closed - Opened by webchick almost 10 years ago
#197 - DocCommentNode::create() should not call trim() on every line
Issue -
State: open - Opened by phenaproxima about 10 years ago
- 1 comment
#196 - StatementBlockNode::appendStatement()
Issue -
State: closed - Opened by grom358 about 10 years ago
- 1 comment
#195 - useTrait()
Issue -
State: open - Opened by phenaproxima about 10 years ago
Labels: enhancement
#194 - Fatal error: Call to a member function nextToken() on null
Issue -
State: closed - Opened by pfrenssen about 10 years ago
- 2 comments
#193 - Confusing error message when ExpressionParser::P encounters a ParserException
Issue -
State: closed - Opened by webchick about 10 years ago
- 4 comments
#192 - Added formatter
Pull Request -
State: closed - Opened by grom358 about 10 years ago
- 1 comment
#191 - Add ObjectPropertyNode::getRootObject()
Issue -
State: open - Opened by phenaproxima about 10 years ago
Labels: enhancement, high priority
#190 - Created NodeCollection::addTo().
Pull Request -
State: closed - Opened by phenaproxima about 10 years ago
#189 - Add NodeCollection::addTo()
Issue -
State: closed - Opened by phenaproxima about 10 years ago
Labels: enhancement, needs review
#188 - Add furthest() to NodeCollection
Issue -
State: closed - Opened by phenaproxima about 10 years ago
- 1 comment
Labels: enhancement
#187 - Add furthest() traversal method
Issue -
State: closed - Opened by phenaproxima about 10 years ago
- 1 comment
Labels: enhancement
#186 - Traversing child nodes, except of nodes being descendants of specific node types
Issue -
State: closed - Opened by pako-pl about 10 years ago
- 5 comments
#185 - Missing return statement in ClassMemberNode->getVisibility()
Issue -
State: closed - Opened by pako-pl over 10 years ago
- 1 comment
#184 - Add \Pharborist\ParentNode->isDescendant($node) method
Issue -
State: closed - Opened by pako-pl over 10 years ago
- 4 comments
#183 - Condense binary operation nodes into a single node type
Issue -
State: closed - Opened by phenaproxima over 10 years ago
- 3 comments
Labels: enhancement
#182 - Name resolution is icky
Issue -
State: open - Opened by phenaproxima over 10 years ago
- 2 comments
#181 - Fatal error from calling firstChild() of TokenNode in IdentifierNameTrait
Issue -
State: closed - Opened by phenaproxima over 10 years ago
Labels: bug, high priority
#180 - Common interface for FunctionDeclarationNode and ClassMethodNode
Issue -
State: open - Opened by pako-pl over 10 years ago
- 6 comments
#179 - Replacement on self is ignored
Pull Request -
State: closed - Opened by grom358 over 10 years ago
#178 - Wrote foundational code for the filtering API.
Pull Request -
State: closed - Opened by phenaproxima over 10 years ago
- 7 comments
#177 - Need to set the text of a DocCommentNode
Issue -
State: closed - Opened by phenaproxima over 10 years ago
- 4 comments
Labels: bug
#176 - Create a functional indexOf() method for NodeCollection
Issue -
State: closed - Opened by phenaproxima over 10 years ago
- 10 comments
#175 - Rename TopNode to RootNode
Issue -
State: closed - Opened by phenaproxima over 10 years ago
Labels: enhancement
#174 - We need to invent some kind of chainable expression interface
Issue -
State: open - Opened by phenaproxima over 10 years ago
- 3 comments
Labels: enhancement
#173 - Need a Node::hasRootNode() method
Issue -
State: closed - Opened by phenaproxima over 10 years ago
Labels: enhancement, question
#172 - Add $parentNode->walk($callback) method
Issue -
State: closed - Opened by pako-pl over 10 years ago
- 5 comments
#171 - API Docs Link Broken
Issue -
State: closed - Opened by rocketeerbkw over 10 years ago
- 1 comment
#170 - Exceptions sub-namespace (#57)
Pull Request -
State: closed - Opened by phenaproxima over 10 years ago
#169 - Fix usage example in README
Pull Request -
State: closed - Opened by rocketeerbkw over 10 years ago
- 2 comments
#168 - ParameterTrait::isVariadic()
Pull Request -
State: closed - Opened by phenaproxima over 10 years ago
- 2 comments
#167 - Added an indentation system
Pull Request -
State: closed - Opened by grom358 over 10 years ago
- 1 comment
#166 - Clone fix
Pull Request -
State: closed - Opened by grom358 over 10 years ago
#165 - Create a github.io site
Issue -
State: closed - Opened by phenaproxima over 10 years ago
- 1 comment
#164 - ArrayLookupNode in object property is its own parent
Issue -
State: closed - Opened by phenaproxima over 10 years ago
- 2 comments
Labels: bug, question
#163 - set/addIndent() not recursive?
Issue -
State: closed - Opened by phenaproxima over 10 years ago
- 4 comments
Labels: bug
#162 - ArrayNode::getKeys, getValues, and hasKey
Pull Request -
State: closed - Opened by phenaproxima over 10 years ago
- 1 comment
#161 - ArrayLookupNode::getRoot() and similar in ObjectPropertyNode
Pull Request -
State: closed - Opened by phenaproxima over 10 years ago
- 2 comments
#160 - Allow scalar arguments to appendArgument() and prependArgument()
Pull Request -
State: closed - Opened by phenaproxima over 10 years ago
#159 - ObjectMethodCallNode::getPreviousCall()
Pull Request -
State: closed - Opened by phenaproxima over 10 years ago
#158 - Parser seems to be confused by variadic functions
Issue -
State: closed - Opened by phenaproxima over 10 years ago
- 5 comments
Labels: wontfix
#157 - TryCatchNode::catches()
Pull Request -
State: closed - Opened by phenaproxima over 10 years ago
- 1 comment
#156 - Made function, function call, and class filters variadic
Pull Request -
State: closed - Opened by phenaproxima over 10 years ago
#155 - CommaListNode::toArrayNode()
Pull Request -
State: closed - Opened by phenaproxima over 10 years ago
- 1 comment
#154 - BooleanNotNode::fromExpression()
Pull Request -
State: closed - Opened by phenaproxima over 10 years ago
#153 - Node::getStatement()
Pull Request -
State: closed - Opened by phenaproxima over 10 years ago
#152 - Default parameter for NodeCollection
Pull Request -
State: closed - Opened by phenaproxima over 10 years ago
#151 - ArrayLookupNode::hasScalarKeys() and extractKeys()
Pull Request -
State: closed - Opened by phenaproxima over 10 years ago
- 3 comments
#150 - Create an extractKeys() method in ArrayLookupNode
Issue -
State: closed - Opened by phenaproxima over 10 years ago
- 4 comments
Labels: enhancement, high priority, needs review
#149 - NodeCollection's constructor should have an empty array as a default parameter
Issue -
State: closed - Opened by phenaproxima over 10 years ago
Labels: enhancement, needs review
#148 - Filter::isFunctionCall() should be variadic
Issue -
State: closed - Opened by phenaproxima over 10 years ago
- 2 comments
Labels: enhancement, needs review
#147 - Add getStatement() to Node
Issue -
State: closed - Opened by phenaproxima over 10 years ago
Labels: enhancement, needs review
#146 - Add a static negate() method to BooleanNotNode
Issue -
State: closed - Opened by phenaproxima over 10 years ago
Labels: enhancement, needs review
#144 - Need "use" methods for NamespaceNode
Issue -
State: open - Opened by phenaproxima over 10 years ago
- 3 comments
Labels: enhancement
#135 - Add a method to convert a CommaListNode to ArrayNode
Issue -
State: closed - Opened by phenaproxima over 10 years ago
- 1 comment
Labels: enhancement, needs review
#114 - appendArgument and prependArgument should accept scalars
Issue -
State: closed - Opened by phenaproxima over 10 years ago
Labels: enhancement, needs review
#110 - Add NamespaceNode::own()
Issue -
State: closed - Opened by phenaproxima over 10 years ago
- 1 comment
Labels: enhancement
#107 - Add a catches() query method to TryCatchNode
Issue -
State: closed - Opened by phenaproxima over 10 years ago
Labels: enhancement, needs review
#101 - Fluent filter API using __invoke()-able objects
Issue -
State: closed - Opened by phenaproxima over 10 years ago
- 6 comments
Labels: enhancement
#95 - Add ObjectMethodCallNode::previousCall()
Issue -
State: closed - Opened by phenaproxima over 10 years ago
- 1 comment
Labels: enhancement, needs review
#69 - CommaListNode::getItems() should return a NodeCollection
Issue -
State: closed - Opened by phenaproxima over 10 years ago
- 4 comments
Labels: enhancement
#67 - FunctionTrait::getParameters() should be keyed by parameter name
Issue -
State: closed - Opened by phenaproxima over 10 years ago
- 5 comments
Labels: enhancement
#61 - To dream the impossible dream...
Issue -
State: closed - Opened by phenaproxima over 10 years ago
- 2 comments
Labels: enhancement
#60 - Throw exceptions on invalid input
Issue -
State: closed - Opened by phenaproxima over 10 years ago
- 1 comment
Labels: enhancement, wontfix
#57 - Sub-namespace suggestions
Issue -
State: closed - Opened by phenaproxima over 10 years ago
- 8 comments
Labels: high priority
#49 - Add isVariadic() method to ParameterTrait
Issue -
State: closed - Opened by phenaproxima over 10 years ago
- 2 comments
Labels: enhancement, needs review