Lisi

Results 7 issues of Lisi

In this state timer is running but doesn't not send fire events. All events are collected and will be send as deferred fire when timer state set to running. If...

enhancement

steps to reproduce: ### 1. Code: ```Ceylon shared interface A {} service(`interface A`) shared class C() satisfies A {} shared void run() { print(`module`.findServiceProviders(`A`)); } ``` ### 2. Run everything...

high priority
bug on master
bug on last release

1) Add more categories, now only SDK is available. Possible categories: test, serialization, collection, io, etc. 2) Any published module has to belong to at least a one category. 3)...

Currently, it looks like the summary test results are calculated when test is submitted by the test framework or when test framework guess the test is completed (possibly, without sending...

m-test

If in IDE choose 'Run as Ceylon Java Application' everything is ok. If choose 'Run as Ceylon Test' error is returned: `java.lang.ClassNotFoundException: herd.schedule.chime/0.1.0 from [Module "ceylon.test:1.2.2" from Ceylon ModuleLoader: RootRepositoryManager:...

BUG
m-test

SDK ceylon.json module contains just mutable JSON object / array. But sometimes immutability is prefered. For example, when JSON is passed and stored with some state or options. I would...

m-json

EventBus allows to register consumer which listens only local messages. It may be useful to implement a producer which sends or publishes only to local consumers.