Skip to content

Conversation

@laurentpayot
Copy link
Contributor

Hi, I had an error with String.endsWith when compiling a project using FSharpPlus with Fable. String.endsWith was not surrounded by a !FABLE_COMPILER symbol condition.
A Fable maintainer fixed my issue by making String.endsWith work with Fable, as well as String.startsWith.

This PR simply removes the !FABLE_COMPILER symbol condition around String.startsWith that is not needed anymore.

@wallymathieu
Copy link
Member

Do we need to update fable as well?

@laurentpayot
Copy link
Contributor Author

laurentpayot commented Oct 30, 2024

@wallymathieu Oopsie. Yes, I just bumped Fable to version 4.23.0 so the fix is included.

@cannorin cannorin merged commit db45914 into fsprojects:master Nov 4, 2024
4 checks passed
wallymathieu pushed a commit that referenced this pull request Nov 12, 2024
* Removed String.startsWith FABLE_COMPILER condition

* Fable updated to 4.23.0
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

Successfully merging this pull request may close these issues.

3 participants