galex
11/28/2017, 1:58 PMdevbridie
11/30/2017, 4:47 PMdevbridie
12/01/2017, 11:05 AM// ERROR: Unresolved reference: getOrDefault
, assumedly because getOrDefault was defined in JDK8. How should I deal with this?ilya.gorbunov
12/11/2017, 3:58 AMxdetant
12/15/2017, 10:24 AMyole
12/19/2017, 1:08 PMkevinmost
12/20/2017, 4:06 PMThiago
12/23/2017, 9:02 PMshiraji
12/25/2017, 5:16 PM[removed]
12/28/2017, 3:04 PMravidsrk
12/28/2017, 4:45 PMmarcinmoskala
01/05/2018, 3:52 PMshiraji
01/17/2018, 5:44 PMGregory Golda
01/18/2018, 7:35 PMdsavvinov
01/18/2018, 8:28 PMcompiler/testData
for compiler and in idea/testData
for IDE). Testdata files are essentially kotlin code, with, possibly, some additional markup (e.g. indicating that some diagnostic should be reported here, etc.)
3. Generated runner-classes usually end with "Generated"-suffix, like DiagnosticTestGenerated
. They are very simple themselves and usually consist of a bunch of one-line methods, like doTest(...)
. Most of the test-case logic is implemented in their supertypes, like AbstractDiagnosticTest
4. If you want to add your own test, you can create your testdata, e.g. in compiler/testData
and run pre-defined run configuration from IDEA ("Generate Compiler Tests"). It will automatically discover new testdata and update runner (tip: it is easy to find which runner has been updated by looking at the git diff)
After that, you can create your own test and start stepping through the compiler code. If you will have any further questions, don't hesitate to ask! Cheers! 🙂Gregory Golda
01/19/2018, 2:31 PMGrzegorz Gołda
01/21/2018, 1:05 PMdiesieben07
01/22/2018, 10:59 AMgradlew runIde
on the command line works. So it's some issue with the Gradle import, maybe?devbridie
01/25/2018, 11:09 AMltongues
01/29/2018, 6:18 PMadam-mcneilly
02/02/2018, 4:07 PMh0tk3y
02/06/2018, 5:16 PMraulraja
02/07/2018, 9:48 PMProtobuf.Function
has an override
modifier but don't see anything in the flags for that. Any ideas or has anybody else attempted this before?. I'm in the context of processing annotations. Let me know if #kapt is better suited for this. thanks!Eugenio
02/18/2018, 3:31 PMkotlin-build-common-test
Maven repo not kept up to date? I would love to be able to get the various DebugProtoBuf
without having to grab and compile the sources!Grzegorz Gołda
02/18/2018, 11:31 PMmyWritingAllowed = SwingUtilities.isEventDispatchThread()
alllex
02/22/2018, 2:08 PMkotlin.internal.contracts
thing, contents of which is embedded in all standard functions such as run
, apply
, require
, etc. What is it exactly? Where can I read about it?jw
02/24/2018, 3:48 AMJasonB
02/27/2018, 10:44 PMsathawale27
03/15/2018, 2:08 PMGarouDan
03/18/2018, 4:42 PMGarouDan
03/18/2018, 4:42 PMbashor
03/20/2018, 5:34 PM