Dmitry Sharshakov
f545f1d571
Fix types in example_client for ws module ( denoland/deno_std#609 )
...
Original: a4a8bb2948
2019-09-21 14:37:05 -04:00
Dmitry Sharshakov
b7dea16a37
Update mime-db to commit c50e0d1 ( denoland/deno_std#608 )
...
Original: 51134571c4
2019-09-21 14:33:21 -04:00
Nayeem Rahman
6fdf92d1ab
Remove //testing/main.ts ( denoland/deno_std#605 )
...
Original: e3a33a79e6
2019-09-21 14:32:15 -04:00
Ryan Dahl
3e9c7918c9
v0.18.0 ( denoland/deno_std#600 )
...
Several tests were disabled in order to land this update.
Original: a8f6cf7b4f
2019-09-18 13:17:03 -04:00
Nayeem Rahman
fd44fe34d4
Add includeDirs to WalkOptions ( denoland/deno_std#601 )
...
Original: de8d0ab4a1
2019-09-18 11:37:37 -04:00
Axetroy
878a9a29e7
bump prettier to 1.18.2 ( denoland/deno_std#592 )
...
Original: 06958a4ada
2019-09-11 23:31:23 -04:00
Nimalan
08087e921e
Make uuid v4 rfc4122 compliant ( denoland/deno_std#580 )
...
Original: ba69f1ea14
2019-09-11 12:34:44 -04:00
Nayeem Rahman
8d355908ab
Add xeval ( denoland/deno_std#581 )
...
Co-authored-by: Nayeem Rahman <muhammed.9939@gmail.com>
Original: a2cae360e8
2019-09-11 12:31:14 -04:00
Bartek Iwańczuk
4078bc711d
feat: Add types to prettier ( denoland/deno_std#591 )
...
Original: 73fe36f9da
2019-09-10 17:41:23 -04:00
Yoshiya Hinosawa
7b22dec0fa
fix: replace Deno.platform usages ( denoland/deno_std#590 )
...
Original: 0e6f163ac6
2019-09-09 13:58:36 -04:00
Bartek Iwańczuk
d7f3e28eed
reenable test getMatchingUrlsLocal ( denoland/deno_std#589 )
...
Original: cfb0eb55ab
2019-09-08 17:20:11 -04:00
迷渡
f37df2d0d6
flags: Parse builtin properties ( denoland/deno_std#579 )
...
Original: 03304cd2d3
2019-09-08 17:18:39 -04:00
Ryan Dahl
25def60c21
bump ci to v0.17.0 ( denoland/deno_std#585 )
...
Original: 539338db33
2019-09-04 20:10:54 -04:00
Nimalan
7213d9cc7f
ws: use crypto getRandomValues ( denoland/deno_std#584 )
...
Original: bc7dd3904b
2019-09-04 10:42:40 -04:00
迷渡
eea856e341
Refactoring using padEnd and padStart ( denoland/deno_std#583 )
...
Original: 4e21ace634
2019-09-04 10:32:28 -04:00
迷渡
be9aaa664a
Fix boolean regexp ( denoland/deno_std#582 )
...
Original: 0b9e28f918
2019-09-04 10:06:28 -04:00
迷渡
9533a030f3
Avoid prototype builtin hasOwnProperty
( denoland/deno_std#577 )
...
Original: d36bff3fbe
2019-09-03 03:10:05 -04:00
迷渡
dd6db011e3
remove console.log
in tests ( denoland/deno_std#578 )
...
Original: f7f96e9baa
2019-09-03 03:08:56 -04:00
Bartek Iwańczuk
9382f38c7c
fix: better paths handling in test runner ( denoland/deno_std#574 )
...
Original: 5ef42ece7d
2019-08-30 13:43:32 -04:00
迷渡
fa790e8b52
link colors to fmt/colors.ts ( denoland/deno_std#575 )
...
Original: d3ad15a6c0
2019-08-30 13:42:31 -04:00
Ryan Dahl
49499d378b
ci: bump to version v0.16.0 ( denoland/deno_std#573 )
...
Original: 59bdbe3272
2019-08-26 22:31:29 -04:00
Ryan Dahl
4d997d4e22
Move colors to fmt ( denoland/deno_std#571 )
...
Original: 28e77389ff
2019-08-24 10:38:18 -07:00
Eugen Cazacu
e933a8a0e1
print out the failed tests after the summary ( denoland/deno_std#554 )
...
Original: ed1b9e0563
2019-08-22 03:13:12 -04:00
Bartek Iwańczuk
77a20ec119
use relative paths in test imports ( denoland/deno_std#572 )
...
Original: d7a837d599
2019-08-22 03:01:25 -04:00
Eugen Cazacu
f88a597958
test all text functions in colors module ( denoland/deno_std#553 )
...
Original: f1c4c1a162
2019-08-22 02:20:47 -04:00
Bartek Iwańczuk
a1a024a9f0
fix: add global test registry ( denoland/deno_std#568 )
...
After adding deno test command a new problem appeared.
If you try running deno test inside this repo test runner will find
80 test files but won't run any tests! This is caused by fact that
deno test uses tagged version of standard library which causes
test function available inside to repo to be different function that
test available in standard lib used by deno test.
Original: 4531fa8159
2019-08-21 12:34:34 -04:00
Xuhao
122226a587
Fix typo in examples/README.md ( denoland/deno_std#567 )
...
Original: b5ded6ccbf
2019-08-17 00:43:34 -04:00
Nayeem Rahman
47adc62387
Accept absolute root directories in the file server ( denoland/deno_std#558 )
...
Original: 262d9572ab
2019-08-15 11:59:43 -04:00
a2800276
16e134d8a8
Add fmt modules (printf implementation) ( denoland/deno_std#566 )
...
Original: f7b511611c
2019-08-15 11:57:24 -04:00
Bartek Iwańczuk
917b202354
add file:// prefix for imports in test runner ( denoland/deno_std#564 )
...
Original: 15afc61356
2019-08-15 10:17:08 -04:00
Bartek Iwańczuk
4ce2a321c8
feat: test runner ( denoland/deno_std#516 )
...
Original: c44e5367bf
2019-08-14 20:04:56 -04:00
Bartek Iwańczuk
d928c0ca31
feat: add overloaded form of unit test declaration ( denoland/deno_std#563 )
...
Original: bd146e0188
2019-08-14 16:12:35 -04:00
Bartek Iwańczuk
eab0647bd1
refactor 'assertEquals' ( denoland/deno_std#560 )
...
* merge 'testing/pretty.ts' into 'testing/asserts.ts'
* throw AssertionError in assertEquals
* update misc tests use AssertionError
Original: ff2d7f24db
2019-08-14 10:22:31 -04:00
Bartek Iwańczuk
63bbe2a2e0
ci: bump to v0.15.0 ( denoland/deno_std#556 )
...
Original: f3ddb4f26b
2019-08-13 20:03:29 -04:00
Bartek Iwańczuk
50fdccb175
Revert "http: delete conn parameter in readRequest" ( denoland/deno_std#550 )
...
This reverts commit 209183e248
.
Fixes: denoland/deno_std#441
Original: 3e17815c7e
2019-08-06 00:03:55 +02:00
Ryan Dahl
782ebfbc0f
Fix URLs in examples/README ( denoland/deno_std#551 )
...
Original: 6d78eec413
2019-08-05 18:00:28 -04:00
Yoshiya Hinosawa
b1e5ad7eca
enable test of aborted conn on windows ( denoland/deno_std#549 )
...
Original: 28ae08b424
2019-07-30 07:39:32 +00:00
Yoshiya Hinosawa
b76007d25c
refactor: use Deno.execPath where possible ( denoland/deno_std#548 )
...
Original: 287b0a9cd2
2019-07-29 08:46:21 +00:00
Yoshiya Hinosawa
44efefbda6
Ignore error of writing responses to aborted requests ( denoland/deno_std#546 )
...
Original: 826deb1012
2019-07-28 11:35:47 +00:00
Nayeem Rahman
ad6360edf9
Make shebangs Linux compatible ( denoland/deno_std#545 )
...
Original: 5e77e8adc7
2019-07-28 11:10:29 +00:00
Ryan Dahl
faf2cd92fc
Bump CI to v0.12.0 ( denoland/deno_std#541 )
...
Original: 86675d2634
2019-07-17 16:49:09 -04:00
Lucas Caro
0d5d949887
add link to uuid in README ( denoland/deno_std#536 )
...
Original: 14fefcba15
2019-07-11 10:23:14 -04:00
Bartek Iwańczuk
f549392fb6
Rename catjson.ts to catj.ts ( denoland/deno_std#533 )
...
Original: 2f4846fc3e
2019-07-11 05:58:18 -04:00
Vincent LE GOFF
1a42695beb
fix emptydir on windows ( denoland/deno_std#531 )
...
Original: 67641b8ea5
2019-07-08 11:09:23 -04:00
Evgeniy Karagodin
c08a27de9a
Remove os.userHomeDir in favor of Deno.homeDir ( denoland/deno_std#523 )
...
Original: 88b4894579
2019-07-07 15:41:09 -04:00
Yoshiya Hinosawa
9a01d6455e
Upgrade to v0.11.0 (update Reader interface) ( denoland/deno_std#527 )
...
Original: 3ea90d54f6
2019-07-07 15:20:41 -04:00
Lucas Caro
6a0858bd5d
add UUID module ( denoland/deno_std#479 )
...
Original: f52b3ec002
2019-07-03 11:13:22 -04:00
Axetroy
78a9a27e6f
prettier: support reading code from stdin ( denoland/deno_std#498 )
...
Original: 85db520b60
2019-06-30 11:10:00 -04:00
Phil Rukin
6d4473324f
Update instructions to install file server ( denoland/deno_std#526 )
...
Original: 9e5473a502
2019-06-29 10:30:01 -04:00
Ryan Dahl
5bf765b1b4
ci: bump deno to v0.10.0
...
Original: 53949c1eb6
2019-06-26 02:47:35 -07:00