Re: no value returned from function
- Posted by mattlewis (admin) May 22, 2012
- 1060 views
Thomas said...
Commit 504025824dd6 g:/bitbucket/euphoria/include\std\machine.e:137 <0120>:: no value returned from function end function ^ std/machine.e 137 public function poke_long(atom address, object x) poke4( address, x ) end function
Whoops! Thanks for catching that. This was a compatibility function for 4.0 (poke_long is now a built in for 4.1). Fixed now in changeset 39242f3eafca.
ne1uno said...
edit: I don't think all of the low level routines have full coverage yet.
Actually, poke_long is tested, but as a built-in. The 4.0 compatibility version isn't. Those are there to make it possible to build a 4.1 from source using a 4.0 translator.
Matt