|
|
|
@25608
|
[25608]
|
4 years |
tokuhirom |
Tagging version '0.01_01' using shipit.
|
|
|
|
@25607
|
[25607]
|
4 years |
tokuhirom |
Checking in changes prior to tagging of version 0.01_01. Changelog diff …
|
|
|
|
@25600
|
[25600]
|
4 years |
tokuhirom |
use constants
|
|
|
|
@25599
|
[25599]
|
4 years |
tokuhirom |
oops
|
|
|
|
@25598
|
[25598]
|
4 years |
tokuhirom |
use constants
|
|
|
|
@25597
|
[25597]
|
4 years |
yappo |
add SHIKA_DEBUG (< gfx> sub (){ 0 }とかだとコンパイル時に展開されるよ!)
|
|
|
|
@25596
|
[25596]
|
4 years |
tokuhirom |
use SHIKA_DEBUG instead of SHIKA
|
|
|
|
@25595
|
[25595]
|
4 years |
yappo |
add Shika::DEVEL_MODE
|
|
|
|
@25594
|
[25594]
|
4 years |
daisuke |
verbosity, good. hmm
|
|
|
|
@25593
|
[25593]
|
4 years |
tokuhirom |
SHIKA_DEVEL is better
|
|
|
|
@25592
|
[25592]
|
4 years |
tokuhirom |
display error message when $ENV{DEBUG} is set.
|
|
|
|
@25591
|
[25591]
|
4 years |
daisuke |
こういうこと?
|
|
|
|
@25590
|
[25590]
|
4 years |
tokuhirom |
use Carp::confess instead of die
|
|
|
|
@25589
|
[25589]
|
4 years |
daisuke |
s/note/diag/g
|
|
|
|
@25588
|
[25588]
|
4 years |
daisuke |
まだコミットしてない感じ?
|
|
|
|
@25587
|
[25587]
|
4 years |
tokuhirom |
check undefined parameter
|
|
|
|
@25586
|
[25586]
|
4 years |
yappo |
tidy
|
|
|
|
@25585
|
[25585]
|
4 years |
daisuke |
時々自分がどのPerlでどのバージョン動かしてるかわかんなくなるから、note() で出力
|
|
|
|
@25584
|
[25584]
|
4 years |
tokuhirom |
remove exists
|
|
|
|
@25583
|
[25583]
|
4 years |
tokuhirom |
update manifest
|
|
|
|
@25582
|
[25582]
|
4 years |
gfx |
add XSLoader
|
|
|
|
@25581
|
[25581]
|
4 years |
tokuhirom |
performance tuning
|
|
|
|
@25580
|
[25580]
|
4 years |
yappo |
fixed warning: initialization makes pointer from integer without a cast
|
|
|
|
@25579
|
[25579]
|
4 years |
tokuhirom |
performance tuning
|
|
|
|
@25578
|
[25578]
|
4 years |
daisuke |
ppport.h
|
|
|
|
@25573
|
[25573]
|
4 years |
yappo |
add hash plus's test
|
|
|
|
@25572
|
[25572]
|
4 years |
tokuhirom |
updated todo list
|
|
|
|
@25571
|
[25571]
|
4 years |
gfx |
_new() and _DESTROY()
|
|
|
|
@25569
|
[25569]
|
4 years |
tokuhirom |
no warnings 'redefine' is required for support has '+foo' ();
|
|
|
|
@25567
|
[25567]
|
4 years |
tokuhirom |
added has '+foo' support
|
|
|
|
@25561
|
[25561]
|
4 years |
tokuhirom |
set multiple method modifier at once
|
|
|
|
@25560
|
[25560]
|
4 years |
yappo |
@DEFAULT_TYPES はもういらない
|
|
|
|
@25558
|
[25558]
|
4 years |
yappo |
$SUBTYPE と $COERCE のスコープを狭めるよ
|
|
|
|
@25554
|
[25554]
|
4 years |
tokuhirom |
added docs
|
|
|
|
@25551
|
[25551]
|
4 years |
tokuhirom |
don't export as
|
|
|
|
@25550
|
[25550]
|
4 years |
tokuhirom |
s/SHIKA_DEBUG/SHIKA_DEVEL/g
|
|
|
|
@25549
|
[25549]
|
4 years |
tokuhirom |
updated docs
|
|
|
|
@25548
|
[25548]
|
4 years |
tokuhirom |
updated docs
|
|
|
|
@25547
|
[25547]
|
4 years |
tokuhirom |
added docs
|
|
|
|
@25545
|
[25545]
|
4 years |
tokuhirom |
added 'as' function
|
|
|
|
@25528
|
[25528]
|
4 years |
yappo |
wrote daiary
|
|
|
|
@25480
|
[25480]
|
4 years |
tokuhirom |
support HASH in Shika::Devel::apply_roles
|
|
|
|
@25479
|
[25479]
|
4 years |
yappo |
fixed bug isa check
|
|
|
|
@25473
|
[25473]
|
4 years |
yappo |
SHIKA_DEBUG で requires のチェックを行う
|
|
|
|
@25463
|
[25463]
|
4 years |
yappo |
role を with した時にちゃんと SUBTYPE/COERCE を引き継ぐ、さっきの壊れてた
|
|
|
|
@25459
|
[25459]
|
4 years |
yappo |
with したときに SUBTYPE/COERCE を継承
|
|
|
|
@25456
|
[25456]
|
4 years |
tokuhirom |
confess++
|
|
|
|
@25453
|
[25453]
|
4 years |
yappo |
require Shika::Util::TypeConstraints?
|
|
|
|
@25451
|
[25451]
|
4 years |
yappo |
use Carp::confess
|
|
|
|
@25450
|
[25450]
|
4 years |
yappo |
add spell
|
|
|
|
@25449
|
[25449]
|
4 years |
yappo |
use croak
|
|
|
|
@25448
|
[25448]
|
4 years |
tokuhirom |
added WARNING
|
|
|
|
@25446
|
[25446]
|
4 years |
yappo |
s/Shika::Devel::TypeConstraints?/Shika::Util::TypeConstraints/
|
|
|
|
@25445
|
[25445]
|
4 years |
yappo |
MooseX::Types もどきを実装
|
|
|
|
@25444
|
[25444]
|
4 years |
yappo |
add role_type
|
|
|
|
@25442
|
[25442]
|
4 years |
yappo |
add class_type
|
|
|
|
@25440
|
[25440]
|
4 years |
yappo |
複数クラスの subtype/coerce 定義は、別々の物としてとりあつかう
|
|
|
|
@25438
|
[25438]
|
4 years |
yappo |
oops
|
|
|
|
@25436
|
[25436]
|
4 years |
yappo |
lazy_build の coerce を動くようにした
|
|
|
|
@25427
|
[25427]
|
4 years |
tokuhirom |
test load_class
|
|
|
|
@25426
|
[25426]
|
4 years |
tokuhirom |
coverage++
|
|
|
|
@25425
|
[25425]
|
4 years |
tokuhirom |
coverage++
|
|
|
|
@25424
|
[25424]
|
4 years |
yappo |
refactoring to coerce
|
|
|
|
@25423
|
[25423]
|
4 years |
tokuhirom |
replace generated code automatically.
|
|
|
|
@25412
|
[25412]
|
4 years |
yappo |
add subtype function
|
|
|
|
@25404
|
[25404]
|
4 years |
yappo |
delete todo
|
|
|
|
@25403
|
[25403]
|
4 years |
yappo |
add method modifiers on Role
|
|
|
|
@25393
|
[25393]
|
4 years |
yappo |
oops
|
|
|
|
@25392
|
[25392]
|
4 years |
yappo |
isa => ' Str | Undef ' support and Undef type bug fix
|
|
|
|
@25391
|
[25391]
|
4 years |
yappo |
add TypeConstraints? , has 'foo' => (isa => x);
|
|
|
|
@25386
|
[25386]
|
4 years |
tokuhirom |
update docs
|
|
|
|
@25290
|
[25290]
|
4 years |
yappo |
add role's method modifiers
|
|
|
|
@25289
|
[25289]
|
4 years |
yappo |
oooops
|
|
|
|
@25286
|
[25286]
|
4 years |
yappo |
afterのあたり方がぎゃくだったお
|
|
|
|
@25269
|
[25269]
|
4 years |
tokuhirom |
added white list
|
|
|
|
@25268
|
[25268]
|
4 years |
tokuhirom |
we don't need sort =)
|
|
|
|
@25267
|
[25267]
|
4 years |
tokuhirom |
'require mro' doesn't needed(reported by gfx++)
|
|
|
|
@25265
|
[25265]
|
4 years |
tokuhirom |
added docs
|
|
|
|
@25257
|
[25257]
|
4 years |
yappo |
add around
|
|
|
|
@25256
|
[25256]
|
4 years |
yappo |
oops
|
|
|
|
@25252
|
[25252]
|
4 years |
yappo |
add more test case
|
|
|
|
@25248
|
[25248]
|
4 years |
tokuhirom |
fixed deps
|
|
|
|
@25219
|
[25219]
|
4 years |
tokuhirom |
updated todo list
|
|
|
|
@25218
|
[25218]
|
4 years |
tokuhirom |
micro optimization
|
|
|
|
@25217
|
[25217]
|
4 years |
tokuhirom |
optimize
|
|
|
|
@25208
|
[25208]
|
4 years |
tokuhirom |
added auto deref feature in copy_functions
|
|
|
|
@25199
|
[25199]
|
4 years |
tokuhirom |
added add_(before|after)method_modifier
|
|
|
|
@25194
|
[25194]
|
4 years |
tokuhirom |
すでに存在するメソッドを上書きしない機能とaliasとの相性がわるくなってたのでなおした
|
|
|
|
@25193
|
[25193]
|
4 years |
mattn |
oops
|
|
|
|
@25192
|
[25192]
|
4 years |
tokuhirom |
added NOTE
|
|
|
|
@25191
|
[25191]
|
4 years |
tokuhirom |
with で alias つかえるようにした
|
|
|
|
@25189
|
[25189]
|
4 years |
mattn |
revert
|
|
|
|
@25188
|
[25188]
|
4 years |
mattn |
before/afterは複数のメソッドも取れる
|
|
|
|
@25187
|
[25187]
|
4 years |
mattn |
fixed MANIFEST.
|
|
|
|
@25186
|
[25186]
|
4 years |
tokuhirom |
add しわすれ
|
|
|
|
@25185
|
[25185]
|
4 years |
tokuhirom |
refactoring
|
|
|
|
@25184
|
[25184]
|
4 years |
tokuhirom |
- added Shika::Role::apply_roles
- added 'with' in Shika::Role
|
|
|
|
@25178
|
[25178]
|
4 years |
tokuhirom |
new の引数に hashref をわたせるようにした
Shika::add_attribute を新設した
has …
|
|
|
|
@25176
|
[25176]
|
4 years |
tokuhirom |
Role をぶちこむときに has も処理してくれ
|
|
|
|
@25175
|
[25175]
|
4 years |
tokuhirom |
added Shika::apply_roles
|
|
|
|