hm, I wonder how to compile the extension in debug mode
sidd has quit
xcdfgkjhgcv joined the channel
maybe just `CFLAGS="-g -O0" make` should work
hm, no
Rondom has quit
xcdfgkjhgcv has quit
xcdfgkjhgcv joined the channel
navap
So are we doing away with the separation of release group types? I.e. Instead of having separate tables, just adding a release group type column and allowing the user to sort via that.
FauxFaux
Heh.
,,,
I never typed that.
luks
navap: no, we are using temporary solutions during development
Muz_
Ocks.
Lolc.
navap
Okay, so does that mean that the artist page will still have multiple tables, or is it a "we'll worry about it when we get to it" kind of thing?
aCiD2: ok, so there are two problems. I'm not handling libunac errors, and libunac for some reason can't unaccent the string
aCiD2
So maybe my libunac installation is broke?
lancerocke has quit
outsidecontext has quit
outsidecontext joined the channel
luks
aCiD2: can you open unaccent.c, add PG_RETURN_TEXT_P(CStringGetTextP(GetDatabaseEncodingName())); below the unac_string line in unaccent(PG_FUNCTION_ARGS)
then make && sudo make install
and try to run unaccent(')
aCiD2
yup, ok
luks
this time without gdb, it shouldn't crash
aCiD2
no crash, returns SQL_ASCII
luks
hm
aha, that's probably because you have DB in the C locale
aCiD2
should it not be in that locale?
luks
according to InitDb.pl it should be
can you try one more thing?
lancerocke joined the channel
aCiD2_ joined the channel
aCiD2_
luks: yup, what else should I change?
luks
revert the last change
and replace the unac_string line with unac_string("UTF8", input, input_len, &output, &output_len);
aCiD2_
ok
luks
and then run e.g. unaccent('รก');
aCiD2_
that seems to work
yup
luks
damn
I wonder how does it manage to store 8-bit characters in ASCII :)
but I guess it's not really ASCII
I'm not sure what now
I really don't like the idea of hardcoding UTF8 there
aCiD2_
unless it is just a problem with my database
luks
I doubt it is
you told it to use the C locale, it does so
Clint
what does using ASCII instead of UTF-8 buy you?
luks
I'm not sure
the check in the database initialization script was there for ages
I don't think *anybody* knows why it's there :)
russss
do SHOW client_encoding()
in psql
with a semicolon
maybe also SHOW server_encoding();
Clint
maybe without parens
russss
yeah
maybe that
long day :/
aCiD2_
brb
aCiD2_ has quit
aCiD2_ joined the channel
aCiD2 has quit
aCiD2_ has quit
xcdfgkjhgcv
I think Piicard may have crashed...
It's not doing anything.
sonium has quit
Yay it's come back to life!
outsidecontext has quit
sonium joined the channel
outsidecontext joined the channel
rfzero joined the channel
sonium has quit
odyssey joined the channel
ruaok joined the channel
Alan_New joined the channel
outsidecontext
luks: hi
luks
hi
ruaok waves
Sargun has quit
outsidecontext waves at ruaok
outsidecontext
luks: do you think you can provide me with the necessary stuff for a windows build of picard next week?
luks
outsidecontext: I think I can't :(
brianfreud
hi ruaok, outsidecontext, and everyone else :)
ruaok
wn brianfreud
luks
but I think I should be able to build it myself
ruaok
wb, that is. :)
outsidecontext
luks: ok, that's another solution
brianfreud
:)
outsidecontext
luks: i think if you could give me some directions i could figure out most stuff myself. but without anything i'm lost
luks: and hey, how was paris?
luks
paris was great. I really needed to take a few days off :)
outsidecontext
i can imagine that :)
luks
regarding picard, the trickest part is to build ffmpeg
you need msys for that
brianfreud
Personally, I think I need a vacation from my "vacation". :D
Driving to Florida and back was... exhausting
luks
but it didn't work out of the box last time I tried
luks: the last time i was trying to build the picard C modules they wouldn't run on windows. but i guess my compiler was not compatible with the binary python i had installed