Skip to content

Conversation

santegoeds
Copy link

Set SSL_MODE_AUTO_RETRY on SSL context.

@dom96
Copy link
Contributor

dom96 commented Jan 20, 2014

Could you please also change OSError to socketError on line 1303?

@Araq
Copy link
Member

Araq commented Feb 2, 2014

Merged against devel.

@Araq Araq closed this Feb 2, 2014
Clyybber pushed a commit to Clyybber/Nim that referenced this pull request Sep 16, 2023
## Summary

Narrow the value of 32-bit float-literal nodes prior to rendering them,
which fixes `float32` literals having an unexpected run-time value
when their value as-written is not fully representable with the
precision of a 32-bit float.

## Details

Instead of using `toStrMaxPrecision`, which would add an unwanted `f`
suffix, rendering the float value to text is done by directly calling
`addFloatRoundtrip`, which `toStrMaxPrecision` uses internally.
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