You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
Hi, this took me a while to pin down the issue as every try to extract the problem into some small test module from the project, was not invoking the issue. In Eclipse (Eclipse Java EE IDE for Web Developers. Version: Oxygen.1a Release (4.7.1a) Build id: 20171005-1200), the issue sometimes was visible in problems windows, on other times not. I was able to run unit tests, from separate module, so it had to build and import affected module and sometimes it was succesfull. This is strange and not appear on every occasion.
Interface defines API of generic conversion between types. As can be seen ResultType is defaulted to Type<Result>, so it should be inferred in implementations .
I also saw something like this in one of compilation requests from terminal. I'm not sure if this is related but it is trying to compile KeyToValueMappingResolverTest.ceylon which is one of class from my test module.
Hi, this took me a while to pin down the issue as every try to extract the problem into some small test module from the project, was not invoking the issue. In Eclipse (
Eclipse Java EE IDE for Web Developers. Version: Oxygen.1a Release (4.7.1a) Build id: 20171005-1200)
, the issue sometimes was visible in problems windows, on other times not. I was able to run unit tests, from separate module, so it had to build and import affected module and sometimes it was succesfull. This is strange and not appear on every occasion.I have an interface which is defined as
Interface defines API of generic conversion between types. As can be seen
ResultType
is defaulted toType<Result>
, so it should be inferred in implementations .An example implementation (dummy)
When i put definition of interface and implementation in one file, module compiles fine, but when it is in separate files i get a compilation error
ceylon version 1.3.3 0d594b3 (Contents May Differ)
If dummy is implemented like
It compiles fine, should this be that way ?
I also saw something like this in one of compilation requests from terminal. I'm not sure if this is related but it is trying to compile
KeyToValueMappingResolverTest.ceylon
which is one of class from my test module.The text was updated successfully, but these errors were encountered: