FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[WIP] Add node collector to reverse engineer code generation via AST by a PHP template by sandrokeil · Pull Request #5 · open-code-modeling/php-code-ast · GitHub

[WIP] Add node collector to reverse engineer code generation via AST by a PHP template - #5

Open
sandrokeil wants to merge 1 commit into
masterfrom
feature/node-collector
Open

[WIP] Add node collector to reverse engineer code generation via AST by a PHP template#5
sandrokeil wants to merge 1 commit into
masterfrom
feature/node-collector

Conversation

Copy link
Copy Markdown
Member

Don't merge

Comment thread tests/NodeVisitorTest.php
$this->assertCount(2, $detectedVisitors);

$this->assertCode($expectedCode, $visitorCollector, $ast);
$this->assertCode($expectedCode, $visitorCollector, $this->parser->parse(''));

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

@codeliner Look at this test for the rough idea.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

👍

Copy link
Copy Markdown
Member Author

Maybe this is superseded by 0d824d1 (OpenCodeModeling\CodeAst\Factory\ClassFactory::fromNodes())

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

2 participants


Back | FazBrowse Home | New Git URL