Skip to content

Conversation

@NikkyAI
Copy link
Contributor

@NikkyAI NikkyAI commented Feb 1, 2020

so far i fixed up test names with @JsName this works, testnames are still reported with spaces, but it is a pain to write a extra line

test tasks allTests, jsBrowserTest have to be started with CHROME_BIN env variable set

test failures mentioned here still exist: #3 (comment)

@NikkyAI NikkyAI force-pushed the feature/multi-platform branch 2 times, most recently from 0635935 to 3daad95 Compare February 3, 2020 09:40
@@ -1 +1 @@
rootProject.name = "ksvg"
//rootProject.name = "ksvg"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did the project name need to be removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is by accident.. it is integrated into a bigger project on my end

href = "#circle1"
}
}
// FileWriter("/tmp/circlesDiagonal.svg").use {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without this "file test" actually writing a file, which I understand it can't in JS, what is being "tested". Is there an assertion we could make on the results?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wanted to change this into document.getElementById or html-dsl code

}
}

// FileWriter("/tmp/codeMonkey.svg").use {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Again

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is obviously not working because such a thing does not exist on js
and i wanted to keep it around as a comment to remind me to replace this

@NikkyAI NikkyAI force-pushed the feature/multi-platform branch from e1fdc2d to 41c9ef9 Compare February 13, 2020 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants