Skip to content
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

PHP missing in repl4 #157

Open
Happypig375 opened this issue Jul 24, 2022 · 2 comments
Open

PHP missing in repl4 #157

Happypig375 opened this issue Jul 24, 2022 · 2 comments

Comments

@Happypig375
Copy link

No description provided.

@alfonsogarciacaro
Copy link
Member

I try to add it but it's failing compilation :/ The problem with the PHP target is it's not maintained at the moment so we may have to remove it at one point.

@MangelMaxime
Copy link
Member

I didn't try yet to activate PHP on Fable Repl4 with the new build.

But my guess is the compilation fails because of duplicate class member:

CleanShot 2023-11-10 at 23 58 06@2x

This is the result of compilation fable-standalone with esbuild now.

The first warning GetOutputPath is related to the Fable plugin interface so it is not too harmful, however the others warnings are all related to the PHP target. And I suppose they are harmful, because JavaScript doesn't have method overload for classes and I suppose the code just doesn't know what is happening.

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

No branches or pull requests

3 participants