tokiwa-software / fuzion-idioms

Idioms from https://www.programming-idioms.org implemented in the Fuzion language.
Other
3 stars 2 forks source link

idom317 causes jenkins to fai #170

Closed fridis closed 1 day ago

fridis commented 2 days ago

I get this when I run this example

 > ./bin/check_example_jvm.sh webserver/idioms/src/idiom317ex.fz
RUN webserver/idioms/src/idiom317ex.fz 1c1,3
< gwVTD0SEcmDroR8dWvRaON1ULTy3D4lbHY3iVl3NQGVkhrIUwx
---
> W2ztMKerlpb7QvNKXIaaz3lqY4k6fBv9UJ2Iba1jPIAxnYWGWP
> u4krOwuUWYXS9giTiNiUQrrSGVthdbV6hjb9nNLdkpfXpCozl6
> NWWwFf4vJ54mxNdRuIrv8HDvLkoVLv5lWiB7HE46dDo13aQgA3
*** FAILED out on webserver/idioms/src/idiom317ex.fz

There are apparently two problems:

michaellilltokiwa commented 2 days ago

@fridis This is strange since a fixed seed is used with simple_random.

fridis commented 2 days ago

@fridis This is strange since a fixed seed is used with simple_random.

You are right, I missed that. Than, only the expected output needs to be updated.