Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add various strategies to minimize different patterns.#2

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
nth10sd merged 10 commits intoMozillaSecurity:masterfromnbp:master
May 1, 2017
Merged
Changes from1 commit
Commits
Show all changes
10 commits
Select commitHold shift + click to select a range
08205da
Remove unused strategies.
nbpJul 23, 2015
bb49a14
Document the minimize strategy.
nbpJul 23, 2015
6d77bb8
Add minimize-around strategy.
nbpJul 23, 2015
f3e6586
Add minimize-balanced strategy, to remove conditional blocks around i…
nbpJul 23, 2015
3689310
Add replace-properties-by-global strategy, to reduce dependencies on …
nbpJul 23, 2015
a84f94b
Add replace-arguments-by-globals strategy, to later minimize argument…
nbpJul 23, 2015
4737990
Add --symbols option to split by tokens, instead of splitting by line…
nbpJul 23, 2015
ce5eba6
Add check-only in the list of strategies of the usage output.
nbpAug 3, 2015
2003269
Add a new interesting test to check different behaviour based on comm…
nbpDec 17, 2015
9d08d1e
Exit early if the file is smaller than the final Chunk size.
nbpMar 18, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Add check-only in the list of strategies of the usage output.
  • Loading branch information
@nbp
nbp committedAug 3, 2015
commitce5eba62426cb7f6d6638764f07dcadb8a4a7085
2 changes: 1 addition & 1 deletionlithium/lithium.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -37,7 +37,7 @@ def usage():
Treat the file as a sequence of strings separated by tokens. The
characters by which the strings are delimited are defined by the
--cutBefore, and --cutAfter options.
* --strategy=[minimize, minimize-around, minimize-balanced, replace-properties-by-globals, replace-arguments-by-globals].
* --strategy=[check-only,minimize, minimize-around, minimize-balanced, replace-properties-by-globals, replace-arguments-by-globals].
default: minimize.
* --testcase=filename.
default: last thing on the command line, which can double as passing in.
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp