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

Add update on is_valid_char #11213

Merged
merged 2 commits into from
May 11, 2015
Merged

Conversation

ScottPJones
Copy link
Contributor

This is per #11171

@@ -178,6 +178,8 @@ Library improvements
* `charwidth(c)` and `strwidth(s)` now return up-to-date cross-platform
results (via utf8proc) ([#10659]): Julia now likes pizza ([#3721]), but some terminals still don't.

* `is_valid_char(c)` now correctly handles Unicode "non-characters", which are valid Unicode codepoints.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cross reference the issue this fixes (or pull request) as you see in the above. There's a script somewhere (maybe in contrib? got an obvious name but I'm on my tablet and lazy) to run after which will generate the correct footnote.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks so much! Again, you've been a big help. Will do.

Add reference to issue JuliaLang#11171
@pao
Copy link
Member

pao commented May 10, 2015

p.s. you will need to run the script, too--sorry that wasn't clear

(someone else will have to merge this, I'm going to be out of touch for a couple weeks)

@ScottPJones
Copy link
Contributor Author

Help! What script? (sorry for more newbieness with Git, GitHub, etc!)

@kmsquire
Copy link
Member

The script that @pao mentioned above is actually doc/NEWS-update.jl (found by typing script update news in the github search box for julia). Cheers!

@ScottPJones
Copy link
Contributor Author

@kmsquire Thanks, but I'm still a bit unclear about what I need to do (I created the PR directly on GitHub, so I don't even have a local branch). Do I need to: 1) create and sync a local branch, 2) find and run the NEWS-update.jl script [I haven't used julia as a scripting language yet... will have to investigate that too] and then 3) push whatever changes the script made back to GitHub?

@kmsquire
Copy link
Member

Pretty much, yes.

@ScottPJones
Copy link
Contributor Author

Thanks again for all the help! Maybe some year, hopefully before I retire, I'll have all this figured out! 😀

@kmsquire
Copy link
Member

Sure! Since this is a one-line change, I would suggest just closing this request, making the change locally, running the update script, and submitting a new PR.

jakebolewski added a commit that referenced this pull request May 11, 2015
Add update on `is_valid_char`
@jakebolewski jakebolewski merged commit 4aa6a4f into JuliaLang:master May 11, 2015
@stevengj
Copy link
Member

(Note that, in general, we haven't been adding NEWS items for bug fixes.)

@ScottPJones ScottPJones deleted the patch-1 branch May 13, 2015 21:01
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.

5 participants