ikaros-project / ikaros

An open infrastructure for system level brain modeling
GNU Affero General Public License v3.0
23 stars 23 forks source link

If ikc file does not exist ikaros crashes. #82

Closed birgerjohansson closed 5 years ago

birgerjohansson commented 5 years ago

Including b.ikc (with a non existing b.ikc) in a.ikc gives segmentation fault. Should give a warning. "b.ikc does not exist"

ikaros-project commented 5 years ago

include with <?include?> or ?

birgerjohansson commented 5 years ago

Replicate it by changing <?include file="included_file_1.ikc" ?> to <?include file="included_file_1_haha_just_kidding.does.not.exist.ikc" ?> in ikaros/Examples/ikc-Features/include.ikc

ikaros-project commented 5 years ago

Massive exception handling coming...