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

Model lexer: Fix remaining issues #24620

Merged
merged 3 commits into from
Apr 21, 2015
Merged

Conversation

pczarn
Copy link
Contributor

@pczarn pczarn commented Apr 20, 2015

Fixes #15679
Fixes #15878
Fixes #15882
Closes #15883

@pczarn
Copy link
Contributor Author

pczarn commented Apr 20, 2015

cc @fhahn

@rust-highfive
Copy link
Collaborator

r? @brson

(rust_highfive has picked a reviewer for you, use r? to override)

@fhahn
Copy link
Contributor

fhahn commented Apr 20, 2015

@ pczarn 👍, thanks for taking the time to complete this :)

@alexcrichton
Copy link
Member

cc @cmr

Looks like there are some tidy errors, but nice work!

@pczarn
Copy link
Contributor Author

pczarn commented Apr 21, 2015

Updated

@emberian
Copy link
Member

Nice work! I'm pleased to see this :)

@bors r+ rollup

@bors
Copy link
Contributor

bors commented Apr 21, 2015

📌 Commit 13bc8af has been approved by cmr

@bors
Copy link
Contributor

bors commented Apr 21, 2015

⌛ Testing commit 13bc8af with merge 7397bdc...

bors added a commit that referenced this pull request Apr 21, 2015
let mut token_file = File::open(&Path::new(args[2]));
let token_map = parse_token_list(token_file.read_to_string().unwrap());
let surrogate_pairs_pos: Vec<usize> = code.chars().enumerate()
.filter(|&(_, c)| c as usize > 0xFFFF)
Copy link
Contributor

Choose a reason for hiding this comment

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
8 participants