Skip to content

Commit

Permalink
Merge branch 'main' into cli-add-prompt-select
Browse files Browse the repository at this point in the history
  • Loading branch information
timreichen authored Nov 19, 2024
2 parents 0f2af05 + 82ccee6 commit 0bbb33f
Show file tree
Hide file tree
Showing 23 changed files with 261 additions and 2,155 deletions.
482 changes: 244 additions & 238 deletions .github/dependency_graph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
archive:
- changed-files:
- any-glob-to-any-file: archive/**
assert:
- changed-files:
- any-glob-to-any-file: assert/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: deno task cov:gen

- name: Upload coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
revert
# This should be kept up-to-date with the current packages list
scopes: |
archive(/unstable)?
assert(/unstable)?
async(/unstable)?
bytes(/unstable)?
Expand Down
25 changes: 16 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
.DS_Store
.idea
.vim
**/cov/
crypto/_wasm/target
deno.lock
cli/testdata/unicode_width_crate/target
html_cov/
cov.lcov
http/testdata/%25A.txt
http/testdata/file#2.txt
http/testdata/test file.txt
coverage/
docs/

# rust build output
crypto/_wasm/target
cli/testdata/unicode_width_crate/target

# coverage
coverage/
cov.lcov
codecov
codecov.SHA256SUM
codecov.SHA256SUM.sig

# misc files
.DS_Store
.idea
.vim
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ documentation:

| Package | Latest version |
| ------------------------------------------------------ | ----------------------------------------------------------------------------------------- |
| [archive](https://jsr.io/@std/archive) | [![JSR](https://jsr.io/badges/@std/archive)](https://jsr.io/@std/archive) |
| [assert](https://jsr.io/@std/assert) | [![JSR](https://jsr.io/badges/@std/assert)](https://jsr.io/@std/assert) |
| [async](https://jsr.io/@std/async) | [![JSR](https://jsr.io/badges/@std/async)](https://jsr.io/@std/async) |
| [bytes](https://jsr.io/@std/bytes) | [![JSR](https://jsr.io/badges/@std/bytes)](https://jsr.io/@std/bytes) |
Expand Down
2 changes: 0 additions & 2 deletions _tools/check_circular_package_dependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ type Dep = {
state: DepState;
};
type Mod =
| "archive"
| "assert"
| "async"
| "bytes"
Expand Down Expand Up @@ -79,7 +78,6 @@ type Mod =
| "yaml";

const ENTRYPOINTS: Record<Mod, string[]> = {
archive: ["mod.ts"],
assert: ["mod.ts"],
async: ["mod.ts"],
bytes: ["mod.ts"],
Expand Down
1 change: 0 additions & 1 deletion _tools/check_docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ type DocNodeWithJsDoc<T = DocNodeBase> = T & {
};

const ENTRY_POINTS = [
"../archive/mod.ts",
"../assert/mod.ts",
"../assert/unstable_never.ts",
"../async/mod.ts",
Expand Down
206 changes: 0 additions & 206 deletions archive/_common.ts

This file was deleted.

24 changes: 0 additions & 24 deletions archive/_multi_reader.ts

This file was deleted.

6 changes: 0 additions & 6 deletions archive/_test_utils.ts

This file was deleted.

9 changes: 0 additions & 9 deletions archive/deno.json

This file was deleted.

Loading

0 comments on commit 0bbb33f

Please sign in to comment.