Skip to content

Cleanup from LOL HTML rewrite #937

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

Merged
merged 1 commit into from
Aug 5, 2020
Merged

Conversation

jyn514
Copy link
Member

@jyn514 jyn514 commented Aug 4, 2020

  • Add missing index.js
  • Add missing CSS files
  • Add Cargo.lock

r? @Kixiron

I don't know how Cargo.lock slipped though, that seems like a regression from #883.

- Add missing index.js
- Add missing CSS files
- Add Cargo.lock
@Nemo157
Copy link
Member

Nemo157 commented Aug 5, 2020

Lockfile issue is from rebasing #930 over master, there was no git-detected conflict, but there is some sort of semantic conflict between the lockfiles that required updating it (would be avoided by using bors for testing the merged changes instead of the pre-merge changes 😉).

(EDIT: specifically looks like a conflict between #930 and #929, #929 removed existing dependencies that lol-html depends on, so they needed to be added back).

@jyn514
Copy link
Member Author

jyn514 commented Aug 5, 2020

Ah, that makes sense. CI is still working fine then.

@jyn514 jyn514 added S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed A-frontend Area: Web frontend C-bug Category: This is a bug labels Aug 5, 2020
@jyn514 jyn514 merged commit eaa3d28 into rust-lang:master Aug 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-frontend Area: Web frontend C-bug Category: This is a bug S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants