Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #15939 #15464 #16169 #16226 VM now supports addr(mystring[ind]) (index + index assignment) #15987

Merged
merged 9 commits into from
Dec 3, 2020

Conversation

timotheecour
Copy link
Member

@timotheecour timotheecour commented Nov 16, 2020

fix #15464
fix #15939
fix #16169
fix #16226
see test: tests/misc/taddr.nim

future work after this is merged:

  • re-enable argparse (refs dd5405c)

@timotheecour timotheecour force-pushed the pr_fix_15939_vm_string_index branch 2 times, most recently from e6e8204 to 3e9c95c Compare November 16, 2020 04:09
@timotheecour timotheecour force-pushed the pr_fix_15939_vm_string_index branch from b00da28 to 1654ed0 Compare November 16, 2020 04:48
@timotheecour timotheecour changed the title fix #15939 VM now supports addr(mystring[ind]) (index + index assignment) fix #15939 #15464 VM now supports addr(mystring[ind]) (index + index assignment) Nov 16, 2020
@timotheecour timotheecour marked this pull request as ready for review November 16, 2020 05:21
@timotheecour timotheecour requested a review from Araq November 16, 2020 05:30
@timotheecour timotheecour force-pushed the pr_fix_15939_vm_string_index branch from 6e0e6c4 to 6a8b0f2 Compare November 25, 2020 21:46
@timotheecour timotheecour changed the title fix #15939 #15464 VM now supports addr(mystring[ind]) (index + index assignment) fix #15939 #15464 #16169 VM now supports addr(mystring[ind]) (index + index assignment) Nov 28, 2020
@timotheecour
Copy link
Member Author

timotheecour commented Nov 28, 2020

friendly ping @Araq now that CI is broken (#16169)

compiler/vm.nim Show resolved Hide resolved
@timotheecour timotheecour changed the title fix #15939 #15464 #16169 VM now supports addr(mystring[ind]) (index + index assignment) fix #15939 #15464 #16169 #16226 VM now supports addr(mystring[ind]) (index + index assignment) Dec 2, 2020
@Araq Araq merged commit c731f7a into nim-lang:devel Dec 3, 2020
@ringabout ringabout mentioned this pull request Dec 3, 2020
@timotheecour timotheecour deleted the pr_fix_15939_vm_string_index branch December 14, 2020 19:30
mildred pushed a commit to mildred/Nim that referenced this pull request Jan 11, 2021
nim-lang#16226 VM now supports `addr(mystring[ind])` (index + index assignment) (nim-lang#15987)

* fix nim-lang#15939, fix nim-lang#15464 VM now supports `addr(mystring[ind])` (index + index assignment), var char return etc
* cleanups
* cstring tests
* add test for bug nim-lang#15464
* improve test coverage
ardek66 pushed a commit to ardek66/Nim that referenced this pull request Mar 26, 2021
nim-lang#16226 VM now supports `addr(mystring[ind])` (index + index assignment) (nim-lang#15987)

* fix nim-lang#15939, fix nim-lang#15464 VM now supports `addr(mystring[ind])` (index + index assignment), var char return etc
* cleanups
* cstring tests
* add test for bug nim-lang#15464
* improve test coverage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants