Kristian Larsson
Kristian Larsson
@nordlander @sydow I updated this a bit based on my most recent thoughts. Feel free to read & comment. I suppose I could also mention that the sort of reason...
@sydow I guess you might know what the intention was here? :)
@sydow I guess an alternative to changing to default of `0` would be to remove the optional bit, so the user has to specify the start value explicitly instead!?
Right, so for simplicity we always allocate a limb and I see that is what we do in `malloc_int()` but that is not what we do in `B_intD___deserialize__()`. When size...
@sydow assigning you, I think this is a simple fix, would just be nice if you, who understand this much better than I, can check the code and do the...
Failing function is this: ```hs -- return task where the specified root actor exists filterMainActor env opts paths binTask = case lookup n (fromJust (Acton.Env.lookupMod m env)) of --
Discussed in meeting, #1659. We agree that we should allow for having hierarchical modules as described in the example. This does indeed mean that a `bar` in the `foo` module...
@nordlander here's that issue we talked about in todays meeting. @sydow posted a fix above and I was thinking I'd just go ahead with that now and we can add...
I reckon the `acton` frontend should communicate with `actonc` over like a UNIX pipe or similar. Guess we should have a little protocol there, like something a little more structured.
I forked out the remaining items into their own issues instead, seems easier to track the more specific stuff. Closing this one where the primary goal of adding a `acton`...