Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Merge reference types repo #120

Merged
merged 694 commits into from
Jun 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
694 commits
Select commit Hold shift + click to select a range
16a91bd
Normative: Read the imports synchronously in WebAssembly.instantiate(…
Ms2ger Mar 13, 2019
2478368
Update index.bs
xtuc Mar 6, 2019
b2fefbd
Update index.bs
xtuc Mar 6, 2019
5ad5fe2
Update index.bs
xtuc Mar 15, 2019
2c9b327
Update index.bs
xtuc Mar 15, 2019
b65f68d
Update index.bs
xtuc Mar 15, 2019
0e1021a
Update index.bs
xtuc Mar 15, 2019
2f5d8e7
Update index.bs
xtuc Mar 15, 2019
d51ec1b
Reject the promise if reading the imports fails.
Ms2ger Mar 18, 2019
4406612
[test] Check for "unreachable" consistently (#992)
binji Mar 28, 2019
1443de9
[interpreter] Fix in JS conversion
rossberg Mar 29, 2019
d9ebd33
[interpreter] Fix JS generator (#34)
rossberg Mar 30, 2019
559a10d
[test] Add test when start function traps (#994)
binji Mar 30, 2019
5ea9d89
[interpreter] Check argument types on invoke
rossberg Mar 30, 2019
ef6678a
Merge remote-tracking branch 'upstream/master'
rossberg Mar 30, 2019
8059cd6
Update instructions.rst (#995)
zoren Mar 30, 2019
726d7ec
[spec/interpreter] Rename elem/data.drop; update README; reorder (#75)
rossberg Mar 30, 2019
c3d5cbc
[spec/interpreter/test] Add table bulk instructions missing from bulk…
rossberg Apr 3, 2019
2a28a92
[test] Add dedicated test for memory.size (#997)
rossberg Apr 4, 2019
40785ff
Increase the table count limit to 100,000
Apr 4, 2019
fcef8d6
[spec] Use `data.drop` instead of `memory.drop`
binji Apr 5, 2019
d346a8f
[spec] Update instruction index (#81)
binji Apr 5, 2019
e27b4ea
[spec] DataCount section, syntax, and validation (#80)
binji Apr 5, 2019
8bc0aa1
Merge remote-tracking branch 'spec/master' into HEAD
binji Apr 9, 2019
3099a7b
[spec] Add paragraph break for more emphasis (#1001)
rossberg Apr 16, 2019
4dce956
[test] Alignment and offset with overlong leb128 (#998)
Honry Apr 16, 2019
864f382
[spec] Simplify datacount side condition (#83)
rossberg Apr 16, 2019
d14d538
[spec] More precise Unicode terminology (#1002)
rossberg Apr 16, 2019
f20b8e9
[spec] Pre/post-conditions and some renamings in embedding interface …
rossberg Apr 18, 2019
1b1d70c
Merge remote-tracking branch 'upstream/master'
rossberg Apr 18, 2019
5ad8059
[spec] Adjust soundness appendix
rossberg Apr 18, 2019
a2d5f93
[spec] Adjust invoke
rossberg Apr 18, 2019
8b3fb37
[spec] Fix latex issue
rossberg Apr 18, 2019
c46d4fa
[spec] Work around Sphinx/Latex issue (#1004)
rossberg Apr 19, 2019
dcbc1c5
Merge remote-tracking branch 'upstream/master'
rossberg Apr 19, 2019
02117e4
[spec] Remove Sphinx/Latex workaround
rossberg Apr 19, 2019
4c97261
[spec] Proper binary format for element segments (#82)
binji Apr 19, 2019
05672b0
[test] Disallow table size overflow
rossberg Apr 20, 2019
09dccac
[spec] Correctly account for subtyping in global/table instances (#39)
rossberg Apr 23, 2019
43898ad
[spec] Fix off-by-one error in table grow size limit (#1005)
rossberg Apr 23, 2019
1fec5c1
Update host bindings proposal links
rossberg Apr 25, 2019
b8f6478
Fix links 2
rossberg Apr 25, 2019
6281d0d
[interpreter] Group digits with '_' when printing numbers (#1006)
rossberg Apr 28, 2019
d6cd997
[interpreter] Forgot commit
rossberg Apr 30, 2019
16b65a2
[interpreter] Eps
rossberg Apr 30, 2019
6172038
[spec] Fix typo (#1011)
Galaxtone May 6, 2019
27799cd
Fix bikeshed build (#1014)
binji May 6, 2019
08fe3e3
[spec] Typo in type table (#1013)
Galaxtone May 7, 2019
ec592be
[spec] Constrain name section ordering (#1012)
rossberg May 7, 2019
5f240d1
[test] More tests for non-minimal LEB128 (#1007)
Honry May 9, 2019
29540ac
[spec/interpreter/test] Avoid lubs and glbs (#43)
rossberg May 11, 2019
022589c
[test] More tests for overlong LEB128 (#1016)
Honry May 13, 2019
6eb26a3
Slight simplifications to text format (#84)
rossberg May 13, 2019
08be05a
Init/copy/fill with offsets at the end of the memory or table (#86)
sunfishcode May 13, 2019
e2e3383
Fix merge conflicts introduced w/ PRs #84 and #86 (#87)
binji May 13, 2019
74dd66b
[spec] Fix ToC of Appendix in w3c version (#1017)
binji May 14, 2019
5baa425
+ Security and Privacy Considerations on Core and JS-API (#1015)
May 14, 2019
263af5a
[spec] Replace URLs with bikeshed biblio refs (#1018)
binji May 14, 2019
e5cf99f
[spec] Fix oversight in elem typing rule
rossberg May 15, 2019
82c9db1
[spec] Formatting nit
rossberg May 15, 2019
bc7d300
[test] More LEB128 tests (#1019)
Honry May 16, 2019
eca021a
[spec] Add memory.fill to exec section (#88)
binji May 16, 2019
39646d1
[spec][js-api] Fix some links (#1020)
binji May 17, 2019
a0e1a7e
[spec] Tweak wording (#966)
rossberg May 17, 2019
9fd0547
[spec] Address feedback on section 4 (#1022)
rossberg May 20, 2019
356886f
[interpreter] Fix edge cases for f32_convert_i64 (#1021)
rossberg May 21, 2019
4e1a093
[travis] Use a different deploy_key
binji May 21, 2019
822039b
Copy bikeshed fix from spec repo
binji May 21, 2019
0f7f930
[test] JS-compatible module name (#45)
gahaas May 23, 2019
c3289d2
[spec] Add element type to passive element segment (#90)
binji May 23, 2019
88cb638
[spec] Fix title underline in valid/modules.rst
binji May 23, 2019
86c7e35
[spec] Adjust binary format of element segments (#46)
gahaas May 27, 2019
b2d34e0
[test] Use more JS-compatible names (#47)
gahaas May 28, 2019
b8faae7
Editorial: Remove links from Number, Object when checking types
littledan May 28, 2019
4bf74f6
[test/interpreter] Rounding edge cases for float literals (#1025)
rossberg May 29, 2019
41747be
Remove extraneous copyright from bikeshed document (#1030)
binji May 30, 2019
a976b82
[spec] Runtime format of element and data segments (#91)
binji May 31, 2019
0ee9e67
[spec] Add memory.init and data.drop for exec (#92)
binji Jun 5, 2019
7940fa4
[test] Fix unintended errors in negative tests (#1034)
Jun 8, 2019
80aea4a
[spec] Use optional data instance, not data address (#93)
binji Jun 8, 2019
8c8f5f1
[interpreter] Fix broken link (#1035)
hjorthjort Jun 19, 2019
b568df7
[test] More inconsistent lengths (#1029)
Honry Jun 19, 2019
024e273
[js-api] Remove incorrect note about object caching. (#1036)
Ms2ger Jun 27, 2019
983df68
[spec] Add `table.init`, `elem.drop` exec text (#95)
binji Jun 28, 2019
d976981
Update overview for the zero-byte OOB case (#100)
binji Jun 28, 2019
666dc4c
[js-api] Use IDL conventions around ambient values. (#1037)
Ms2ger Jun 28, 2019
8c6ea22
[spec] Update text for zero-byte OOB case (#101)
binji Jun 28, 2019
d18ec64
[interp] Don't trap on zero-bytes out-of-bounds (#102)
binji Jun 28, 2019
07c57f1
[interp] Remove overlap check from *.copy instr (#103)
binji Jul 6, 2019
aa596e5
Merge pull request #38 from lars-t-hansen/max_tables
binji Jul 7, 2019
600c524
[spec] Add `table.copy` exec text (#105)
gahaas Jul 11, 2019
fd48080
Polish table.init exec spec (#104)
gahaas Jul 11, 2019
0137a33
[interpreter] Fix typo in comment (#1045)
InDieTasten Jul 19, 2019
1a411f7
[spec] Fix header level (#1047)
rossberg Jul 20, 2019
820bd12
[spec] Add `memory.copy` exec text (#106)
binji Jul 23, 2019
b0c936c
[interpreter] Downgrade to Ocaml 4.02 (#1044)
rossberg Jul 24, 2019
a221f25
[spec] Upgrade to IEEE 754-2019 (#1050)
rossberg Jul 30, 2019
aadc467
Change element segment encoding (#108)
gahaas Aug 1, 2019
ace189a
[spec] Terminology nits (#1053)
rossberg Aug 14, 2019
81c5f27
[interpreter] Make format roundtrips perfect (#1057)
rossberg Aug 15, 2019
ae113ed
[interpreter] Update BS support (#1058)
rossberg Aug 15, 2019
9867945
[interpreter] Tweak target
rossberg Aug 15, 2019
d22a765
[interpreter] Simplify wast.js build
rossberg Aug 16, 2019
1f0d158
Update some links (#52)
chicoxyzzy Aug 21, 2019
c69a117
New element section encoding in the interpreter (#109)
gahaas Aug 23, 2019
1d84e77
[interpreter] Add `assert_exhaustion` to README (#1061)
hjorthjort Sep 11, 2019
076ad5d
[spec] Fix the katex build on Travis. (#1062)
Ms2ger Sep 11, 2019
b7d6dfc
Rewrite definition of error types.
Ms2ger May 17, 2019
f3efeb0
[js-api] Editorial: Clarify the host function algorithms a bit. (#1063)
Ms2ger Sep 11, 2019
352edf4
[js-api] Editorial: Update reference to 'resolve'. (#1065)
Ms2ger Sep 11, 2019
3d87cfa
Adjust element segment encoding to match the bulk-memory proposal (#53)
gahaas Sep 11, 2019
bc81602
[test] Fix the binary.wast test for multi-bytes table indices (#110)
gahaas Sep 12, 2019
d5101bc
[test] Add negative test for ref.func globals (#54)
gahaas Sep 17, 2019
c94f0c1
[spec] Fix float text format (#1069)
rossberg Sep 17, 2019
c1a0415
Fix typo in validation of br_table (#56)
eqrion Sep 21, 2019
92c117d
[test] Don't require the element index in "uninitialized element" tra…
sunfishcode Sep 26, 2019
5e2feee
Fix error in build.py when test compilation fails
eqrion Sep 25, 2019
4eb91f1
[spec] Fix typo (determinsitically) (#1079)
AndrewScheidecker Sep 27, 2019
5e3277c
Add OOPSLA paper
rossberg Sep 30, 2019
b1830ae
Adjust immediate memidx order (#118)
rossberg Oct 4, 2019
f47a675
Segment refactoring (#113)
rossberg Oct 7, 2019
df2a55f
[spec] Specify instantiate (#114)
rossberg Oct 7, 2019
8db23a9
[interpreter] Use small-step semantics (#115)
rossberg Oct 7, 2019
b95f821
Polish text format (#119)
rossberg Oct 7, 2019
4f9ae30
Merge remote-tracking branch 'upstream/master'
rossberg Oct 7, 2019
c7ca01c
[build] Try to reduce output spam from Latex built
rossberg Oct 7, 2019
9aef0c5
[interpreter/test] Update table.init semantics as well (#120)
rossberg Oct 7, 2019
1a12f06
Editorial: Update editor information in JS/Web API specifications.
Ms2ger Oct 8, 2019
c663194
Add tests for multiple start sections (#1092)
AndrewScheidecker Oct 9, 2019
074a6fa
Merge remote-tracking branch 'upstream/master'
rossberg Oct 16, 2019
2a83796
[spec] fix valid tableinst and meminst premises in appendix (#1093)
Huxpro Oct 18, 2019
05db302
Dont expect indices in validation messages either. (#1089)
sunfishcode Oct 20, 2019
4198842
Miscellaneous tests (#1090)
sunfishcode Oct 20, 2019
af825a7
Fix some assert_malformed module tests to ONLY include malformed syntax
AndrewScheidecker Jul 1, 2019
1e05d9b
Fix test expectation (#58)
gahaas Oct 29, 2019
0c67ac0
[test] fix a typo (#1098)
penzn Nov 13, 2019
e66f532
Fix call_indirect immediates
rossberg Nov 14, 2019
be7ce1b
[spec] Bounds check bulk-memory before execution (#123)
eqrion Nov 14, 2019
34a7ebe
Fix layout
rossberg Nov 14, 2019
3c94bdf
[spec] Fix typo (#1099)
paigeruten Nov 15, 2019
f89d298
[interpreter] Cosmetic tweak to return reduction (#1101)
nomeata Nov 16, 2019
24b0882
Merge remote-tracking branch 'upstream/master'
rossberg Nov 19, 2019
303c942
Merge remote-tracking branch 'upstream/master'
rossberg Nov 20, 2019
b2a5c4f
[interpreter] Simplify zero-len and drop semantics (#126)
rossberg Nov 22, 2019
1e29660
[spec] Adapt OOB behaviour in spec; store typing (#129)
rossberg Nov 23, 2019
a86b70a
[test] Long argument lists (#1105)
rianhunter Nov 24, 2019
7923b8b
Fix cross-reference for list/is empty.
Ms2ger Sep 30, 2019
5c250ff
[wasm-js-api-1] Align with Web IDL specification (#1083)
autokagami Nov 29, 2019
2733411
Remove a year from the ECMAScript Language title in normative reference
chicoxyzzy Oct 2, 2019
3e5fdc6
[js-api] Correct 'append' cross-references.
Ms2ger Jun 7, 2019
e3a3c12
[interpreter] Unify assert_result* assertions (#1104)
rossberg Dec 9, 2019
d4bc208
[spec/interpreter/test] Allow nullref type externally (#66)
rossberg Dec 13, 2019
82be3c0
New segment encoding (#130)
lars-t-hansen Dec 16, 2019
a00705b
Delete mentions of copying order in Overview.md (#134)
aheejin Dec 16, 2019
f21eb1d
[interpreter] Typo in help string (#1114)
ggreif Jan 7, 2020
e383b99
Rebase on bulk proposal (#65)
rossberg Jan 10, 2020
fd804cf
Merge remote-tracking branch 'upstream/master' into rebase-master
rossberg Jan 13, 2020
0adbf14
Added media type registration
Dec 21, 2019
97dec20
Travis setup; fix references to spec
binji Jan 15, 2020
3b2489d
[interpreter] Fix import expansion in README (#1117)
dubiousjim Jan 16, 2020
3e32403
Fix various TODOs (#72)
rossberg Jan 16, 2020
64f9837
[spec/interpreter/test] Declarative element segments (#73)
rossberg Jan 16, 2020
2719ec3
[spec] Fix merge artefact
rossberg Jan 16, 2020
11388e7
Add test ensuring data segment index is unsigned (#136)
binji Jan 28, 2020
5c00f4b
[interpreter] Typo in comment (#1120)
ggreif Feb 3, 2020
22ce5e3
[interpreter] Fix ref asserts (#78)
rossberg Feb 3, 2020
fc990e3
[spec] Fix validation context for globals (#77)
rossberg Feb 3, 2020
c9355bf
[spec] Clarify note (#1124)
rossberg Feb 5, 2020
404b7e7
[interpreter/test] Fix validation for `elem.drop` (#137)
fitzgen Feb 6, 2020
a80c804
[js-api] Various editorial improvements.
Ms2ger Feb 4, 2020
80bd75a
[js-api] Use the intended variable to construct the table in the Tabl…
Ms2ger Feb 11, 2020
ba87cd7
[js-api] Bump limit for maximum memory size to 4GiB
jakobkummerow Feb 3, 2020
d258902
[spec/interpreter] Fix missing multi table bulk cases (#80)
rossberg Feb 13, 2020
876fc31
[js-api] Remove redundant [[Values]] slot for Tables.
Ms2ger Feb 12, 2020
42a58e0
[js-api] Generalize the note about imports validation.
Ms2ger Feb 12, 2020
fdcde1d
[spec] Fix negative value nit (#1133)
rossberg Feb 17, 2020
774dd1d
[spec] Typo
rossberg Feb 19, 2020
a1bfe97
[spec] Fix binary immediate order for table/memory.init (#82)
rossberg Feb 24, 2020
5cc5c69
[web-api] Fix the link to the CompileError definition.
Ms2ger Feb 12, 2020
7cfa199
[test] call_indirect with multiple tables (#83)
rossberg Feb 27, 2020
0ff841d
[test] Assert duplicate identifiers are invalid (#1135)
alexcrichton Feb 27, 2020
ffdbb6e
Test that drop instructions work w/on memory/table (#140)
binji Feb 28, 2020
c0e7b84
Allow test compilation on Python 3.6 (#1137)
wingo Mar 6, 2020
f278742
[spec] Fix links to indices in exportdesc text format syntax definiti…
rhysd Mar 16, 2020
f750d21
[interpreter] Don't suppress deprecation warnings
rossberg Mar 19, 2020
4df5e54
Pin bikeshed to version before python3 is required (#1147)
binji Mar 20, 2020
060678f
Change validation error -> malformed in Overview (#143)
binji Mar 23, 2020
d7f0241
Fix {memory,table}.init immediate order (#147)
binji Mar 23, 2020
e84c676
[interpreter] Change error messages to say 'malformed' for binary (#1…
rossberg Mar 23, 2020
2028231
[js-api] Extend with reference types support. (#79)
Ms2ger Mar 24, 2020
1568b35
Generalize test generators for table.copy and table.init to multi-tab…
lars-t-hansen Mar 24, 2020
b338a49
Set travis env to Python 3.7 (#1151)
ngzhian Mar 24, 2020
bb473c1
[test] Get the value of a WebAssembly.Global in JS test_harness
eqrion Mar 23, 2020
d38a84e
Fix python3 incompatibilities in script (#1154)
ngzhian Mar 25, 2020
68a9ef9
Clean up deprecated options, silence warnings. (#1156)
ngzhian Mar 25, 2020
bcb6a41
[spec] Fix typo in rule (#1153)
rossberg Mar 26, 2020
b4637e9
Merge remote-tracking branch 'upstream/master'
sbc100 Mar 26, 2020
f2b62c3
[interpreter/test] Fix table limits (#1160)
rossberg Mar 27, 2020
6a3878e
Upgrade Sphinx to 2.3.0 and fixes to extensions (#1159)
ngzhian Mar 27, 2020
50c96e0
WIP: No longer need to specify sudo (#1161)
ngzhian Mar 27, 2020
e214e45
Upgrade travis environment to Bionic (#1163)
ngzhian Mar 27, 2020
0dcbf3b
[spec] Remove sed commands to change mathjax url (#1164)
ngzhian Mar 30, 2020
9f7b0ae
[spec] Fix TeX maxbuffer option for MathJax (#1167)
ngzhian Mar 30, 2020
37c7c38
Remove unneeded PATH modifications
ngzhian Mar 27, 2020
6d6294f
Extend the HTML and LaTeX translator
ngzhian Mar 28, 2020
30002e7
Merge remote-tracking branch 'upstream/master'
rossberg Apr 2, 2020
9f6a39f
Merge fixups
rossberg Apr 2, 2020
fcf603f
Upgrade to latest Sphinx release (2.4.4) (#1171)
ngzhian Apr 2, 2020
c0f30ca
[test] Update JS harnesses to match interpreter harness (#86)
eqrion Apr 3, 2020
1472bd5
Support 4GB of memory both in initial and max.
kripken Apr 2, 2020
704d9d9
[interpreter] Strictify and specify .bin.wast format (#1173)
rossberg Apr 4, 2020
c8fd933
Merge nontrapping-float-to-int proposal into spec (#1143)
binji Apr 9, 2020
e308ca2
Merge sign-extension-ops proposal into spec (#1144)
binji Apr 9, 2020
484180b
Merge multi-value proposal into spec (#1145)
binji Apr 9, 2020
d0e2a6d
[interpreter] Remove junk in README
rossberg Apr 21, 2020
d61a8ed
[interpreter] Remove junk in README
rossberg Apr 21, 2020
bc753b8
[spec] Fix grammar for fractions (#1178)
rossberg Apr 21, 2020
b07c837
[spec] Add missing i64.extend32_s syntax (#1179)
rossberg Apr 21, 2020
09d15a9
[js-api][web-api] Fix some markup errors.
Ms2ger Apr 16, 2020
cbe59e8
Add a README to the proposals directory.
Ms2ger Apr 28, 2020
d45188d
Add more address overflow tests (#1188)
binji Apr 29, 2020
65a37e1
Add a test for non-treelike behavior of stack (#961)
alexcrichton May 4, 2020
33b61d5
[js-api] Various editorial improvements.
Ms2ger Apr 21, 2020
d0afee8
[js-api] Replace pseudo-ASCII characters by normal ones.
Ms2ger Apr 21, 2020
f4e6f77
[js-api] Improve prose in 'run a host function'.
Ms2ger Apr 21, 2020
c7d3005
[js-api] Improve some of the multi-value prose.
Ms2ger Apr 22, 2020
551e876
Remove subtyping (#87)
rossberg May 7, 2020
b34e34e
Add script to synchronize js-api tests.
Ms2ger May 8, 2020
cc2d59b
Synchronize js-api tests.
Ms2ger May 8, 2020
5567def
Merge upstream (#89)
rossberg May 12, 2020
e56ef21
Adjust readme
rossberg May 12, 2020
c8d58c7
Update test/harness/*_index.js for removing subtyping (#88)
eqrion May 12, 2020
b728bbc
[spec/interpreter/test] Relax ref check to whole module (#90)
rossberg May 13, 2020
37e44c9
Update `ref.null` encoding after subtyping change (#149)
binji May 13, 2020
996ef3f
Merge remote-tracking branch 'upstream/master' into HEAD
binji May 13, 2020
dcfc963
Merge remote-tracking branch 'upstream/master' into HEAD
binji May 13, 2020
66d90a7
Test that partially out of bounds segments don't write to a memory/ta…
fitzgen May 13, 2020
c90e289
Merge remote-tracking branch 'bulk/master' into merge2
rossberg May 14, 2020
0b6f675
Re-add test that fails with a bottom type (#93)
eqrion May 18, 2020
a83b16e
[tests] Delete leftover harness function (#92)
gahaas May 18, 2020
f23154e
[interpreter] Improve error message
rossberg May 19, 2020
8dd9a90
[test] Fix JS harness and binary test (#95)
gahaas May 20, 2020
5bc46bb
[js-api] More subtyping removal. (#96)
Ms2ger May 25, 2020
b4f254b
Add select to Overview
rossberg Jun 5, 2020
f18a4eb
Fix off-by-one in spec
rossberg Jun 9, 2020
6c0beae
Remove type annotation on ref.is_null (#100)
rossberg Jun 10, 2020
b583fad
[interpreter] Hot fix
rossberg Jun 10, 2020
7ab5846
[interpreter] Simplify hot fix
rossberg Jun 10, 2020
da20676
[interpreter] ARgh
rossberg Jun 10, 2020
fa7165b
Merge remote-tracking branch 'reference-types/master'
aheejin Jun 15, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
**/*~
**/*.tmproj
_build
**/*.pyc
**/_build
**/_output
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "document/core/util/katex"]
path = document/core/util/katex
url = https://github.com/KaTeX/KaTeX.git
35 changes: 28 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,32 @@
language: c++
language: python
python:
- "3.7"
dist: bionic

sudo: off
addons:
apt:
sources:
- sourceline: 'deb https://dl.yarnpkg.com/debian/ stable main'
key_url: 'https://dl.yarnpkg.com/debian/pubkey.gpg'
packages:
- ocaml
- ocamlbuild
- texlive-full
- yarn

install: ./interpreter/travis/install-ocaml.sh
install:
- pip install Sphinx==2.4.4
- git clone https://github.com/tabatkins/bikeshed.git
- pip install --editable $PWD/bikeshed
- bikeshed update

script: ./interpreter/travis/build-test.sh
script:
- ./interpreter/meta/travis/build-test.sh
- bash ./document/travis-deploy.sh

os:
- linux
- osx
os: linux

env:
global:
- ENCRYPTION_LABEL: "5d9ec396f41d"
- COMMIT_AUTHOR_EMAIL: "[email protected]"
206 changes: 6 additions & 200 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,202 +1,8 @@
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
Please see the LICENSE file in each top-level directory for the terms applicable to that directory and its relative sub-directories.

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

1. Definitions.

"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.

"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.

"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.

"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.

"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.

"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.

"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).

"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.

"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."

"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.

2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.

3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.

4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:

(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and

(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and

(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and

(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.

You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.

5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.

6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.

7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.

8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.

9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.

END OF TERMS AND CONDITIONS

APPENDIX: How to apply the Apache License to your work.

To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "{}"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright {yyyy} {name of copyright owner}

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
The relevant directories and licenses are:

document/ - W3C Software and Document Notice and License
interpreter/ - Apache License 2.0
test/ - Apache License 2.0
papers/ - Creative Commons Attribution 4.0 International License
Binary file added deploy_key.enc
Binary file not shown.
Loading