You should be using 0.20.0 not 0.21.0
toggle quoted message
Show quoted text
Hi, I've got some other error after install ponyc0.21.. . It is really the problem with the pony version
Error:
/home/farzana/wallaroo-tutorial/wallaroo/machida/machida.pony:964:5: match is exhaustive, the else clause is unreachable
??? match KafkaSourceConfigFactory(topic, brokers, log_level, out)
??? ^
??? Info:
??? /home/farzana/wallaroo-tutorial/wallaroo/machida/machida.pony:971:7: unreachable code
????????? error
????????? ^
Error:
/home/farzana/wallaroo-tutorial/wallaroo/machida/machida.pony:1045:5: match is exhaustive, the else clause is unreachable
??? match KafkaSinkConfigFactory(topic, brokers, log_level, max_produce_buffer_ms, max_message_size, out)
??? ^
??? Info:
??? /home/farzana/wallaroo-tutorial/wallaroo/machida/machida.pony:1052:7: unreachable code
????????? error
????????? ^
Error:
/home/farzana/wallaroo-tutorial/wallaroo/lib/wallaroo/application.pony:290:24: Cannot cast to subtype
??? _a.add_pipeline(_p as BasicPipeline)
?????????????????????? ^
??? Info:
??? /home/farzana/wallaroo-tutorial/wallaroo/lib/wallaroo/application.pony:290:21: BasicPipeline ref is a subtype of this Expression. 'as' is not needed here.
??????? _a.add_pipeline(_p as BasicPipeline)
??????????????????????? ^
make: *** [/home/farzana/wallaroo-tutorial/wallaroo/machida/build/machida] Error 1