-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to run koan using contemplate koans after update to PHP8.1 #12
Comments
Weird. According to the PHPUnit section of the README all they did was rename phpunit (or was it the PHAR binary?) to 'contemplate_koans'. Not saying you or this issue is wrong. It just seems weird as this doesn't seem to be the case after looking at your PR. I haven't looked at any of the code for this project or done anything more than read the README to see if it's something I wanted to check out to get better with PHP. This issue is nearly 6 months old and doesn't look to be acknowledged let alone addressed. Has the project been abandoned? |
Sorry I’ve been absent from this project for so long. I hope to get back to
it this week or next.
…On Sun, Apr 9, 2023 at 3:20 AM Mike Reynolds ***@***.***> wrote:
Weird. According to the phpunit section of the README
<https://github.com/akoebbe/php_koans/blob/master/README.md#phpunit> all
they did was rename phpunit (or was it the PHAR binary?) to
'contemplate_koans'. Not saying you or this issue is wrong. It just seems
weird as this doesn't seem to be the case after looking at your PR.
I haven't looked at any of the code for this project or done anything more
than read the README to see if it's something I wanted to check out to get
better with PHP.
This issue is nearly 6 months old and doesn't look to be acknowledged let
alone addressed. Has the project been abandoned?
—
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAH674OADO4QAWSSFPMC7XDXAJWKRANCNFSM6AAAAAASP22SGA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hi, @akoebbe in our case (we are a small company) we could like to help evolving the project. That's the reason for the issue and the pull request updating and simplifying the project. If the idea is to maintain it, we could help adding more koans. |
No worries, real life definitely gets in the way. Glad to hear you are still working on this. I always liked the idea of doing koans to help with learning a language. Looking forward to more koans being added. I hope to have time today to check out the project in it's current state. Any info on this issue? Also what version of PHP is the project actually targeting? LeWricka awesome of you (and your company) offering to assist adding koans! |
Hey! coming back to this. @akoebbe is there any chance to keep going with the koans? We Ithink it is an interesting tool and we could like to invest time on it, but we are block since some months. |
Hey @LeWricka. I definitely want to keep going on this. I am sorry for not having the time to stay on top of this. I did try to get make some progress awhile back but I ended up hitting some trouble doing what I wanted to. There are a few issues that I'd like to get resolved before people spend too much time with new koans. I'll make separate issues so that either I or anyone else can try to address them.
So these are the two main roadblocks I see. Perhaps I'm getting ahead of myself and these issues are pointless if there aren't enough koans for people to use. |
@akoebbe sorry for not answering in a while. |
Due to the latest updates to PHP 8.1, running the koan using php contemplate_koans is not working anymore, see picture below:

We can improve the way koans are executed and we can simplify the project by avoiding running the koans using contemplate and run them using phpunit.
The text was updated successfully, but these errors were encountered: