Re: Stepping through ghc

2014-10-06 Thread Arash Rouhani
Hi Omar, You might want to narrow your scope to one part of GHC. For example, I mostly focused on the Run Time System to be able to conduct my master's thesis. Also, you might want to start off with a tiny goal, like to fix bug XYZ. Oh, and most important of all is the Commentary, which I

Re: [commit: ghc] master's head updated: Add default case (fixes -Werror) (4d90e44)

2014-09-19 Thread Arash Rouhani
On 2014-09-19 06:48, Gabor Greif wrote: Dear devs, I must admit I screwed this up again, I wanted to push on my branch git push darcs 4d90e44101559800947ce3cd7fd8704dc520b332:wip/generics-propeq-conservative but muscle memory betrayed me and I pushed like this: git push darcs

Re: How's the integration of DWARF support coming along?

2014-08-13 Thread Arash Rouhani
Hi Johan! I haven't done much (just been lazy) lately, I've tried to benchmark my results but I don't get any sensible results at all yet. Last time Peter said he's working on a more portable way to read dwarf information that doesn't require Linux. But I'm sure he'll give a more acurate

Re: How's the integration of DWARF support coming along?

2014-08-13 Thread Arash Rouhani
? On Wed, Aug 13, 2014 at 7:31 PM, Arash Rouhani rar...@student.chalmers.se mailto:rar...@student.chalmers.se wrote: Hi Johan! I haven't done much (just been lazy) lately, I've tried to benchmark my results but I don't get any sensible results at all yet. Last time Peter said he's

Re: Phabricator for patches and code review

2014-06-07 Thread Arash Rouhani
Could not have agreed more with Manuel. I would also like to point out that one of the missions of the arcanist tool is to support all version control systems. That have made sense for FaceBook Inc, who went from Subversion to Git to Mercurial. GHC team only use git now. I think the

Re: C-- specfication

2014-05-04 Thread Arash Rouhani
of these links collected on the GHC wiki somewhere? If not, would you mind adding them? I, for one, appreciate a curated list of references like this! On Sat, May 3, 2014 at 5:33 AM, Arash Rouhani rar...@student.chalmers.se wrote: (Sorry Florian, I forgot to reply to list!) Hi Florian! Forget

Re: C-- specfication

2014-05-03 Thread Arash Rouhani
(Sorry Florian, I forgot to reply to list!) Hi Florian! Forget Cminusminus.org, in my experience it seems to have diverged from the GHC version of Cminusminus. I would recommend these resources 1. See the top of https://github.com/ghc/ghc/blob/master/compiler/cmm/CmmParse.y 2. Be ready

Re: [commit: ghc] master: Mention that MR is off by default in GHCi in documentation (5bda0d0)

2014-02-06 Thread Arash Rouhani
I agree. It was unclear to me first what it referred to. /Arash On 2014-02-06 12:41, Gabor Greif wrote: It would be probably clearer to say Since GHC 7.8.1, the monomorphism restriction is switched off by default in GHCi. This makes the awkward double-negation feeling go away. What do others

Re: GHC boot-library package changelogs release-notes

2014-01-29 Thread Arash Rouhani
Hi Herbert, So who should add to the changelog? If I'm committing a new feature to the base library, should my commit include a small addition to the changelog describing my change? Good idea btw! :) Best, Arash On 2014-01-29 17:32, Herbert Valerio Riedel wrote: Hello fellow GHC devs, As

Re: [PATCH] Fix typo in User's Guide

2013-11-21 Thread Arash Rouhani
Hello Simon, If you look at this wikipage [1], it still says we can contribute using the `git send-email` to ghc-devs. Now I know you like for people to create tickets for bug fixes. But what about really tiny documentation patches? The WorkingConventions [2] page only mentions how to submit

[PATCH] Fix user guide documentation about unboxed values

2013-09-24 Thread Arash Rouhani
Signed-off-by: Arash Rouhani rar...@student.chalmers.se --- docs/users_guide/glasgow_exts.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml index a8057a6..43fa155 100644 --- a/docs/users_guide