-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0146ce4
commit e1e9e9f
Showing
2 changed files
with
171 additions
and
0 deletions.
There are no files selected for viewing
73 changes: 73 additions & 0 deletions
73
...rc/test/resources/org/eolang/maven/packs/pre/converts-to-java-with-arrays-and-scopes.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
# Current test shows optimization and transpilation chain for simple program. | ||
# The aim of this test is to check that entire pipeline with | ||
# synthetic-referenses.xsl transformation works as expected without creating | ||
# any warnings or errors. | ||
# Pay attention to synthetic-references.xsl and to-java.xsl transformations. | ||
xsls: | ||
- /org/eolang/parser/errors/not-empty-atoms.xsl | ||
- /org/eolang/parser/critical-errors/duplicate-names.xsl | ||
- /org/eolang/parser/errors/many-free-attributes.xsl | ||
- /org/eolang/parser/errors/broken-aliases.xsl | ||
- /org/eolang/parser/errors/duplicate-aliases.xsl | ||
- /org/eolang/parser/errors/global-nonames.xsl | ||
- /org/eolang/parser/errors/same-line-names.xsl | ||
- /org/eolang/parser/errors/self-naming.xsl | ||
- /org/eolang/parser/cti/cti-adds-errors.xsl | ||
- /org/eolang/parser/add-refs.xsl | ||
- /org/eolang/parser/wrap-method-calls.xsl | ||
- /org/eolang/parser/expand-qqs.xsl | ||
- /org/eolang/parser/add-probes.xsl | ||
- /org/eolang/parser/vars-float-up.xsl | ||
- /org/eolang/parser/add-refs.xsl | ||
- /org/eolang/parser/warnings/unsorted-metas.xsl | ||
- /org/eolang/parser/warnings/incorrect-architect.xsl | ||
- /org/eolang/parser/warnings/incorrect-home.xsl | ||
- /org/eolang/parser/warnings/incorrect-version.xsl | ||
- /org/eolang/parser/expand-aliases.xsl | ||
- /org/eolang/parser/resolve-aliases.xsl | ||
- /org/eolang/parser/synthetic-references.xsl | ||
- /org/eolang/parser/add-default-package.xsl | ||
- /org/eolang/parser/errors/broken-refs.xsl | ||
- /org/eolang/parser/errors/unknown-names.xsl | ||
- /org/eolang/parser/errors/noname-attributes.xsl | ||
- /org/eolang/parser/critical-errors/duplicate-names.xsl | ||
- /org/eolang/parser/warnings/duplicate-metas.xsl | ||
- /org/eolang/parser/warnings/mandatory-package-meta.xsl | ||
- /org/eolang/parser/warnings/mandatory-home-meta.xsl | ||
- /org/eolang/parser/warnings/mandatory-version-meta.xsl | ||
- /org/eolang/parser/warnings/correct-package-meta.xsl | ||
- /org/eolang/parser/errors/unused-aliases.xsl | ||
- /org/eolang/parser/errors/data-objects.xsl | ||
- /org/eolang/parser/warnings/unit-test-without-phi.xsl | ||
- /org/eolang/parser/set-locators.xsl | ||
- /org/eolang/parser/optimize/globals-to-abstracts.xsl | ||
- /org/eolang/parser/optimize/remove-refs.xsl | ||
- /org/eolang/parser/optimize/abstracts-float-up.xsl | ||
- /org/eolang/parser/optimize/remove-levels.xsl | ||
- /org/eolang/parser/add-refs.xsl | ||
- /org/eolang/maven/pre/classes.xsl | ||
- /org/eolang/maven/pre/package.xsl | ||
- /org/eolang/maven/pre/tests.xsl | ||
- /org/eolang/maven/pre/rename-tests-inners.xsl | ||
- /org/eolang/maven/pre/attrs.xsl | ||
- /org/eolang/maven/pre/varargs.xsl | ||
- /org/eolang/maven/pre/data.xsl | ||
- /org/eolang/maven/pre/to-java.xsl | ||
# @todo #2126:90min Found more than one target of object at the line. | ||
# Processing terminated by xsl:message at line 358 in to-java.xsl | ||
# When we fix the problem, we have to enable the following test. | ||
skip: true | ||
tests: | ||
- /program/errors[count(*)=0] | ||
eo: | | ||
+architect [email protected] | ||
+home https://github.com/objectionary/eo | ||
+tests | ||
+package org.eolang | ||
+version 0.0.0 | ||
[] > main | ||
* 0 (* 1 2) > arr | ||
eq > @ | ||
* ((arr.at 1).at 1) | ||
* 2 |
98 changes: 98 additions & 0 deletions
98
...ser/src/test/resources/org/eolang/parser/packs/optimize/redundant-levels-with-arrays.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
xsls: | ||
- /org/eolang/parser/wrap-method-calls.xsl | ||
- /org/eolang/parser/synthetic-references.xsl | ||
- /org/eolang/parser/optimize/abstracts-float-up.xsl | ||
- /org/eolang/parser/optimize/remove-levels.xsl | ||
tests: | ||
- /program/errors[count(*)=0] | ||
# 'main' object | ||
- //o[@name='main'] | ||
- //o[@name='main']/o[@base='sibling' and @name='@'] | ||
- //o[@name='main']/o[@base='.eq' and @name='sibling'] | ||
- //o[@name='main']/o[@base='.eq' and @name='sibling']/o[@base='main$t1$first' and @name='first' and count(o)=0] | ||
- //o[@name='main']/o[@base='.eq' and @name='sibling']/o[@base='main$t1$second' and @name='second' and count(o)=0] | ||
# 'main$t1$first' object | ||
- //o[@name='main$t1$first' and count(o)=1] | ||
- //o[@name='main$t1$first']/o[@base='int' and @name='@'] | ||
# 'main$t1$second' object | ||
- //o[@name='main$t1$second' and count(o)=1] | ||
- //o[@name='main$t1$second']/o[@base='int' and @name='@'] | ||
# Currently the test converts the code from the snippet to: | ||
# Without synthetic references: | ||
# ____ | ||
# [] > main | ||
# tuple > arr | ||
# 0 | ||
# tuple | ||
# 1 | ||
# 2 | ||
# eq > @ | ||
# tuple | ||
# arr | ||
# .at | ||
# 1 | ||
# .at | ||
# 1 | ||
# tuple | ||
# 2 | ||
# ____ | ||
# With synthetic references: | ||
# ____ | ||
# [] > main | ||
# tuple > arr | ||
# 0 | ||
# main$t0$generated-scope-a5d6690a-1b51-4872-96f8-f4347eed3128 > generated-scope-a5d6690a-1b51-4872-96f8-f4347eed3128 | ||
# eq > @ | ||
# tuple | ||
# arr | ||
# .at | ||
# 1 | ||
# .at | ||
# 1 | ||
# tuple | ||
# 2 | ||
# | ||
# [] > main$t0$generated-scope-a5d6690a-1b51-4872-96f8-f4347eed3128 | ||
# tuple > org.eolang.scope-a5d6690a-1b51-4872-96f8-f4347eed3128 | ||
# 1 | ||
# 2 | ||
# org.eolang.scope-a5d6690a-1b51-4872-96f8-f4347eed3128 > @ | ||
# ____ | ||
# With WRAPPED METHOD CALLS and synthetic references | ||
# ____ | ||
# [] > main | ||
# tuple > arr | ||
# 0 | ||
# constant-array | ||
# eq > @ | ||
# tuple | ||
# second | ||
# arr | ||
# tuple | ||
# 2 | ||
# | ||
# [] > constant-array | ||
# tuple > local-element | ||
# 1 | ||
# 2 | ||
# local-element > @ | ||
# | ||
# [arr] > second | ||
# .at > local-element | ||
# first | ||
# arr | ||
# 1 | ||
# local-element > @ | ||
# | ||
# [arr] > first | ||
# .at > local-element | ||
# arr | ||
# 1 | ||
# local-element > @ | ||
# ____ | ||
eo: | | ||
[] > main | ||
* 0 (* 1 2) > arr | ||
eq > @ | ||
* ((arr.at 1).at 1) | ||
* 2 |