0:05 AM
dfee1 has quit
0:11 AM
fxhp has quit
0:24 AM
castaway joined the channel
0:24 AM
castaway has quit
0:27 AM
jcarl43 joined the channel
0:46 AM
Method__ has quit
1:12 AM
waigani has quit
1:12 AM
waigani joined the channel
1:16 AM
Belxjander has quit
1:17 AM
Belxjander joined the channel
1:45 AM
github joined the channel
1:45 AM
github
1:45 AM
pyramid/master 87b7b7d Michael Merickel: fix lint
1:45 AM
github has left the channel
1:46 AM
x58
Damnit.
1:46 AM
raydeo
wat
1:46 AM
x58
raydeo: you beat me to it. I was about to push my branhc.
1:47 AM
raydeo
:-(
1:47 AM
x58
S'okay. I forgot to do it earlier today.
1:47 AM
raydeo
did you have any different fixes?
1:47 AM
x58
I renamed the O function.
1:48 AM
But, I don't think it really matters.
1:48 AM
raydeo
I couldn't think of a better name, if you've got something we can use it
1:48 AM
I liked the S and O for setting and override
1:48 AM
I almost went with T for trump but then I didn't
1:48 AM
x58
lol
1:49 AM
I was also surprised it didn't complain about S, but did about O.
1:49 AM
raydeo
it's just the font ambiguity
1:49 AM
which is weird because of course zero is not a valid function name
1:49 AM
x58
I just renamed them to _setting and _override
1:49 AM
raydeo
ah
1:50 AM
x58
IMHO it doesn't make a bit of a difference.
1:50 AM
raydeo
yeah I'm fine just turning off the warning
1:51 AM
x58
Makes sense.
1:52 AM
travis-ci joined the channel
1:52 AM
travis-ci
Pylons/pyramid#5389 (master - 87b7b7d : Michael Merickel): The build passed.
1:52 AM
1:52 AM
1:52 AM
travis-ci has left the channel
2:03 AM
redir has quit
2:08 AM
castaway joined the channel
2:09 AM
castaway has quit
2:15 AM
redir joined the channel
2:25 AM
chrismay joined the channel
2:30 AM
chrismay has quit
2:33 AM
github joined the channel
2:33 AM
github
2:33 AM
webob/master 41f362b Steve Piercy: Update and fix links per `make linkcheck` (#334)...
2:33 AM
github has left the channel
2:34 AM
github joined the channel
2:34 AM
2:34 AM
webob/stevepiercy-patch-1 31a3796 Bert JW Regeer: Merge branch 'master' into stevepiercy-patch-1
2:34 AM
github has left the channel
2:34 AM
github joined the channel
2:34 AM
2:34 AM
webob/master 3e2238d Bert JW Regeer: Merge pull request #333 from Pylons/stevepiercy-patch-1...
2:34 AM
github has left the channel
2:40 AM
stevepiercy
raydeo x58 should I do anything on those three PRs? rebase the lint fix?
2:40 AM
raydeo
it's ok I'll do it
2:40 AM
x58
stevepiercy: the PR that is to master should be okay now.
2:41 AM
the others may need some pushing.
2:41 AM
raydeo
I mean you can rebase the PR if you want sure
2:41 AM
but I'll backport my lint fixes
2:41 AM
stevepiercy
ok, i'll just do master until you get to lint fixes
2:42 AM
x58
raydeo: Asking a potentially stupid question: Is there an accepted "Pyramid" canonical way to have pyramid extensions store extra data on the request object that should only be persisted for the duration of the request?
2:42 AM
stevepiercy
i'm curious if just restarting the build is all that is needed
2:42 AM
raydeo
x58: probably just add_request_method(..., reify=True)
2:42 AM
x58
raydeo: how do you make sure it won't conflict with something else?
2:42 AM
raydeo
you can attach a full object if you want
2:43 AM
well request methods have a discriminator so they sort of handle it already
2:43 AM
x58
Basically I need to cache some information for the duration of the request, in my auth policy which is only created once for the lifetime of the app.
2:43 AM
raydeo
depending on how they are added
2:43 AM
x58
I still wish Pyramid had made those per request, alas, here we are.
2:44 AM
raydeo
I mean if you want the "safest" way to do it you could attach a WeakDictionary to the registry using a z.i interface utility
2:44 AM
fxhp joined the channel
2:44 AM
x58
I already use pyramid_services, I was thinking of adding a "cache" service that just returned a dict like object...
2:44 AM
Since that is per request.
2:45 AM
and already disambiguated by interface.
2:45 AM
raydeo
I mean you can see pyramid_services doesn't worry so much, it just adds a key to the request
2:45 AM
2:46 AM
x58
Some of us aren't Michael Merickel though... :P
2:46 AM
raydeo
what? why not?
2:46 AM
suckers :(
2:46 AM
x58
I know you consider us figments of your imagination, but I swear we are not.
3:12 AM
jcarl43 has quit
3:17 AM
waigani has quit
3:21 AM
waigani joined the channel
3:24 AM
chrismay joined the channel
3:29 AM
chrismay has quit
3:38 AM
dfee1 joined the channel
3:53 AM
castaway joined the channel
4:12 AM
jcarl43 joined the channel
4:24 AM
waigani_ joined the channel
4:24 AM
waigani has quit
4:24 AM
chrismay joined the channel
4:29 AM
chrismay has quit
4:39 AM
waigani joined the channel
4:40 AM
waigani_ has quit
5:09 AM
Method__ joined the channel
5:12 AM
waigani has quit
5:19 AM
chrismay joined the channel
5:23 AM
chrismay has quit
5:42 AM
github joined the channel
5:42 AM
github
5:42 AM
pyramid/master f9ae5ad Steve Piercy: Synch source files with cookiecutter
5:42 AM
pyramid/master 0042089 Steve Piercy: Merge pull request #3192 from stevepiercy/master...
5:42 AM
github has left the channel
5:56 AM
travis-ci joined the channel
5:56 AM
travis-ci
Pylons/pyramid#5390 (master - 0042089 : Steve Piercy): The build passed.
5:56 AM
5:56 AM
5:56 AM
travis-ci has left the channel
6:04 AM
redir has quit
6:17 AM
redir joined the channel
6:19 AM
chrismay joined the channel
6:23 AM
chrismay has quit
6:25 AM
redir has quit
6:28 AM
rmbjwnszsj joined the channel
6:28 AM
atomekk joined the channel
6:28 AM
atomekk has quit
6:28 AM
atomekk joined the channel
6:30 AM
agitator joined the channel
6:31 AM
castaway joined the channel
6:31 AM
castaway has quit
6:34 AM
Method__ has quit
6:37 AM
redir joined the channel
6:38 AM
Method__ joined the channel
6:41 AM
Method__ has quit
6:48 AM
Method__ joined the channel
6:50 AM
dfee1 has quit
6:56 AM
dfee1 joined the channel
7:05 AM
waigani joined the channel
7:06 AM
bdnprzraee joined the channel
7:06 AM
bdnprzraee has quit
7:07 AM
agitator has quit
7:11 AM
agitator joined the channel
7:11 AM
Method__ has quit
7:19 AM
chrismay joined the channel
7:19 AM
agitator has quit
7:20 AM
agitator joined the channel
7:21 AM
agitator has quit
7:23 AM
chrismay has quit
7:26 AM
Method__ joined the channel
7:26 AM
Method__ has quit
7:29 AM
dfee1 has quit
7:52 AM
castaway joined the channel
8:02 AM
agitator joined the channel
8:04 AM
jcarl43 has quit
8:05 AM
agitator_ joined the channel
8:08 AM
agitator joined the channel