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

Merge std #3085

Closed
wants to merge 399 commits into from
Closed

Merge std #3085

wants to merge 399 commits into from

Conversation

piscisaureus
Copy link
Member

@piscisaureus piscisaureus commented Oct 7, 2019

TODO

  • format
  • get lint to pass
  • run tests in github actions

Dmitry Sharshakov and others added 30 commits February 19, 2019 09:58
We need to consider the API changes here more carefully.

This reverts commit da188a7.
and commit 8569f15.
* Use assert.equal instead of deprecated assertEqual
* Replace let with const where possible
* Add WebSocketMessage type
* Use OpCode in WebSocketFrame
* Use const where possible in WS
* Separate sha1 tests, use const instead of let
[email protected] was released on 2019-02-04. This updates the JSON file.
After some discussion it was found that assertEquals is more common
in JS (vs assertEqual, assertEq) and sounds better in the negated form:
assertNotEquals vs assertNE.
replace Deno.platform with Deno.build
keroxp and others added 7 commits September 28, 2019 12:46
fs/glob.ts:
- Improve prototypes for expandGlob() and expandGlobSync() from denoland#604.
- Rename glob() to globToRegExp().
- Add normalizeGlob() and joinGlobs().
- Extract GlobToRegExpOptions from GlobOptions, remove the strict
  and filepath options.

fs/globrex.ts:
- Add GlobrexOptions.

fs/path/constants.ts:
- Add SEP_PATTERN.

fs/walk.ts:
- Add WalkOptions::includeFiles
- Default WalkOptions::includeDirs to true.
- Don't traverse directories matching a skip pattern.
- Remove walkSync()'s default root value.

prettier:
- Refactor to use expandGlob().

testing:
- Make findTestModules() an async generator.
@CLAassistant

This comment has been minimized.

@piscisaureus piscisaureus requested a review from ry October 8, 2019 01:44
Copy link
Member

@ry ry left a comment

Choose a reason for hiding this comment

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

LGTM - I think we should just land this. I've disabled CLA requirements because deno_std shares the same CLA and the contributor there have signed it.

I will leave it to you, @piscisaureus, to land.

Copy link
Member

@ry ry left a comment

Choose a reason for hiding this comment

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

We're doing further work to change the history and provide links in each deno_std comment to their original discussions. Removing approval status until we review this PR further.

@ry ry mentioned this pull request Oct 9, 2019
@ry
Copy link
Member

ry commented Oct 9, 2019

Closed in favor of #3091 because

~/src/deno> git log -5 --oneline --follow std/http/server.ts
ddcad56e Move deno_std to a more convenient location. (#3057)
~/src/deno>

@ry ry closed this Oct 9, 2019
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.