Masahiro Ide

Results 6 issues of Masahiro Ide

The following code crashes gperl: ``` perl sub f00 { my $n = shift; return $n + 1; } sub f01 { my $n = shift; return f00($n) + 1;}...

## Motivations: - Onigumo implements token threaded VM but didn't implement direct threaded code yet. - https://github.com/k-takata/Onigmo/issues/51 ## Changes: - Add a pointer field to each bytecode to hold label...

Motivations: - Sometimes a user wants to overwrite project's property (for example, group name) of subprojects but since bom.gradle is evaluated before evaluating gradle scripts under subprojects. As a result,...

Motivations: - When I integrate armeria server with our internal IdP using armeria-saml, sometimes faced some configuration miss on our side. Since current interface of armeria-saml ([ref](https://github.com/line/armeria/blob/armeria-1.26.4/saml/src/main/java/com/linecorp/armeria/server/saml/SamlAssertionConsumerFunction.java#L112)) does not expose...

new feature