Haytham Elganiny

Results 6 issues of Haytham Elganiny

## The Problem ```raku class C { method add($x) { $!x += $x }; has int $.x }.new.add(1) # Cannot assign to an immutable value␤ in method add at line...

tests committed
codegen
Fixed in RakuAST

## The Problem Getting this error when using a module: `Serialization Error: missing static code ref for closure '' (gen/moar/World.nqp:2595)` ## Steps to Reproduce 1- Install `Pop` distribution (Have seen...

## The problem It is not clear from `qqx` examples that it can be used to execute arbitrary code if the user did not take the necessary precautions to prevent...

Testing the module on windows by running this simple script: ```raku use LibCurl::Easy; print LibCurl::Easy.new(URL => 'http://google.com').perform.content; ``` produces the below error: ``` Failed writing received data to disk/application in...

When building a specific commit like below: `rakubrew build moar c742f32c17bdc64f8f8e4928f88dfb50832afc47` I think it would be nice to be able to give it a name that one can remember when...

## The Problem `my @a = ; sub run { my $v = @a.first; loop { say $v; $v = @a[++$ mod 2]; LAST {} } }; run` also: ```...

tests committed
phasers
Fixed in RakuAST