Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

9 results for “from:Sahil Kang”

[PATCH] Ensure correct order of evaluation in macro
Sahil Kang · May 24, 2017 · r-devel

Hi Martin, Would you feel comfortable merging my small patch in? I'd like to send additional patches that will improve these types of function macros so I'm hoping to start with this small change. Thanks, Sahil

[PATCH] Ensure correct order of evaluation in macro
Sahil Kang · May 23, 2017 · r-devel

Hi Duncan, Would you merge this patch? I'm planning on sending larger patches in the next few days that fix other macros I've seen, but I figured? it'd be best to start with a smaller patch. Thanks...

SUGGESTION: Use JIRA for Bug Reporting, Package Development and Project Management
Sahil Kang · Jun 8, 2017 · r-devel

I enjoy the simplicity of a mailing list; I'd prefer not to create a new user account to participate in a software project. Plenty of other software communities utilize mailing lists, and I think you'll also begin to...

[PATCH] Improve utf8clen and remove utf8_table4
Sahil Kang · Mar 18, 2017 · r-devel

Given a char `c' which should be the start byte of a utf8 character, the utf8clen function returns the byte length of the utf8 character. Before this patch, the utf8clen function would return either: * 1 if `c' was an ascii...

[PATCH] Ensure correct order of evaluation in macro
Sahil Kang · May 22, 2017 · r-devel

Hello, I'd like to contribute this small patch (attached) that I think will help prevent some future bugs from occurring in paste.c. By wrapping the macro's arguments in parentheses, we can ensure that the correct order of...

[Bug Fix] Default values not applied to ... arguments
Sahil Kang · Jul 6, 2017 · r-devel

Hi Duncan, Martin Here's a small patch that fixes bug 15199 reported at: https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15199 I was able to reproduce the bug as Duncan had outlined just fine, but I...

[PATCH] Improve utf8clen and remove utf8_table4
Sahil Kang · Mar 19, 2017 · r-devel

Some of the code that uses utf8clen checks the validity of the utf8 string before making the call. However, there were some hairy areas where I felt that the new semantics may cause issues (if not now, then in future...

[Bug Fix] Default values not applied to ... arguments
Sahil Kang · Jul 7, 2017 · r-devel

Yes, I see what you mean. My patch only disables JIT compilation for closures. If a user manually compiles a closure, however, the bug pops up again. I think the bug may either lie in how the byte-compiler compiles...

[Bug Fix] Default values not applied to ... arguments
Sahil Kang · Jul 7, 2017 · r-devel

I'm glad I could help, and I look forward to reading your patch so that I can learn more about the R internals. It'd be nice to close this 4 year old bug. Sahil -------- Original Message -------- From: Tomas...

Can't find what you're looking for? Try searching with Google .