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
Evgeniy Karagodin
58bac5dc29
Add userHomeDir ( denoland/deno_std#521 )
...
Original: ff7fb5a5d6
2019-06-24 08:08:06 -07:00
Rong Sen Ng
69d4d88b4f
typo
...
Original: ba4210cdb9
2019-06-24 06:08:14 -07:00
Axetroy
cd7ed28c36
file server should order filenames ( denoland/deno_std#511 )
...
Original: 1365d287bc
2019-06-22 07:52:56 -07:00
Bartek Iwańczuk
a7dbd39270
feat: add catjson example ( denoland/deno_std#517 )
...
Original: d99c15448d
2019-06-22 04:54:17 -07:00
Bartek Iwańczuk
b6ad0df64f
fix: pin eslint version for CI ( denoland/deno_std#518 )
...
https://github.com/typescript-eslint/typescript-eslint/issues/637
Original: 4772c34521
2019-06-22 04:53:43 -07:00
Kitson Kelly
a02c3bd388
bundle/run handles Deno.args better. ( denoland/deno_std#514 )
...
Original: 02262c6161
2019-06-21 17:02:53 -07:00
Amen
684805919a
typo ( denoland/deno_std#515 )
...
Original: 4804e50b23
2019-06-21 08:36:39 -07:00
Bartek Iwańczuk
575bdb8451
improve installer ( denoland/deno_std#512 )
...
- remove uninstall command
- add --reload to deno fetch - to ensure subsequent installation
upgrades script and deps
- fix executable shebang
- fix prompt for subsequent installation
- support custom installation dir via -d/--dir flag
Original: b13441fe8a
2019-06-20 07:52:18 -07:00
Axetroy
33ffb89f5c
installer: quote commands correctly ( denoland/deno_std#510 )
...
Original: 4317af11d1
2019-06-19 07:16:34 -07:00
Vincent LE GOFF
57edeacaa5
Testing: Pretty output + Silent mode ( denoland/deno_std#314 )
...
Original: d44a47a08d
2019-06-19 05:43:49 -07:00
Axetroy
c85b1c06a9
lint: add max line length rules ( denoland/deno_std#507 )
...
Original: b04fda30c8
2019-06-18 21:22:01 -07:00
Axetroy
d6e92582cc
Installer: support windows ( denoland/deno_std#499 )
...
Original: a68527f3fe
2019-06-18 09:25:53 -07:00
Axetroy
f430df5619
add encoding/hex module ( denoland/deno_std#434 )
...
Original: 418cdff25d
2019-06-17 10:19:56 -07:00
Axetroy
ba180f3460
fix installer readme ( denoland/deno_std#495 )
...
Original: aa628cb926
2019-06-16 08:45:40 -07:00
Ryan Dahl
82884fecd5
ci: bump version to v0.9.0 ( denoland/deno_std#493 )
...
Original: 33bc3db001
2019-06-15 14:12:33 -07:00
Ryan Dahl
fccfaeea3c
installer: Print name of installed file ( denoland/deno_std#492 )
...
Original: 1679ba0b57
2019-06-15 06:51:11 -07:00
Bartek Iwańczuk
d00a4beec4
feat: installer ( denoland/deno_std#489 )
...
Original: a3015be141
2019-06-14 08:43:06 -07:00
Sam Reghenzi
926594c53c
fix wrong field name in example code ( denoland/deno_std#490 )
...
Original: 3ec3a8b4f1
2019-06-14 07:57:30 -07:00
Kitson Kelly
0ed3046a9a
Add bundle loader ( denoland/deno_std#480 )
...
Original: fe7f6e117f
2019-06-10 10:34:43 -04:00
Ryan Dahl
87d3b9b5cc
upgrade: deno to v0.8.0 ( denoland/deno_std#487 )
...
Original: 86b7499e65
2019-06-09 21:42:06 -04:00
Xin Du (Clark)
2e0ab295a3
use unknown instead of any ( denoland/deno_std#486 )
...
Original: c64734cbd9
2019-06-06 12:56:33 -04:00