Skip to content

Conversation

@bniebruegge25
Copy link

First of a few PRs to get libfyaml closer to cross-platform (focus on Visual Studio).

This PR updates ternary operators that use shorthand syntax (e.g. a ? : b) to use the more explicit syntax required by Visual Studio (e.g. a ? a : b).

@bniebruegge25
Copy link
Author

@pantoniou, does this look reasonable to you? Thanks!

@pantoniou
Copy link
Owner

Yeah, looks reasonable. I will need to make some time to do some yaml tending next week.

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.

2 participants