sv-logger has quit [Remote host closed the connection]
sv-logger has joined #stellar-dev
rejon has quit [Read error: Connection reset by peer]
rejon has joined #stellar-dev
TheSeven has quit [Disconnected by services]
[7] has joined #stellar-dev
DomKM has quit [Quit: Connection closed for inactivity]
stellar-slack has quit [Remote host closed the connection]
stellar-slack has joined #stellar-dev
_whitelogger has joined #stellar-dev
DomKM has joined #stellar-dev
de_henne has quit [Remote host closed the connection]
de_henne has joined #stellar-dev
<stellar-slack>
<matschaffer> hrm… guessing this is a graydon question, but is there some chance the way stellar-core calls history commands doesn’t propagate env vars?
de_henne has quit [Remote host closed the connection]
paulfurley has joined #stellar-dev
paulfurley has quit [Ping timeout: 240 seconds]
paulfurley has joined #stellar-dev
paulfurley has quit [Ping timeout: 252 seconds]
nelisky has joined #stellar-dev
de_henne has joined #stellar-dev
paulfurley has joined #stellar-dev
pixelbeat has joined #stellar-dev
HostFat has joined #stellar-dev
koolhead17 has joined #stellar-dev
Kwelstr has quit [Ping timeout: 265 seconds]
koolhead17 has quit [Remote host closed the connection]
koolhead17 has joined #stellar-dev
koolhead17 has quit [Ping timeout: 264 seconds]
Kwelstr has joined #stellar-dev
TheNightMan has quit [Quit: Connection closed for inactivity]
koolhead17 has joined #stellar-dev
nelisky has quit [Quit: nelisky]
HostFat has quit [Ping timeout: 252 seconds]
koolhead17 has quit [Remote host closed the connection]
koolhead17 has joined #stellar-dev
koolhead17 has quit [Ping timeout: 252 seconds]
<stellar-slack>
<scott> @matschaffer: I may not be reading the docs right, but it seems like the call to posix_spawnp is configured to not inherit the parent processes environment. the `envp` param’s value is set to `char* env[1] = {nullptr};`. From the docs, you signify inheritance by using a bare nullptr. Not sure if it is intentional or not, though :simple_smile:
rejon has quit [Ping timeout: 265 seconds]
nelisky has joined #stellar-dev
<stellar-slack>
<cryptojoe> congrats on the release. wasn't expecting it this fast. nice!
<stellar-slack>
<scott> Thanks @cryptojoe !
<stellar-slack>
<cryptojoe> Looking forward to in-production launch
<stellar-slack>
<eva> so are we!
koolhead17 has joined #stellar-dev
koolhead17 has quit [Remote host closed the connection]
<stellar-slack>
<scott> @monsieurnicolas: @jed It seems we have an implicit protocol regarding result codes, zero or positive being successful codes, negative being failure codes. Could/should we make that a guarantee?
pixelbeat has quit [Ping timeout: 240 seconds]
<skeuomorf>
scott: Result codes should definitely be standardised, lest this falls into a situation like OpenSSL's
ljnjl has joined #stellar-dev
ljnjl has quit [Client Quit]
<stellar-slack>
<monsieurnicolas> @scott: yes, I made that change a while back as it's easier to distinguish success codes from error codes. So yes, consider it standard