Skip to content

Conversation

gradha
Copy link
Contributor

@gradha gradha commented Nov 3, 2013

I wonder if the .md file could be a unix symbolic link to the .txt file so windows users get their .txt version and github gets the markdown rendered version…

Araq added a commit that referenced this pull request Nov 19, 2013
Adds link to stackoverflow nimrod tag in support section.
@Araq Araq merged commit 57e6ba7 into nim-lang:master Nov 19, 2013
@gradha gradha deleted the pr_stackoverflow_link branch November 19, 2013 21:44
reactormonk pushed a commit to reactormonk/nim that referenced this pull request Apr 7, 2014
Adds link to stackoverflow nimrod tag in support section.
Clyybber pushed a commit to Clyybber/Nim that referenced this pull request Sep 16, 2023
## Summary

When using the old runtime, the implementation was `ref`-based
(requiring the use of `unsafeNew`), while with the new runtime it was
destructor-based.

Change `WideCStringObj` to store the character buffer as a
`seq[Utf16Char]`, which has the benefit that:
- only a single implementation is required
- the implementation becomes simpler
- the type is usable at compile-time and with the JS and VM target

The downside is that each `WideCStringObj` requires 4 or 8 byte
(depending on the target's integer size) more heap memory because of the
capacity stored by the `seq` as part of the payload. The public API
stays the same.
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