Page MenuHomeSolus

Initial inclusion of deno
ClosedPublic

Authored by peterreisz on Feb 21 2021, 9:50 AM.
Tags
None
Referenced Files
F11053404: D10585.id26277.diff
Thu, Aug 10, 11:14 PM
F11053403: D10585.id25496.diff
Thu, Aug 10, 11:14 PM
F11053402: D10585.id26333.diff
Thu, Aug 10, 11:14 PM
F11053401: D10585.id.diff
Thu, Aug 10, 11:14 PM
F11053400: D10585.id26336.diff
Thu, Aug 10, 11:14 PM
F11037802: D10585.diff
Wed, Aug 9, 9:16 PM
F10839005: D10585.id.diff
Jun 9 2023, 6:59 PM
F10804405: D10585.diff
May 29 2023, 3:59 PM

Details

Summary

Initial inclusion of deno. Resolves T9578

Test Plan

After install run the hello world script:

deno run https://deno.land/std/examples/welcome.ts

Diff Detail

Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

This revision now requires changes to proceed.Apr 23 2021, 12:59 PM

Updating D10585: Add deno package, closes T9578

JoshStrobl added a subscriber: JoshStrobl.

Your formatting is off as well. Be sure you are generating this package.yml with our scripting: https://getsol.us/articles/packaging/packaging-practices/en/#generating-a-packageyml

package.yml
8

Doesn't need to be a list. Can just be license : MIT

11

Description is unnecessarily verbose. Can just be "Deno is a simple, modern and secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust."

24

This is part of system.base. Not required.

25

Should be above builddeps at the very least

This revision now requires changes to proceed.Apr 25 2021, 9:44 AM

Updating D10585: Add deno package, closes T9578

Your formatting is off as well. Be sure you are generating this package.yml with our scripting: https://getsol.us/articles/packaging/packaging-practices/en/#generating-a-packageyml

Thanks for the review, fixed all the comments.
VSCode format on save was messing up the formatting.

Your formatting is off as well. Be sure you are generating this package.yml with our scripting: https://getsol.us/articles/packaging/packaging-practices/en/#generating-a-packageyml

Thanks for the review, fixed all the comments.
VSCode format on save was messing up the formatting.

Yea, been there before :D I end up using a less fancy editor like gedit for it.

LGTM now, thanks for the patch!

JoshStrobl retitled this revision from Add deno package, closes T9578 to Initial inclusion of deno.Apr 25 2021, 6:04 PM
JoshStrobl edited the summary of this revision. (Show Details)
This revision was not accepted when it landed; it landed in state Needs Review.Apr 25 2021, 6:05 PM
Closed by commit R5205:d7b7b7235acd: Initial inclusion of deno (authored by peterreisz, committed by JoshStrobl). · Explain Why
This revision was automatically updated to reflect the committed changes.