Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Testing.md #1

Open
wants to merge 60 commits into
base: master
Choose a base branch
from
Open

Create Testing.md #1

wants to merge 60 commits into from

Commits on May 2, 2020

  1. Added sizes and alignments to WASI docs (WebAssembly#268)

    * Added sizes and alignments to WASI docs
    
    * Fixed formatting
    
    * Made requested changes
    
    * Fixed whitespace issues
    
    * Fixed up whitespace one last time
    torch2424 committed May 2, 2020
    Configuration menu
    Copy the full SHA
    7e56336 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Configuration menu
    Copy the full SHA
    d6eec86 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. Add some agenda topics. (WebAssembly#271)

    - New proposal process updates.
     - witx planning
     - Update on the module-types linking proposal.
    sunfishcode committed May 7, 2020
    Configuration menu
    Copy the full SHA
    68ef365 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Fix links to dirent struct in fd_readdir description (WebAssembly#274)

    This commit fixes links in `fd_readdir` description/docs which were
    using an outdated (now invalid) ref syntax when referencing `dirent`
    struct.
    
    The changes apply to docs only and only to `wasi_unstable` and
    `wasi_snapshot_preview1` snapshots. The `wasi_ephemeral` has properly
    referenced links.
    kubkon committed May 11, 2020
    Configuration menu
    Copy the full SHA
    b827aa0 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Document why there is no path_filestat_set_size (WebAssembly#180)

    * Document why there is no path_filestat_set_size
    
    * Address review feedback.
    
    * Rephrase the rationale
    marmistrz committed May 13, 2020
    Configuration menu
    Copy the full SHA
    8d06ed0 View commit details
    Browse the repository at this point in the history
  2. Fix link to event struct (WebAssembly#275)

    This commit fixes an outdated ref syntax when referencing back to
    `event` struct.
    kubkon committed May 13, 2020
    Configuration menu
    Copy the full SHA
    2627acd View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. Configuration menu
    Copy the full SHA
    8125353 View commit details
    Browse the repository at this point in the history
  2. Document atomicity of write and pwrite, and technical fix about P…

    …OSIX (WebAssembly#257)
    
    * Techinically speaking, preadv and pwritev are not in POSIX.
    
    Ref: https://pubs.opengroup.org/onlinepubs/9699919799/idx/ip.html
    
    * Document about atomicity of `write` and `pwrite`
    
    Related thread of ZULIP: https://bytecodealliance.zulipchat.com/#narrow/stream/219900-wasi/topic/Why.20is.20.60iovecs.60.20an.20array.20of.20strings.3F
    
    The thread refers atomicity of `read`, but I couldn't make a good expression
    for the atomicity of `read`.
    So I add document only in `write` and `pwrite`.
    
    * Limit the scope of atomicity
    
    The related POSIX document refers only to threads. https://pubs.opengroup.org/onlinepubs/9699919799/functions/V2_chap02.html#tag_15_09_07
    
    So the atomicity is limited in the process
    
    * Fix test
    
    * Fix after review
    
    WebAssembly#257 (comment)
    
    The atomicity is guaranteed only for regular files or symbolic links (only symbolic links for a regular files, right?)
    
    Delete expressions indicating 'all or nothing' to reflect the actual behavior of POSIX's`write` etc.
    
    * Fix after review
    
    WebAssembly#257 (comment)
    
    Delete the sentences related to 'all data' completely
    
    Don't refer to symlink
    
    * Fix after review
    
    WebAssembly#257 (review)
    igrep committed May 18, 2020
    Configuration menu
    Copy the full SHA
    7408db4 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. Configuration menu
    Copy the full SHA
    de20e79 View commit details
    Browse the repository at this point in the history
  2. Fix: Broken link in DesignPrinciples.md WebAssembly#269 (WebAssembly#278

    )
    
    Perhaps this is a temporary fix. We'll have to update the link again after the design of the module types gets updated.
    igrep committed May 19, 2020
    Configuration menu
    Copy the full SHA
    e910968 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Elaborate on the definitions of commands and reactors. (WebAssembly#282)

    * Elaborate on the definitions of commands and reactors.
    
    This pulls out the parts of WebAssembly#281 which document existing practice.
    
    * Simplify the text about __heap_base and __data_end.
    
    We no longer need to say "applications may export these", but it's still
    useful to say that environments shouldn't access them.
    sunfishcode committed May 29, 2020
    Configuration menu
    Copy the full SHA
    9a1cb4d View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Add an agenda for the 06-04 meeting. (WebAssembly#286)

    Also add the meeting notes for the last few meetings.
    sunfishcode committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    2ccb606 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. witx: Add trait implementations to Id (WebAssembly#287)

    * witx: add AsRef implementation to witx::Id
    
    * witx: add PartialEq implementations for Id
    katie.martin committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    7d1f396 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Fix link in phases/README.md (WebAssembly#284)

    * Fix link in phases/README.md
    
    * Update link to docs/Process
    nasso committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    ecda51c View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. witx crate: bump dep version, crate version (WebAssembly#291)

    * witx: update wast dependency to 20.0.0
    
    * bump witx crate version to 0.8.6
    Pat Hickey committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    4fa4f4a View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Configuration menu
    Copy the full SHA
    2dc4ed7 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. Improve spelling (WebAssembly#295)

    PTrottier committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    ceaad06 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Configuration menu
    Copy the full SHA
    63fa3d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38d4a62 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Configuration menu
    Copy the full SHA
    356b3a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. Fix typo (WebAssembly#308)

    abrown committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    6b34a6f View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. latest wast in witx (WebAssembly#311)

    * witx: bump wast dependency to 22.0.0
    
    * witx: bump crate version to 0.8.7
    Pat Hickey committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    71f0425 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Configuration menu
    Copy the full SHA
    c237580 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Configuration menu
    Copy the full SHA
    c75c158 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Configuration menu
    Copy the full SHA
    429a060 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Configuration menu
    Copy the full SHA
    77540eb View commit details
    Browse the repository at this point in the history
  2. CI: use $GITHUB_PATH rather than add-path

    In accordance with this advisory it's recommended we move to a
    different scheme of setting env vars and updating PATH:
    
    https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
    pchickey authored and sunfishcode committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    11b37c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Configuration menu
    Copy the full SHA
    63f92d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Configuration menu
    Copy the full SHA
    60931e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Configuration menu
    Copy the full SHA
    a96dfe9 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Update WASI-10-22.md

    abrown authored and sunfishcode committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    4a562db View commit details
    Browse the repository at this point in the history
  2. Fix typo in open param name

    vapier authored and sunfishcode committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    a206794 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Fix links for existing proposals

    This fixes the Markdown links so at least they display correctly. However, there are several link issues:
     - https://github.com/WebAssembly/wasi-misc does not exist
     - https://github.com/WebAssembly/wasi-io does not exist
     - https://github.com/WebAssembly/wasi-classic-command may not be the correct link for wasi-command-line
     - https://github.com/proxy-wasm/spec is the correct link for this project but is not a repo containing WITX
    abrown authored and sunfishcode committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    b453eca View commit details
    Browse the repository at this point in the history
  2. Add wasi-nn proposal

    abrown authored and sunfishcode committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    ca5701b View commit details
    Browse the repository at this point in the history
  3. Alphabetize proposal links

    abrown authored and sunfishcode committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    a7927c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5b12ef View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Configuration menu
    Copy the full SHA
    a558a2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acbbc81 View commit details
    Browse the repository at this point in the history
  3. Add an agenda item for a presentation on character encodings. (WebAss…

    …embly#339)
    
    There are several discussions going about character encodings and
    strings across different forums. This presentation will summarize
    the current conversations and discuss the high-level pros and cons
    of various options being discussed.
    sunfishcode committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    791d649 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Configuration menu
    Copy the full SHA
    7baa0e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfb68a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Configuration menu
    Copy the full SHA
    ea16476 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e65cec View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Create documentation landing page

    As discussed in WebAssembly#329 (comment), this change creates a landing page explaining roughly what you get in each of the documentation pages and moves the helpful links from the main README to this page.
    abrown authored and sunfishcode committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    5db774e View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Configuration menu
    Copy the full SHA
    ab547c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Add an agenda for the 11-19 meeting.

    This updates the agenda from 11-05 which didn't happen due to meeting
    logistics, and adds another link for the case insensitivity discussion.
    sunfishcode committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    96c8f8a View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2020

  1. Configuration menu
    Copy the full SHA
    84f332a View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Configuration menu
    Copy the full SHA
    8b0c829 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52cb4fe View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. witx: remove supertypes from the handle type (WebAssembly#358)

    the idea here was to enable handles to have a subtyping hierarchy,
    but this isnt compatible with wasm extern refs and we never used it
    anywhere, so its safe to delete all this code.
    Pat Hickey committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    fa7c8f5 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Configuration menu
    Copy the full SHA
    4cd609b View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Configuration menu
    Copy the full SHA
    4dfe8ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8f40fa View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Configuration menu
    Copy the full SHA
    7256722 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Add DOI link to README

    linclark committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    f2c83ea View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Configuration menu
    Copy the full SHA
    cbfa8b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. Add the (@WitX noreturn) annotation to proc_exit (WebAssembly#371)

    * Add the `(@WitX noreturn)` annotation to proc_exit
    
    The noreturn annotation was invented solely for the sake of proc_exit,
    but we never actually used it in the spec documents.
    
    This annotation sets the `noreturn` bit in the `InterfaceFunc` struct.
    Downstream tools are free to do with that bit what they will.
    
    * bugfix: witx rendering
    
    * bnump witx version to 0.8.8
    Pat Hickey committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    8deb71d View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Reorganize the directory structure to better support proposals.

    Following the organization sketched out here:
    
    WebAssembly#360
    
    This PR adds several new directories and starts a work-in-progress
    make-snapshot.sh script for creating snapshots.
    
    The `phases` directory is not yet removed; that can happen once
    we've transitioned everything to the new organization.
    sunfishcode committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    a333ebe View commit details
    Browse the repository at this point in the history
  2. Remove repos.

    sunfishcode committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    ab893a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Create Testing.md

    caspervonb committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    99ebb2a View commit details
    Browse the repository at this point in the history