Skip to content

Commit 16ff4b4

Browse files
committed
Added more tests and code cleanups
1 parent ed29686 commit 16ff4b4

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
find . -name "*.dot" -exec dot -Tsvg {} -o {}.svg \;
3030
- name: Generate index.html for examples directory
3131
run: |
32-
find ./target/metair-test -type d -print -exec sh -c 'tree "$0" -H "." -L 1 --noreport --houtro "" --dirsfirst --charset utf-8 -I "index.html" -T "MetaIR Examples" --ignore-case --timefmt "%d-%b-%Y %H:%M" -s -D -o "$0/index.html"' {} \;
32+
find ./target/metair-test -type d -print -exec sh -c 'tree "$0" -H "." -L 1 --noreport --houtro "" --dirsfirst --charset utf-8 -I "index.html" -T "MetaIR Examples" --ignore-case --timefmt "%d-%b-%Y %H:%M" -s -D -o "$0/index.html"' {} \;
3333
- uses: JamesIves/github-pages-deploy-action@3.7.1
3434
with:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,13 @@ Generated IR (raw and unoptimized):
6969

7070
![IRExample New Instance Creation](https://mirkosertic.github.io/MetaIR/de.mirkosertic.metair.ir.examples.NewInstanceTest/newInstance/ir.dot.svg)
7171

72-
TODO: Add links to examples repository
72+
A full set of examples can be found in the [MetaIR Test Suite](https://mirkosertic.github.io/MetaIR/). Each directory corresponds
73+
to a single testcase, and you will find the Class-File API Debug YAML and the
74+
generated IR (raw and unoptimized) as well in dot(graphviz) notation and as SVG images.
7375

74-
## JVM instructions not yet implemented
76+
## JVM instructions not implemented
7577

76-
> 🚧 Under development.
78+
> 🚧 These instructions are discontinued and will be removed in the future, so MetaIR will not support them for now.
7779
7880
/**
7981
* (Discontinued) Jump subroutine; last used in major version {@value

0 commit comments

Comments
 (0)