Re: How do I find out which info table a continuation belongs to?

2019-02-10 Thread Simon Marlow
I believe this is due to https://phabricator.haskell.org/D4722 (cc Sergei Azovskov) I'm a bit surprised that gdb isn't showing anything though, it should know that the address corresponds to a temporary symbol like `.L1234`. Perhaps you need to compile with -g to make this work, I'm not sure. On

Re: How do I find out which info table a continuation belongs to?

2019-02-10 Thread Ömer Sinan Ağacan
I'm already using -g3. Here's my build.mk: BuildFlavour = quick ifneq "$(BuildFlavour)" "" include mk/flavours/$(BuildFlavour).mk endif GhcRtsHcOpts += -O0 -g3 SRC_HC_OPTS += -g3 GhcStage1HcOpts += -g3 GhcStage2HcOpts += -g3 GhcLibHcOpts += -g3 STRIP_CMD

Re: Commit comments - call for opinions

2019-02-10 Thread Richard Eisenberg
I personally prefer seeing the whole commit message, if only because including it is more prominent than just a mention. Commits are really important, and should be made to stand out beyond just a mention. Not sure if this is worth yet more custom tooling, though. Richard > On Feb 8, 2019, at