1. 14 11月, 2019 2 次提交
    • R
      Revert "refactor: per-worker resource table (#3306)" · fdf0ede2
      Ryan Dahl 提交于
      This patch does not work with the recent bundler changes (#3325).
      Unfortunately I didn't merge master before landing this patch. It has
      something to do with console.log not working inside the compiler worker.
      
      This reverts commit fd62379e.
      fdf0ede2
    • B
      refactor: per-worker resource table (#3306) · fd62379e
      Bartek Iwańczuk 提交于
      - removes global `RESOURCE_TABLE` - resource tables are now created per `Worker`
        in `State`
      - renames `CliResource` to `StreamResource` and moves all logic related
        to it to `cli/ops/io.rs`
      - removes `cli/resources.rs`
      - adds `state` argument to `op_read` and `op_write` and consequently adds
        `stateful_minimal_op` to `State`
      - IMPORTANT NOTE: workers don't have access to process stdio - this is
        caused by fact that dropping worker would close stdout for process
        (because it's constructed from raw handle, which closes underlying file
        descriptor on drop)
      fd62379e
  2. 08 11月, 2019 1 次提交
  3. 07 11月, 2019 1 次提交
  4. 23 10月, 2019 1 次提交
  5. 13 10月, 2019 1 次提交
  6. 12 10月, 2019 1 次提交
  7. 21 9月, 2019 1 次提交
    • R
      dial/listen API change (#3000) · 97bb2bdb
      Ryan Dahl 提交于
      Previously: dial("tcp", "deno.land:80")
      Now: dial({ hostname: "deno.land", port: 80, transport: "tcp" })
      Similarly with listen().
      97bb2bdb
  8. 10 9月, 2019 1 次提交
  9. 27 8月, 2019 1 次提交
  10. 26 8月, 2019 1 次提交
  11. 25 8月, 2019 1 次提交
    • R
      Revert json ops (#2814) · 2235dd79
      Ryan Dahl 提交于
      * Revert "port more ops to JSON (#2809)"
      
      This reverts commit 137f3373.
      
      * Revert "port ops to JSON: compiler, errors, fetch, files (#2804)"
      
      This reverts commit 79f82cf1.
      
      * Revert "Port rest of os ops to JSON (#2802)"
      
      This reverts commit 5b2baa5c.
      2235dd79
  12. 24 8月, 2019 1 次提交
  13. 22 8月, 2019 1 次提交
    • R
      Organize dispatch a bit (#2796) · bdc97b39
      Ryan Dahl 提交于
      Just some clean up reorganization around flatbuffer/minimal dispatch
      code. This is prep for adding a JSON dispatcher.
      bdc97b39
  14. 14 8月, 2019 1 次提交