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

Generate a Z_INDEX.md file with z indexes used in the project #3683

Merged
merged 2 commits into from Jun 22, 2016

Conversation

erwinmombay
Copy link
Member

No description provided.

@erwinmombay
Copy link
Member Author

@sriramkrish85 PTAL

@erwinmombay erwinmombay changed the title Generate a readme.md for css Generate a Z_INDEX.md file with z indexes used in the project Jun 21, 2016
@@ -1,99 +0,0 @@
{
Copy link
Member

Choose a reason for hiding this comment

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

?

Copy link
Member Author

Choose a reason for hiding this comment

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

woot, thats embarrassing. meant to reset to master, not revert/delete the file! undone.

rows.push(row);
});
});
var tbl = table(rows, tableOptions);
Copy link
Contributor

Choose a reason for hiding this comment

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

could we sort by z-index before pushing?

Copy link
Member Author

Choose a reason for hiding this comment

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

yeah, the reason why i didn't do that is its possible to have multiple z-indexes on a single row if for example one declared a z-index in one rule on the same file and then reassigned a new z-index somewhere down the file. (i know its stupid and we probably would catch it in review, but its just possible in css thats all). will sort

Copy link
Member Author

Choose a reason for hiding this comment

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

done.

@erwinmombay
Copy link
Member Author

@sriramkrish85 PTAL

@camelburrito
Copy link
Contributor

@erwinmombay at some point we need to try and add unit tests (at least minimally) or may be golden tests to the tasks to make sure some one accidentally does not break it.

@erwinmombay
Copy link
Member Author

a golden test would be great, but writing unit tests for these aren't worth it IMO.

I'll add a golden test.

@erwinmombay erwinmombay force-pushed the css-markdown branch 3 times, most recently from ecbf9b2 to ff6b685 Compare June 22, 2016 02:27
require('./lint');
require('./make-golden');
require('./presubmit-checks');
require('./serve');
require('./size');
require('./test');
require('./runtime-test');
Copy link
Member Author

Choose a reason for hiding this comment

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

@cramforce fyi, renamed file.

@erwinmombay erwinmombay force-pushed the css-markdown branch 6 times, most recently from 7fbc7de to c42f4f1 Compare June 22, 2016 02:54
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.

None yet

3 participants