[All] Add support for [<InlineIfLambda>]#4401
Conversation
Python Type Checking Results (Pyright)
Excluded files with errors (4 files)These files have known type errors and are excluded from CI. Remove from
|
|
I believe the CI for JavaScript broke because the changes made to Fable.AST are not backward compatible. |
eeda534 to
fccf456
Compare
|
Hello, With the release of Fable 5.0.0-rc.4 and more importantly Fable.AST 5.0.0-rc.3. It is possible that you need to update your Fable plugin packages before we broke the binary compatibility. |
|
@MangelMaxime Few changes were needed, but everything seems to work fine after updates. Just wonder - do plugins still have to live on .NET 6? I've tried moving to .NET 8, but it didn't work. |
|
I don't see us forcing .NET 6.0 anywhere. Looking more into the error:
I have a feeling that something is broken in Fable/src/Fable.Compiler/ProjectCracker.fs Lines 133 to 148 in 2bd7776 I am trying to take a look at it |
|
Ok, I found the issue: For some reason the path is different 😓 |
|
Ok, I have a working version locally. I will see to do some cleanup and merge the code during the weekend. |
|
This will be fixed in the next release |
|
Thank you! |
|
@MangelMaxime Actually, when doing the change, I've noticed that |

This PR add support for
[<InlineIfLambda>]Documentation about this feature is sparse