Displaying 4 results from an estimated 4 matches for "devlog".
Did you mean:
devblog
2018 Apr 25
2
[GSoC 2018] Improve Debugging of Optimized Code
Hello,
My proposal for GSoC 2018 [attachment] about
improving debugging of optimized code was accepted.
I will work with my mentor Vedant Kumar (vsk) through the summer to
find where DI loss occurs and try to fix as many occurrences as possible.
I will also be keeping a devlog here: https://gramanas.github.io/
You can check what the first steps of my project are on the latest post:
https://gramanas.github.io/posts/community-bonding/
I'd love to hear any thoughts or questions you might have.
Cheers,
Anastasis
-------------- next part --------------
A non-text attac...
2018 Apr 25
0
[GSoC 2018] Improve Debugging of Optimized Code
...gt; My proposal for GSoC 2018 [attachment] about
> improving debugging of optimized code was accepted.
>
> I will work with my mentor Vedant Kumar (vsk) through the summer to
> find where DI loss occurs and try to fix as many occurrences as possible.
>
> I will also be keeping a devlog here: https://gramanas.github.io/
>
> You can check what the first steps of my project are on the latest post:
> https://gramanas.github.io/posts/community-bonding/
>
> I'd love to hear any thoughts or questions you might have.
>
> Cheers,
> Anastasis
2018 Apr 25
1
[GSoC 2018] Improve Debugging of Optimized Code
Hi Anastasis,
Welcome, and congratulations!
It's great to see that you're maintaining a devlog and have hit the ground running. I'm looking forward to working with you.
> On Apr 25, 2018, at 12:56 PM, via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> Welcome Anastasis! I'm very happy to see this work going forward.
>
> I see that your first task is to make...
2009 Nov 10
10
Un-recognised routes that do exist, using namespaces & subdomain checking
I''m getting really cheesed off with RSpec not matching some of my
routes when controller testing when I have subdomain checking
(courtesy of subdomain-fu) on namespaces. These routes appear in the
rake routes output, and work fine via HTTP requests .
The really annoying thing is it''s working fine for routes that aren''t
at the root of the namespace.
E.g. say I have