-
-
Notifications
You must be signed in to change notification settings - Fork 661
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
[server] Context.includeFile doesn't include file on the second compilation #7851
Comments
This completely breaks e.g. Lua target as it uses file inclusion for some basic types like |
Which is super unfortunate because vshaxe enables compilation server by default :-/ |
Looks like |
…getClientHeadersMap(); switched haders names to uppercase in php.Web.getClientHeaders() (closes HaxeFoundation#7851)
I've just come across this when working on hxb and was quite confused that this isn't working. I think the solution here is to do something similar to what |
This works now, still need a test. |
Main.hx
a.js
// this is a.js
do
(
a.js
contents is included into the generated file)do this again:
(
a.js
contents is NOT included into the generated file untilMain.hx
is invalidated)The text was updated successfully, but these errors were encountered: