Conversation
|
Can one of the admins verify this patch? |
| mkdir -p $3 || fail "could not ensure output dir" | ||
| ${IJAR} $1 $2 || fail "ijar failed" | ||
| pushd $3 | ||
| ${JAR} xf $2 || fail "could not extract jar contents" |
There was a problem hiding this comment.
Please just indent with 4 spaces here, too.
There was a problem hiding this comment.
It's showing up as 4 spaces on my side (not a tab).
| inline fun inheritedInlineFun(op: () -> Unit) { op() } | ||
| } | ||
|
|
||
| object ObjectInheritingInline: AbstractClassWithInline() No newline at end of file |
There was a problem hiding this comment.
Please add newline at the end of the file.
| @@ -0,0 +1,3 @@ | |||
| #!/bin/bash -eu | |||
|
|
|||
| kotlinc -module-name inline-cases -d inline-cases.jar InlineCases.kt No newline at end of file | |||
There was a problem hiding this comment.
Please add newline at the end of the file.
updated so the test correctly fails.
fe3044b to
70d453c
Compare
|
@hsyed : Do you have any updates? Do you still want to merge this PR? |
|
@philwo , could you please take another look? |
philwo
left a comment
There was a problem hiding this comment.
Don't know much about Kotlin nor ijar, but this seems like a good addition to the test suite to me.
|
Thanks @philwo for the update! Do you want to import this? |
|
@laszlocsomor Yes, I'll send you a CL. :) |
|
It is ready to merge |
|
@hsyed Sorry for the delay. Philipp needs to make some changes internally so that he can import this PR. |
|
@hsyed I tried to import this PR, but the tests don't pass. I see the following errors. Can you help me figuring out what's wrong? You can see the current version of the code that I tried to check in here: https://bazel-review.googlesource.com/c/bazel/+/44791 (please ignore any diffs in files except third_party/ijar/... - they are unfortunately generated by our importing script and are just a UI issue) |
|
@hsyed Friendly ping - I would love to get this merged. |
|
Hi All, Bazel sheriff is here. What is the status of this? |
|
This isn't in scope any longer. I'll close it. |
Inlining test cases for #4549. The jar also contains the metadata file which needs to be retained
META-INF/inline-cases.kotlin_module