changed new() API: only pass elems
commit15435f1ef7a5192754032cf28930d7630abe9bed
authorJérôme Quelin <jquelin@gmail.com>
Thu, 10 Jan 2008 19:41:19 +0000 (10 20:41 +0100)
committerJérôme Quelin <jquelin@gmail.com>
Thu, 10 Jan 2008 19:41:19 +0000 (10 20:41 +0100)
treed34a16437ebc69d3d13cad16db4c418233c5ebd9
parent91726264caf701336858385e897a3935d4a06ceb
changed new() API: only pass elems

dims is indeed calculated.
 - before: LBV->new(2,1,3);
 - after:  LBV->new(1,3);

this change aligns LBV's API on PDL
36 files changed:
lib/Language/Befunge/IP.pm
lib/Language/Befunge/LaheySpace.pm
lib/Language/Befunge/LaheySpace/Generic.pm
lib/Language/Befunge/Vector.pm
t/1-classes/ip.t
t/1-classes/vector.t
t/2-ops/block_close.t
t/2-ops/block_open.t
t/2-ops/decis_cmp.t
t/2-ops/decis_horiz_if.t
t/2-ops/decis_vert_if.t
t/2-ops/dir_go_away.t
t/2-ops/dir_go_east.t
t/2-ops/dir_go_high.t
t/2-ops/dir_go_low.t
t/2-ops/dir_go_north.t
t/2-ops/dir_go_south.t
t/2-ops/dir_go_west.t
t/2-ops/dir_reverse.t
t/2-ops/dir_set_delta.t
t/2-ops/dir_turn_left.t
t/2-ops/dir_turn_right.t
t/2-ops/flow_comments.t
t/2-ops/flow_jump_to.t
t/2-ops/flow_kill_thread.t
t/2-ops/flow_no_op.t
t/2-ops/flow_quit.t
t/2-ops/flow_repeat.t
t/2-ops/flow_space.t
t/2-ops/flow_trampoline.t
t/2-ops/num_push_number.t
t/2-ops/str_fetch_char.t
t/2-ops/str_store_char.t
t/3-lahey/generic.t
t/3-lahey/lahey.t
t/5-befunge/a-stdio.t