7 Commits

Author SHA1 Message Date
Alexander Udalov
7fc458a195 Minor, replace double quotes with single quotes
An addition to 0a900d0 (#11)
2019-05-26 13:19:22 +02:00
Francis Agayapong
8a7605a65d Remove the optional IsAvailable function.
The implementation of this function is no different than what syntastic
provides as default.
2016-09-08 13:16:16 +03:00
Francis Agayapong
0949e48529 Update the checker following discussion with @udalov on github.
The changes in this commit are as a result of recommendations made by
github/udalov on here: https://github.com/udalov/kotlin-vim/pull/4
2016-09-08 13:16:16 +03:00
Francis Agayapong
c1ad578f2a Initialize fname to an empty string before checking for sourcepath to prevent undefined variable errors when sourcepath is empty 2016-09-08 13:16:16 +03:00
Francis Agayapong
a2edf43cac Add option for sourcepath in the config file
Previously the checker passed only the current buffer as input to the
kotlin compiler, everything else was passed as classpath. This meant
an access to an internal program element (function, type, variable, etc)
was reported as error. This commit adds a sourcepath option that will be
passed to the compiler during a check.
2016-09-08 13:16:16 +03:00
Francis Agayapong
079deebe41 Change the name of the classpath variable in the syntastic checker
The syntastic checker uses a name for the classpath variable that is
different from what is produced by the gradle plugin. This resulted in
the classpath not being read from the generated configuration file (from
gradle)
2016-09-08 13:16:16 +03:00
Francis Agayapong
38e5e6c7a4 Add a syntastic checker for the kotlin filetype 2016-09-08 13:14:56 +03:00