sloanr has quit [Remote host closed the connection]
sloanr has joined #commonlisp
epony has quit [Read error: Connection reset by peer]
Bike has joined #commonlisp
cdegroot has joined #commonlisp
random-nick has quit [Ping timeout: 248 seconds]
larix has joined #commonlisp
jes1 has quit [Ping timeout: 255 seconds]
sloanr has quit [Remote host closed the connection]
sloanr has joined #commonlisp
ec_ has quit [Remote host closed the connection]
azimut has quit [Remote host closed the connection]
ec_ has joined #commonlisp
azimut has joined #commonlisp
sloanr has quit [Remote host closed the connection]
sloanr has joined #commonlisp
epony has joined #commonlisp
ritchie101 has joined #commonlisp
ritchie101 has quit [Remote host closed the connection]
asarch has joined #commonlisp
sloanr has quit [Remote host closed the connection]
sloanr has joined #commonlisp
Demosthe1ex has joined #commonlisp
Demosthenex has quit [Ping timeout: 248 seconds]
Demosthenex has joined #commonlisp
sloanr has quit [Remote host closed the connection]
sloanr has joined #commonlisp
Demosthe1ex has quit [Ping timeout: 248 seconds]
tyson2 has joined #commonlisp
causal has quit [Quit: WeeChat 3.7.1]
cmack has joined #commonlisp
gxt has quit [Remote host closed the connection]
gxt has joined #commonlisp
jes1 has joined #commonlisp
<asarch>
Hi fellows, how is it getting along? I was compiling the new 2.2.11 of SBCL release with my old 2.2.6 installation and I got a segmentation fault on a linking process, however, the compilation seems to be fine. Here is the full log: https://plaster.tymoon.eu/view/3570#3570
<asarch>
Take a look at the line #948
<asarch>
So my question is, is this compiled SBCL good enough to be installed or not? And, most of all, why this segfault?
<asarch>
What do you think?
<asarch>
D'oh! Wrong channel. Sorry to bother
ec_ has quit [Remote host closed the connection]
ec_ has joined #commonlisp
euandreh has joined #commonlisp
euandreh has quit [Remote host closed the connection]
048AAH6AD has joined #commonlisp
attila_lendvai has quit [Ping timeout: 256 seconds]
hineios9 has joined #commonlisp
hineios has quit [Ping timeout: 260 seconds]
hineios9 is now known as hineios
cmack has quit [Remote host closed the connection]
pranavats has left #commonlisp [Disconnected: Hibernating too long]
hineios3 has joined #commonlisp
hineios has quit [Ping timeout: 248 seconds]
hineios3 is now known as hineios
tyson2 has quit [Remote host closed the connection]
pranavats has joined #commonlisp
asarch has quit [Quit: Leaving]
waleee has quit [Ping timeout: 260 seconds]
hineios8 has joined #commonlisp
hineios has quit [Ping timeout: 256 seconds]
hineios8 is now known as hineios
Devon has quit [Ping timeout: 268 seconds]
aartaka has joined #commonlisp
igemnace has joined #commonlisp
rgherdt has joined #commonlisp
dipper has quit [Remote host closed the connection]
dipper has joined #commonlisp
gateway2000 has quit [Remote host closed the connection]
_cymew_ has joined #commonlisp
pranavats has left #commonlisp [Disconnected: Hibernating too long]
pranavats has joined #commonlisp
dBc has joined #commonlisp
dipper has quit [Remote host closed the connection]
dipper has joined #commonlisp
phantomics has quit [Ping timeout: 264 seconds]
aartaka has quit [Ping timeout: 255 seconds]
pjb has quit [Remote host closed the connection]
thuna` has joined #commonlisp
phantomics has joined #commonlisp
pranavats has left #commonlisp [Error from remote client]
dBc has quit [Quit: leaving]
Cymew has joined #commonlisp
pranavats has joined #commonlisp
pve has joined #commonlisp
varjag has joined #commonlisp
dipper has quit [Remote host closed the connection]
dipper has joined #commonlisp
MajorBiscuit has joined #commonlisp
MajorBiscuit has quit [Ping timeout: 260 seconds]
MajorBiscuit has joined #commonlisp
pranavats has left #commonlisp [Error from remote client]
seletz has joined #commonlisp
pjb has joined #commonlisp
OlCe has quit [Remote host closed the connection]
cel7t has quit [Quit: You have been kicked for being idle]
shka has joined #commonlisp
pranavats has joined #commonlisp
aartaka has joined #commonlisp
kstuart has joined #commonlisp
Brucio-61 has quit [Ping timeout: 260 seconds]
anddam has quit [Quit: WeeChat 3.7.1]
szkl has joined #commonlisp
Inline has joined #commonlisp
ttree has quit [Ping timeout: 268 seconds]
dipper has quit [Remote host closed the connection]
wheeler has quit [Remote host closed the connection]
wheeler has joined #commonlisp
GreaseMonkey has quit [Remote host closed the connection]
Brucio-61 has joined #commonlisp
dipper has joined #commonlisp
Patternmaster has quit [Ping timeout: 252 seconds]
greaser|q has joined #commonlisp
Patternmaster has joined #commonlisp
Patternmaster has quit [Changing host]
Patternmaster has joined #commonlisp
sedzcat has joined #commonlisp
Inline has quit [Read error: Connection reset by peer]
Inline has joined #commonlisp
Inline has quit [Client Quit]
Inline has joined #commonlisp
Inline has quit [Client Quit]
Lord_of_Life_ has joined #commonlisp
Lord_of_Life has quit [Ping timeout: 260 seconds]
Inline has joined #commonlisp
Lord_of_Life_ is now known as Lord_of_Life
Brucio-61 has quit [Ping timeout: 260 seconds]
Brucio-61 has joined #commonlisp
gateway2000 has joined #commonlisp
Brucio-61 has quit [Ping timeout: 260 seconds]
Brucio-61 has joined #commonlisp
ym has joined #commonlisp
Brucio-61 has quit [Ping timeout: 260 seconds]
jmdaemon has quit [Ping timeout: 256 seconds]
aartaka has quit [Ping timeout: 246 seconds]
dipper has quit [Remote host closed the connection]
dipper has joined #commonlisp
ec_ has quit [Ping timeout: 255 seconds]
ec_ has joined #commonlisp
lisp123 has joined #commonlisp
random-nick has joined #commonlisp
thuna` has quit [Read error: Connection reset by peer]
thuna` has joined #commonlisp
Inline_ has joined #commonlisp
thuna` has quit [Remote host closed the connection]
<Josh_2>
Is it possible to write macros that are supposed to be used only inside the body of another macro? I am trying this but I can't seem to get it right
waleee has joined #commonlisp
<Josh_2>
For example I have a macro with-updating-slots .. where after the execution of body a method is called to update OBJECTs SLOTS within database. However I'd like to have a macro like (db-setf ..) that is just a wrapper over setf but would parse the unexpanded body of setf and look for any of SLOTS (passed to with-updating-slots) so that only those slots which are actually updated are changed in the db
<Josh_2>
Not sure if this is possible, I can't seem to get it
<Josh_2>
Both the unexpanded body of setf and the slots that might be changed are known before any macros need to be expanded so I'd assume its possible
lisp123 has joined #commonlisp
_cymew_ has quit [Ping timeout: 252 seconds]
<Josh_2>
I've spent so long faffing with my interface with my database :facepalm:
rgherdt has quit [Ping timeout: 264 seconds]
sloanr has quit [Remote host closed the connection]
sloanr has joined #commonlisp
<Josh_2>
Well idk
lisp123 has quit [Remote host closed the connection]
lisp123 has joined #commonlisp
greaser|q has joined #commonlisp
greaser|q has quit [Changing host]
lisp123 has quit [Read error: Connection reset by peer]
greaser|q is now known as GreaseMonkey
tane has quit [Quit: Leaving]
yottabyte has quit [Quit: Connection closed for inactivity]
NotThatRPG has quit [Ping timeout: 264 seconds]
son0p has quit [Ping timeout: 246 seconds]
euandreh has joined #commonlisp
nij- has quit [Ping timeout: 252 seconds]
euandreh has quit [Remote host closed the connection]
euandreh has joined #commonlisp
euandreh has quit [Client Quit]
dra has joined #commonlisp
dra has quit [Changing host]
dra has joined #commonlisp
sloanr has quit [Remote host closed the connection]
sloanr has joined #commonlisp
igemnace has quit [Remote host closed the connection]
Oladon has joined #commonlisp
thuna` has quit [Remote host closed the connection]
sloanr has quit [Remote host closed the connection]
sloanr has joined #commonlisp
akoana has quit [Quit: leaving]
sedzcat has quit [Quit: sedzcat]
sloanr has quit [Remote host closed the connection]
sloanr has joined #commonlisp
pve has quit [Quit: leaving]
jmdaemon has joined #commonlisp
attila_lendvai has joined #commonlisp
sloanr has quit [Remote host closed the connection]
<White_Flame>
if there are multiple toplevel macros that should use that same set of macrolet, then wrap those in another defmacro, and use that instead in all your toplevels to wrap the bodies
attila_lendvai has quit [Ping timeout: 264 seconds]
jmiven has joined #commonlisp
random-nick has quit [Ping timeout: 248 seconds]
pranavats has joined #commonlisp
NotThatRPG has quit [Read error: Connection reset by peer]
NotThatRPG has joined #commonlisp
zyni-moe has joined #commonlisp
zyni-moe has quit [Remote host closed the connection]