-
Notifications
You must be signed in to change notification settings - Fork 124
Document arbitrary SDK-like things as Dart SDKs. #1665
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
jcollins-g
merged 40 commits into
master
from
config-object-passthrough+generator+sdkDir
Apr 12, 2018
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
f36fbd0
refactors
jcollins-g 3c0e8bc
Library/Package/PackageGraph constructor shuffle
jcollins-g 717412a
Not quite there; still need to populate non-local packages
jcollins-g 299c154
weird vm thing
jcollins-g b6a1627
Got it?
jcollins-g 951cf4b
Add another test
jcollins-g f07e99b
tweaks for Flutter
jcollins-g 910a83b
Initialization speedups
jcollins-g a10abbb
Canonicalize path comparisons and increase timeouts on the complex da…
jcollins-g 2dbd675
Update grind with different parameters
jcollins-g 9bf9ca1
First step complete, now to eliminate dupes
jcollins-g 571261d
Condense more into config
jcollins-g 2fe1c1d
remove commented out line
jcollins-g 34c68ed
Merge branch 'package-as-primary' into config-object-passthrough
jcollins-g 7580801
Everything but the generator information is moved now.
jcollins-g ec57d80
Merge branch 'master' into package-as-primary
jcollins-g 21b8120
Merge branch 'package-as-primary' into config-object-passthrough
jcollins-g 19ae895
dartfmt
jcollins-g f5bcf10
Restore a commented out test
jcollins-g 151333d
Merge branch 'master' into config-object-passthrough
jcollins-g 18cb43b
Use localPublicLibraries in restored test
jcollins-g 71ee547
Move generator into DartDoc pseudo-factory
jcollins-g e35178e
Specify SDK dirs on command line
jcollins-g bbab6eb
dartfmt + review comments
jcollins-g 56830d6
dartfmt
jcollins-g f99a8fd
Merge branch 'config-object-passthrough' into config-object-passthrou…
jcollins-g 0047555
Merge branch 'config-object-passthrough+generator' into config-object…
jcollins-g 3541c68
Merge branch 'master' into config-object-passthrough
jcollins-g 7795367
Merge branch 'config-object-passthrough' into config-object-passthrou…
jcollins-g c1210c8
Merge branch 'config-object-passthrough+generator' into config-object…
jcollins-g a3febf7
pubspec
jcollins-g 55f7fe4
Throw correct exception
jcollins-g 761dead
Merge branch 'config-object-passthrough+generator' into config-object…
jcollins-g 1b811d2
new is not optional yet
jcollins-g fa3a0b8
Merge branch 'config-object-passthrough+generator' into config-object…
jcollins-g 047762c
Merge branch 'master' into config-object-passthrough+generator
jcollins-g 3556db2
Merge branch 'config-object-passthrough+generator' into config-object…
jcollins-g 80ce1c3
Tweak to make cwd == SDK viable
jcollins-g 72bf63d
tweak travis timeout and fix windows
jcollins-g 268826f
Review comments
jcollins-g File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
=> (Deprecated, ignored)
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use-categories was marked deprecated, ignored back in #1641 because the meaning of "category" changed and we no longer require this flag to turn on what was category mode. Dartdoc now knows whether to do that by context and we just ignore this flag if it gets passed in.
The diff looks weird because I sorted the options here to better keep track of them visually, as I'm going to be doing major surgery on them soon.