-
ianmcorvidae
genders should be there but I don't think event types are
2015-01-28 02816, 2015
-
ianmcorvidae
(in the in-memory cache I mean)
2015-01-28 02841, 2015
-
bitmap is still using an ancient dbdefs with all that stuff commented out
2015-01-28 02832, 2015
-
bitmap
hm, still not working
2015-01-28 02823, 2015
-
bitmap
maybe better if you see if it works for you so I can conclude it's just a problem with my setup :)
2015-01-28 02832, 2015
-
ianmcorvidae
heh possibly
2015-01-28 02833, 2015
-
ianmcorvidae tries
2015-01-28 02811, 2015
-
ianmcorvidae
interesting, genders are appearing in memcached even though they shouldn't
2015-01-28 02814, 2015
-
ianmcorvidae checks my own config :P
2015-01-28 02813, 2015
-
bitmap
o_O
2015-01-28 02828, 2015
-
ianmcorvidae
adding one worked properly and cleared it in memcached
2015-01-28 02833, 2015
-
ianmcorvidae
not sure why it's in memcached though
2015-01-28 02849, 2015
-
bitmap
something else must be wrong since it's still not showing parent ids on /admin/attributes/Gender after restarting the server and memcached
2015-01-28 02858, 2015
-
ianmcorvidae
and changing works too
2015-01-28 02859, 2015
-
ianmcorvidae
huh
2015-01-28 02801, 2015
-
ianmcorvidae
strange
2015-01-28 02818, 2015
-
ianmcorvidae
other than the in-memory cache apparently not working, it seems to be working for me
2015-01-28 02836, 2015
-
ianmcorvidae
heh, it's not initializing the cache properly perhaps
2015-01-28 02839, 2015
-
bitmap
anyway, I have a commit that makes Data::Role::Attribute use Data::Role::InsertUpdateDelete but I can't really test it 'cause of this :P
2015-01-28 02848, 2015
-
bitmap
2015-01-28 02840, 2015
-
ianmcorvidae
heh
2015-01-28 02858, 2015
-
ianmcorvidae
hm, interesting. when I fix the cache it works worse
2015-01-28 02830, 2015
-
ianmcorvidae
i.e. on first redirect it shows the old value and I have to refresh it
2015-01-28 02808, 2015
-
ianmcorvidae
what happens if you refresh the pages a few times, bitmap?
2015-01-28 02831, 2015
-
bitmap
nothing, parent columns are still blank
2015-01-28 02846, 2015
-
bitmap
I should push these changes though so that we're using the same code
2015-01-28 02833, 2015
-
ianmcorvidae
yeah
2015-01-28 02836, 2015
-
ianmcorvidae
I should do the same I guess, heh
2015-01-28 02809, 2015
-
ianmcorvidae
pushing that now anyway, I see you did something with yours
2015-01-28 02820, 2015
-
ianmcorvidae
yeah, parents aren't showing up at all
2015-01-28 02831, 2015
-
ianmcorvidae
are they mapped in the columns or such?
2015-01-28 02810, 2015
-
bitmap
yeah, they should be
2015-01-28 02819, 2015
-
ianmcorvidae
it looks like you removed all the _columns things though?
2015-01-28 02852, 2015
-
ianmcorvidae
and I don't see a _column_mapping
2015-01-28 02822, 2015
-
bitmap
I removed it where it's identical to what's in Data::Role::Attribute
2015-01-28 02849, 2015
-
ianmcorvidae
ah, right
2015-01-28 02803, 2015
-
ianmcorvidae
it might not replace it from the role though, since Data::Entity provides one, right?
2015-01-28 02804, 2015
-
bitmap
same for _column_mapping
2015-01-28 02812, 2015
-
bitmap
hm
2015-01-28 02819, 2015
-
ianmcorvidae
might check what you actually get from $c->model('Gender')->_column_mapping
2015-01-28 02839, 2015
-
ianmcorvidae
this is why the whole sub delete {} around delete => sub {} thing exists though
2015-01-28 02837, 2015
-
ianmcorvidae
since IIRC a role won't replace a method that's provided on the base already
2015-01-28 02846, 2015
-
MBJenkins
2015-01-28 02847, 2015
-
MBJenkins
* Michael Wiencek: Fix UnconfirmedEmailAddresses whitelist
2015-01-28 02848, 2015
-
MBJenkins
* Michael Wiencek: Make Data::Role::Attribute use Data::Role::InsertUpdateDelete
2015-01-28 02850, 2015
-
ianmcorvidae
why it's selecting the name and child order I'm not sure
2015-01-28 02828, 2015
-
bitmap
it's getting the correct _column_mapping at least
2015-01-28 02845, 2015
-
ianmcorvidae
er
2015-01-28 02849, 2015
-
ianmcorvidae
shouldn't parent_id go into parent_id?
2015-01-28 02824, 2015
-
ianmcorvidae
maybe it's right. hm
2015-01-28 02825, 2015
-
bitmap
shouldn't it match the db column name?
2015-01-28 02853, 2015
-
LordSputnik has left the channel
2015-01-28 02857, 2015
-
ianmcorvidae
well, the DB column name as you're selecting it is parent_id
2015-01-28 02804, 2015
-
ianmcorvidae
given AS
2015-01-28 02826, 2015
-
ianmcorvidae
yeah, look at Data::LinkAttributeType
2015-01-28 02839, 2015
-
ianmcorvidae
you should remove the 'AS parent_id' from _columns I think
2015-01-28 02846, 2015
-
ianmcorvidae
the column mapping always confuses me
2015-01-28 02855, 2015
-
ianmcorvidae
because it's a mapping of where it should end up to where it should come from
2015-01-28 02813, 2015
-
ianmcorvidae
so parent_id => parent means "take the thing that's called 'parent' in _columns and put it into 'parent_id' on the entity"
2015-01-28 02837, 2015
-
LordSputnik joined the channel
2015-01-28 02845, 2015
-
ianmcorvidae
and yup, now they appear
2015-01-28 02848, 2015
-
bitmap
ah
2015-01-28 02849, 2015
-
ianmcorvidae
not sure if it breaks anything else
2015-01-28 02849, 2015
-
bitmap
yeah
2015-01-28 02855, 2015
-
ianmcorvidae
anyway either parent_id => parent_id or remove the AS
2015-01-28 02829, 2015
-
ianmcorvidae
not sure if cache::Memory is still doing something weird, buuuut
2015-01-28 02815, 2015
-
Leo_Verto
BB development going on nicely
2015-01-28 02840, 2015
-
MBJenkins
Ian McEwen: Use the proper cache configuration for the prefix for the :all suffix used by Data::Role::SelectAll
2015-01-28 02850, 2015
-
LordSputnik
ianmcorvidae: do you happen to know when you'll be able to look into MBH-394 / 5?
2015-01-28 02851, 2015
-
mb-chat-logger
2015-01-28 02819, 2015
-
ruaok joined the channel
2015-01-28 02814, 2015
-
LordSputnik
ruaok: hey :)
2015-01-28 02822, 2015
-
ruaok
hey.
2015-01-28 02815, 2015
-
LordSputnik
ruaok: the BookBrainz registration form is working, Leo_Verto has been helping me with some site stuff
2015-01-28 02857, 2015
-
ruaok
nice. :)
2015-01-28 02836, 2015
-
Gentlecat
2015-01-28 02816, 2015
-
ruaok
Gentlecat: we need to work on the machine building stuff first.
2015-01-28 02832, 2015
-
ruaok
today was my first day back in the office and I didn’t really get a chance to connect with alastair
2015-01-28 02837, 2015
-
ruaok is also not feeling so hot.
2015-01-28 02801, 2015
-
ruaok
but, the main problem is that that specification does not come from us. :(
2015-01-28 02823, 2015
-
Gentlecat
what's this machine building stuff?
2015-01-28 02809, 2015
-
ruaok
you know the sets that your program builds?
2015-01-28 02818, 2015
-
ruaok
that is the classifier training stuff.
2015-01-28 02806, 2015
-
ruaok
not super relevant just yet. but I’m hoping to get to play with that very very soon.
2015-01-28 02819, 2015
-
Leo_Verto
definitely sounds interesting
2015-01-28 02832, 2015
-
ruaok
ok, the new mac mini is sorta setup.
2015-01-28 02838, 2015
-
ruaok
now to get some sleep.
2015-01-28 02853, 2015
-
ruaok
but since this sucker only uses 6w at idle, I’m leaving it running. :)
2015-01-28 02854, 2015
-
ruaok
nn
2015-01-28 02823, 2015
-
MBJenkins
* Michael Wiencek: Remove AS parent_id to fix column_mapping issue
2015-01-28 02824, 2015
-
MBJenkins
* Michael Wiencek: Fix {Series,Collection}Type column mapping
2015-01-28 02853, 2015
-
MBJenkins
Yippee, build fixed!
2015-01-28 02854, 2015
-
MBJenkins
Michael Wiencek: Revert partial changes to Data::AliasType