Rust: Add link to XID_start and XID_continue definitions in language reference

Created on 15 Jun 2016  Â·  9Comments  Â·  Source: rust-lang/rust

It would be great if the identifiers section of the language reference linked to some kind of definition of XID_start and XID_continue. Just searching for "xid_start xid_continue" in google doesn't give good results.

There might be a better page out there, but this is the best reference I could find:
http://www.unicode.org/Public/4.1.0/ucd/DerivedCoreProperties.txt

E-easy E-help-wanted E-mentor P-medium T-doc

Most helpful comment

There is this...

All 9 comments

There is this...

Nice find! That looks much nicer. Although the .txt link might also be useful, for people who want to write tools/etc.

Triage; this is a great first bug for anyone wanting to get started working on docs. I am happy to mentor anyone who's interested in tackling this!

Note: the reference has moved to https://github.com/rust-lang-nursery/reference, so PRs would go there.

I'm going to leave this one around since it's such a great first bug, but ideally, it would be filed on that repo.

I still don't see any link to the definitions of XID_start and XID_continue on the reference page.

@VinithKrishnan yes, this bug is still open. Would you be interested in adding it?

Yes,I would!
On Apr 25, 2017 9:25 PM, "Steve Klabnik" notifications@github.com wrote:

@VinithKrishnan https://github.com/VinithKrishnan yes, this bug is
still open. Would you be interested in adding it?

—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/rust-lang/rust/issues/34289#issuecomment-297076714,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ASpobBP5SqQ5nytW6KK51DDMiZTJ7XEWks5rzhd7gaJpZM4I2x7t
.

@VinithKrishnan wonderful!

https://github.com/rust-lang-nursery/reference is where the reference lives now. Note that these two URLs look a little different:

that is, we've split the reference up into pages as well as moved it into its own repository.

The identifiers section now lives here: https://github.com/rust-lang-nursery/reference/blob/master/src/identifiers.md

So, sending a PR there to add these links should take care of it.

Please let me know if you need any more help than that! I'd be happy to answer any questions.

closed by https://github.com/rust-lang-nursery/reference/pull/48, thank you @VinithKrishnan !

Was this page helpful?
0 / 5 - 0 ratings