Programación

404
¿Error potencial de .NET JIT?

El siguiente código proporciona un resultado diferente cuando se ejecuta la versión dentro de Visual Studio y se ejecuta fuera de Visual Studio. Estoy usando Visual Studio 2008 y apunto a .NET 3.5. También probé .NET 3.5 SP1. Cuando se ejecuta fuera de Visual Studio, el JIT debería funcionar. O...

404
Git merge sin auto commit

¿Es posible hacer un git merge, pero sin un compromiso? "man git merge" dice esto: With --no-commit perform the merge but pretend the merge failed and do not autocommit, to give the user a chance to inspect and further tweak the merge result before committing. Pero cuando trato de usar git...