Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/doctrine/annotations

Annotations Docblock Parser
https://github.com/doctrine/annotations

Switch to require_once in testResetsPhpParserAfterUse to avoid fatals.

To make sure our test is valid we do, however, need to fail the test if someone has already mana...

381d2d7c4b7fa0a7ec22397d451c76b8c7acd948 authored over 11 years ago by Jonathan Oddy <[email protected]>
Workaround PHP compiler globals storing doc_comments

The PHP parser stores the last docblock comment it saw in a compiler global. When the compiler n...

4858ab786a6cb568149209a9112dad3808c8a4de authored over 11 years ago by Jonathan Oddy <[email protected]>
Allow empty arrays in annotations

4e9ccfe18fbd54ffcefbedbb40149a41869b9b05 authored over 11 years ago by Bart Feenstra <[email protected]>
Moving phpunit task from before_script to script in .travis.yml

66d6db922022561ed9d4b93084b0b17c01257143 authored over 11 years ago by Marco Pivetta <[email protected]>
Merge pull request #6 from Ocramius/hotfix/travis-tests

Hotfix/travis tests

4700c531afc57a612e179b91a2bd918ab6ef7b24 authored over 11 years ago by Benjamin Eberlei <[email protected]>
Adding build status icon

92f02a446d31f0f5e3a0fceef3e34e4ad5428209 authored over 11 years ago by Marco Pivetta <[email protected]>
Adding composer.lock and composer.phar to ignores

5b604817ac89d130bf0cba243f8e955c71963ce3 authored over 11 years ago by Marco Pivetta <[email protected]>
Enabling phpunit tests

9e2c436222f1b13e8edbdcc1d99b8e7a86f89658 authored over 11 years ago by Marco Pivetta <[email protected]>
[DDC-2338] Fix bug in opcache/zendoptimizerplus+ save_comments detection.

7d728453a367178a644d83d5f3e86bdcb816c4e0 authored over 11 years ago by Benjamin Eberlei <[email protected]>
Add Changelog

7cb1799d2d61a6e5984ad75dc33a9c507cdc40e5 authored almost 12 years ago by Benjamin Eberlei <[email protected]>
Merge pull request #4 from stof/patch-1

Added the branch alias for master

62d4608f70c5c411a6ad339ed8aedad3542a2be8 authored almost 12 years ago by Benjamin Eberlei <[email protected]>
Abort when ZendOptimizer/Opcache disables save_comments

e9a10643794681e62fb9d3db730648ed4619a64b authored almost 12 years ago by Benjamin Eberlei <[email protected]>
Added the branch alias for master

85c643cd1ba79e271b6bd9a6206e54d4e28d070f authored almost 12 years ago by Christophe Coevoet <[email protected]>
add travis

fae359b3efd908e407a0105ff8956b5c94ddca8e authored almost 12 years ago by Benjamin Eberlei <[email protected]>
Initial commit to make Annotations component standalone

cbc2e2098f273b6048ee8e749e15dd7961741a0e authored almost 12 years ago by Benjamin Eberlei <[email protected]>
Add 'lib/Doctrine/Common/Annotations/' from commit '7a63f3ff1028db7988b491f1ae7b37c8ebdbd0cb'

git-subtree-dir: lib/Doctrine/Common/Annotations
git-subtree-mainline: ee81607299061368c6510423c...

21576f1c80daa64cfc50628ffd56acac1cfa85d2 authored almost 12 years ago by Benjamin Eberlei <[email protected]>
Add 'tests/Doctrine/Tests/Common/Annotations/' from commit 'd3e88db068fb975c9d5215dc72386220a7115e10'

git-subtree-dir: tests/Doctrine/Tests/Common/Annotations
git-subtree-mainline: 5502ec17104024e7b...

ee81607299061368c6510423c9ea7f9ca49400ac authored almost 12 years ago by Benjamin Eberlei <[email protected]>
README

5502ec17104024e7bf32df7e7f0bbfc9470f1937 authored almost 12 years ago by Benjamin Eberlei <[email protected]>
Update tests/Doctrine/Tests/Common/Annotations/Fixtures/NamespaceWithClosureDeclaration.php

Statement duplicate

$var = 1;
function () use ($var) {};

d3e88db068fb975c9d5215dc72386220a7115e10 authored about 12 years ago by Victor Guedes <[email protected]>
Added error suppression to unlink() calls

Added error suppression to unlink() calls in the getPropertyAnnotations and getMethodAnnotations...

7a63f3ff1028db7988b491f1ae7b37c8ebdbd0cb authored about 12 years ago by Salman Abbas <[email protected]>
Merge pull request #224 from fruit/preg_quote

Use preg_quote() to escape text before inserting into regexp

11a9cc1998e99df5b0840eb7ea392b7a40acbe16 authored about 12 years ago by Guilherme Blanco <[email protected]>
Use preg_quote() to escape text before inserting into regexp

3d2e686639e3b9b8086d04825a67068682f6a5c5 authored about 12 years ago by Ilya Sabelnikov <[email protected]>
Replace file_exists() calls with is_file() where it is needed

af4f943ae4de46795844553f77dffc8e2e88a183 authored about 12 years ago by Ilya Sabelnikov <[email protected]>
Fix for DCOM-106

06061f44f3813247a15ae1df683037ef6c2ba49e authored about 12 years ago by nemekzg <[email protected]>
Fix for DCOM-106

1a233623afb43bca91b786559c3204ba761f15e4 authored about 12 years ago by nemekzg <[email protected]>
add missing @Attributes

6e6f5dd66c4bdd5eee8be87a502008e636f6d10a authored about 12 years ago by Fabio B. Silva <[email protected]>
added support for @Enum

4f6fd6112ac69ed0c1e77ce50855bd7cabdd25af authored about 12 years ago by Fabio B. Silva <[email protected]>
remove extra comma

5382ab942282b8be46ff937cde6a5c90e9e8f5f4 authored about 12 years ago by Fabio B. Silva <[email protected]>
tests for @Enum support

d55ea930767e06b4a6b15d110d92081fbb600c5d authored about 12 years ago by Fabio B. Silva <[email protected]>
added support for @Enum

14d181fe5a510c4cf480ba9e42ca20bfcfc9d3b9 authored about 12 years ago by Fabio B. Silva <[email protected]>
tests for @Enum support

e3441d15a5c3dd63fc52582d7fdd174629605fb7 authored about 12 years ago by Fabio B. Silva <[email protected]>
funcional test

3f40c29f4e4329c7601c4a2e0029be59889bef38 authored about 12 years ago by Fabio B. Silva <[email protected]>
fixed coding standards

25edfbb8c8f6eed915e99e2cce56fce41d5636f3 authored over 12 years ago by alphalemon <user@server>
added curly brackets

6508cb5d02b03b19cb8b61e89b4edb9589c94265 authored over 12 years ago by alphalemon <user@server>
avoid a critical error when parsed class is not found

53ae1ff78610318038f4b372ae0b54d730f61607 authored over 12 years ago by alphalemon <user@server>
avoid a critical error when parsed class is not found

a0fb8e10c6fb8eebd6db33b4b3f4c2ff8e97029e authored over 12 years ago by alphalemon <user@server>
Merge pull request #178 from lemonde/master

Ignored annotations not used in the pre-parser with AnnotationReader

af751c67539437da6fed15a417e7244f686f8a53 authored over 12 years ago by Johannes <[email protected]>
rename class, fix spaces

e1dcc995a7e4e383b7e0f8191ee8d4b8604c85e1 authored over 12 years ago by Greg Bergé <[email protected]>
correct indentation

cdecc07593f727bf0ae383649d745f36a5322982 authored over 12 years ago by Greg Bergé <[email protected]>
comments, assertEquals -> assertCount

15037013f9bf0a20823db3f82804a9367bfde743 authored over 12 years ago by Greg Bergé <[email protected]>
update test and add correction in DocParser

fc259522a37f488898dde273bee9f5ebab317bf5 authored over 12 years ago by Greg Bergé <[email protected]>
update test and add correction in DocParser

b5a63cbff7dbeb631f481679c8a0ca1a2b6dd57b authored over 12 years ago by Greg Bergé <[email protected]>
change the test to a ClassWithInclude

235b97d1e2869a5183d77e0ae0e4aceb72a6a5fd authored over 12 years ago by Greg Bergé <[email protected]>
revert modification in doc parser

5b6529090c7c7e67c84e20c8c2633e384dd16827 authored over 12 years ago by Greg Bergé <[email protected]>
[Annotations] Refactoring proposal for performance and readability

f44f1fad36db8d2952441ac896207b62d9bd861e authored over 12 years ago by Pascal Borreli <[email protected]>
add unit test : annotation with alias in class

fc3844ea791943fe1cba212f904d03703cbb82db authored over 12 years ago by Greg Bergé <[email protected]>
ignored annotations not used in the pre-parser, correction to ignore annotations everywhere

6494c4212d7ef26c9f23be84192f339f91ff609d authored over 12 years ago by Greg Bergé <[email protected]>
Ensure PEAR's @package_version@ is not evaluated when Doctrine parses annotations. [I also added a trailing ',' to the array. Hope you don't mind.]

36c646625315e956ab9d27f22a9b023b18c2a360 authored over 12 years ago by till <[email protected]>
some CS fixes

d4bea1f5cfda0f20659c7b43adbfe0faad458469 authored over 12 years ago by Johannes M. Schmitt <[email protected]>
made filenames shorter

f3dba1410948992df12bf23df31560e18ef3b7a2 authored over 12 years ago by Johannes M. Schmitt <[email protected]>
Reverted patch form @arnaud-lb, which broke the suite.

ba16f866fbd769c95479757c4604054158595822 authored over 12 years ago by Guilherme Blanco <[email protected]>
test case for #159

290147b22d00cf4e28211ee32a38a94fcc49c354 authored over 12 years ago by Arnaud Le Blanc <[email protected]>
Merge pull request #154 from chx/psr0annotations

PSR-0 annotation reader, try #2

d9207206fa796332d508bd848446ca31723e3e61 authored over 12 years ago by Benjamin Eberlei <[email protected]>
Moved findFile to a class, added interface, renamed ns to namespace.

1b06e5236e36aca4a18dfaaa588a8d3db3d80e99 authored over 12 years ago by Karoly Negyesi <[email protected]>
used in doxygen

b8f53197f0a4e94ab31636e43cf617d476e4806e authored over 12 years ago by MLabs <[email protected]>
Removed "final" from class declaration for Zend Framework reusing.

c28854792a275956654ab70dc8a6fcc5ef33c07f authored over 12 years ago by Guilherme Blanco <[email protected]>
Using Symfony 2.1 findFile for simplicity and underscore support, renamed doxygen to doc comment and cs fixes.

52c58add05c6d4a992c1d16d1ef8b6c2c8e275b7 authored over 12 years ago by Karoly Negyesi <[email protected]>
renamed parser to static.

04232f74992a9d34e7f52ad9387837ed9b92a49f authored over 12 years ago by Karoly Negyesi <[email protected]>
Major restructure: renamed to StaticReflection, moved under Reflection namespace, injecting the token parser.

49ca77ec80e5725750528dfbe0f900ae1b6e646e authored over 12 years ago by Karoly Negyesi <[email protected]>
Major restructure: renamed to StaticReflection, moved under Reflection namespace, injecting the token parser.

652a72219d91354a85428f69e7ee03e761fbeb2b authored over 12 years ago by Karoly Negyesi <[email protected]>
Forgot to delete these.

548a153c0aaed83d54886c367b5900f734705dfb authored over 12 years ago by Karoly Negyesi <[email protected]>
Use dataProvider for testing instead.

bf492bab3cfcdafbda306398a83866cbd81d29a5 authored over 12 years ago by Karoly Negyesi <[email protected]>
Yay more doxygen.

40ab3a4031c1630fdb3e06b6fcf395ef4e5491ce authored over 12 years ago by Karoly Negyesi <[email protected]>
Fixed coding style issue: FALSE => false, TRUE => true but not in doxygen.

2f90549c2c0695963b7199dd86085715bb8752c0 authored over 12 years ago by Karoly Negyesi <[email protected]>
And ReflectionProperty too.

d9b0b8ed82a7b1249226302513b7c2ebfef5ff87 authored over 12 years ago by Karoly Negyesi <[email protected]>
Added missing ReflectionMethod methods (not implemented)

adabe7ae07aa892848b097ca98f686bd19bf970c authored over 12 years ago by Karoly Negyesi <[email protected]>
Tests only parse classes in Doctrine\\Tests so dont figure out where Doctrine\\Common lives.

f066d6144322638f6c15eff5cba1c8d0586d9e24 authored over 12 years ago by Karoly Negyesi <[email protected]>
The first passing test.

f8f8bce6993472378ec92d1ca36a4f6fa4a2d1d1 authored over 12 years ago by Karoly Negyesi <[email protected]>
The first passing test.

6e53562e7bd440fdd777c6f21e3b3f554da0fc83 authored over 12 years ago by Karoly Negyesi <[email protected]>
Added missing property doxygen.

a3e41b777cd7b81623a5675f3abea32e486f27fa authored over 12 years ago by Karoly Negyesi <[email protected]>
Handle parent class properly. Simplify brutally.

c7f37ea0ef743a243b4eac1225fbd2399a7df010 authored over 12 years ago by Karoly Negyesi <[email protected]>
Lifted some code from Symfony to allow more flexibility in class placement. Good foundation for the upcoming parent class resolver.

5dd57289f54a282ef75409e6c4edf2fb39975eb4 authored over 12 years ago by Karoly Negyesi <[email protected]>
More code style.

b8a76bee3ad8bc9f0af2470c50b72fc0be6a665f authored over 12 years ago by Karoly Negyesi <[email protected]>
Ran php-cs-fixer.

f664e4909ae3ece3bf4ada7dd5190b0214c8f7ea authored over 12 years ago by Karoly Negyesi <[email protected]>
Another code style fix.

55cfc97fe964db83214e55fcaea7205e3a7095eb authored over 12 years ago by Karoly Negyesi <[email protected]>
Fix class hierarchy by extracting common code into a TokenParser class.

8afaf792bb45240c22264d3dccff6b3dd0cbf065 authored over 12 years ago by Karoly Negyesi <[email protected]>
Code style fixes

29fc295adb8ebfb069d28a8a54214412ab09d6ae authored over 12 years ago by Karoly Negyesi <[email protected]>
Parse only on demand.

0773fc147a0c9a0401426ca7ed1c1516db5b9f21 authored over 12 years ago by Karoly Negyesi <[email protected]>
Got the reflections working. The Psr0ClassReflection is complete, the other two needs more exception throwing.

6bb171f293bfb770e375a7ac852295a6136c942e authored over 12 years ago by Karoly Negyesi <[email protected]>
Psr0Parser and assorted reflection classes.

215fe847b9ce120abe1ea9e30ffcf24f07bf730f authored over 12 years ago by Karoly Negyesi <[email protected]>
LGPL => MIT license

c7e9f159661c73acd1b176eeb121b884003d3ce3 authored over 12 years ago by Benjamin Eberlei <[email protected]>
More reviews.

281a105079e649104b9f7780ee6e73de29cc94b3 authored over 12 years ago by Rafael Dohms <[email protected]>
Making a few corrections based on a review.

4766ca307022ecaf77614eec0cbb07a0e5a0eb84 authored over 12 years ago by Rafael Dohms <[email protected]>
Reviewed PHP DocBlocks

Fixed missing docblocks
Fixed a few spelling mistakes
Fixed bad class references
Fixed wrong var...

78bfb534c0a9c610db9394ad0079f4a0522a16d3 authored over 12 years ago by Rafael Dohms <[email protected]>
coverage for DCOM-97

99e8332c6a0d6b48e84d25ffae372f0eb3c49ec5 authored almost 13 years ago by Fabio B. Silva <[email protected]>
Merge pull request #104 from FabioBatSilva/annot-const

[DCOM-94] Support for constants on annotations

eec9329061916a0deb11214405269c7cd57f122c authored almost 13 years ago by Johannes <[email protected]>
Merge pull request #104 from FabioBatSilva/annot-const

[DCOM-94] Support for constants on annotations

d3cb4fc072709e00d5c23053491e154c0a52f3e0 authored almost 13 years ago by Johannes <[email protected]>
[Annotations] Allow for faster operations by transferring from the external cache to the faster local cache

e20608e56327beb989ebdfbd72f165b6cb366e40 authored almost 13 years ago by Victor Berchet <[email protected]>
[Annotations] Prevent useless cache fill up in production (do not save timestamps)

6ea382008a2b776dc66f2b18924647e8b4074623 authored almost 13 years ago by Victor Berchet <[email protected]>
workaround : turn off target validation on SimpleAnnotationReader

0a537ac540e16f53b7d782a17be9612c5dba8669 authored almost 13 years ago by Fabio B. Silva <[email protected]>
workaround : turn off target validation on SimpleAnnotationReader

cd7a64658b3ff527486ee58f8015d17608532568 authored almost 13 years ago by Fabio B. Silva <[email protected]>
assert class exists

e4cd328284038dd6a1540c1e69b469694b0d4861 authored almost 13 years ago by Fabio B. Silva <[email protected]>
test property and method

3e523661b859f951f0e36635fa091f3cc3f4c251 authored almost 13 years ago by Fabio B. Silva <[email protected]>
ignore target if is not valid and ignores is true

776ac31fa23964977aabe49d95749b75597d03f2 authored almost 13 years ago by Fabio B. Silva <[email protected]>
ignore target if is not valid and ignores is true

e920c7331fd1b76cb1c748e24f22e7682edce43c authored almost 13 years ago by Fabio B. Silva <[email protected]>
Fix DDC-1660

bb78fbe1c0d657290dc5c6dd2928bf2c4883601f authored almost 13 years ago by Fabio B. Silva <[email protected]>
Fix DDC-1660

fc6777ba9ef3f6b319f28ff6566555e53d4f7dd1 authored almost 13 years ago by Fabio B. Silva <[email protected]>
rename test

e593f81a753a347e3e584f84be2b4f41eea77eff authored almost 13 years ago by Fabio B. Silva <[email protected]>
fix invalid identifier

5d4bb9332f21770f8a9c21fe8e2a60cd6c401f16 authored almost 13 years ago by Fabio B. Silva <[email protected]>
fix invalid identifier

9ce0d157d4003e1d913c8fdc3a5edf5cef6dfd51 authored almost 13 years ago by Fabio B. Silva <[email protected]>