hoaproject / Compiler

The Hoa\Compiler library.
https://hoa-project.net/
453 stars 47 forks source link

Adjust testing state, enhance exception context, fix PCRE issue #114

Open ohader opened 3 years ago

ohader commented 3 years ago
coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 0.0% when pulling 14a4ca7261f02bd87f320170762d771c3de15312 on ohader:master into c620f44deff0b4c2d0c27560a3b0f5e7e376e001 on hoaproject:master.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 0.0% when pulling 14a4ca7261f02bd87f320170762d771c3de15312 on ohader:master into c620f44deff0b4c2d0c27560a3b0f5e7e376e001 on hoaproject:master.

sanmai commented 3 years ago

IF this gets stuck, there's this fork. I'll be happy to review a PR.

I already did PHP 7.4 there IIRC.

ohader commented 3 years ago

IF this gets stuck, there's this fork. I'll be happy to review a PR.

I already did PHP 7.4 there IIRC.

Thx & good to know... reading other announcements of this project currently not being actively maintained would lead to the conclusion this PR is laying here forever. I'm a fan of try to centralize those things with the upstream repository.

Let's see, maybe there are also some possibilities (really) merging your compatibility changes into this repository...

sanmai commented 3 years ago

Well, if you could get a hand on that sweet merge button here, we can certainly try something. But, tbh, I was primarily concerned with jms/serializer using this package, which is no more...

sanmai commented 3 years ago

I'm a fan of try to centralize those things with the upstream repository.

I'd love that too, but considering that last PR was merged here in 2018, I'd say we'll have a tough luck here.

ohader commented 3 years ago

Well, if you could get a hand on that sweet merge button here, we can certainly try something. But, tbh, I was primarily concerned with jms/serializer using this package, which is no more...

I see, I also considered using a "hard-wired" parser, but then found this project again... However I'm better in using (a)BNF-like terms to describe formats (a complicated format in my particular case) I gave it a try with hoa/compiler. Let's see 😃