Displaying 20 results from an estimated 1094 matches for "zach".
Did you mean:
mach
2013 Nov 23
2
OSX 10.9 appdmg/pkgdmg
...catalog for hostname.domain in environment
production in 0.02 seconds
Debug: Creating default schedules
Debug: Failed to load library ''selinux'' for feature ''selinux''
Debug: Using settings: adding file resource ''confdir'':
''File[/Users/zach/.puppet]{:path=>"/Users/zach/.puppet",
:ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}''
Debug: Using settings: adding file resource ''vardir'':
''File[/Users/zach/.puppet/var]{:path=>"/Users/zach/.puppet/va...
2007 Aug 16
17
undefined method `mock_model'' for [RSpec example]:#<Class:0x25550a8>
...my view specs after upgrading to 1.0.8. Is anyone else seeing this?
To isolate the message I did the following setup:
- create new rails project (with edge)
- installed rspec and rspec_on_rails
- ran rake spec
- ran script/generate rspec_scaffold products
- tried to run a builtin view spec
Zach
2007 Apr 18
0
[PATCH 13/21] i386 Gdt page isolation
...e sharing of the GDT page with other
hot data, which is not allowed in Xen, and causes performance problems
in VMware.
Rather than go back to the old method of statically allocating the
GDT (which wastes unneded space for non-present CPUs), the GDT for
APs is allocated dynamically.
Signed-off-by: Zachary Amsden <zach@vmware.com>
Index: linux-2.6.14-zach-work/include/asm-i386/desc.h
===================================================================
--- linux-2.6.14-zach-work.orig/include/asm-i386/desc.h 2005-11-04 17:45:31.000000000 -0800
+++ linux-2.6.14-zach-work/include/asm-i386/desc.h...
2007 Apr 18
0
[PATCH 13/21] i386 Gdt page isolation
...e sharing of the GDT page with other
hot data, which is not allowed in Xen, and causes performance problems
in VMware.
Rather than go back to the old method of statically allocating the
GDT (which wastes unneded space for non-present CPUs), the GDT for
APs is allocated dynamically.
Signed-off-by: Zachary Amsden <zach@vmware.com>
Index: linux-2.6.14-zach-work/include/asm-i386/desc.h
===================================================================
--- linux-2.6.14-zach-work.orig/include/asm-i386/desc.h 2005-11-04 17:45:31.000000000 -0800
+++ linux-2.6.14-zach-work/include/asm-i386/desc.h...
2007 Apr 18
0
[PATCH 17/21] i386 Ldt cleanups 1
Big cleanup of LDT code. This code has very little type checking and is
not frequently used, so I audited the code, added type checking and size
optimizations to generate smaller assembly code.
First, just introduce some small definitions that will be used later.
Signed-off-by: Zachary Amsden <zach@vmware.com>
Index: linux-2.6.14-zach-work/arch/i386/kernel/entry.S
===================================================================
--- linux-2.6.14-zach-work.orig/arch/i386/kernel/entry.S 2005-10-27 17:02:08.000000000 -0700
+++ linux-2.6.14-zach-work/arch/i386/kernel/entry...
2007 Apr 18
0
[PATCH 17/21] i386 Ldt cleanups 1
Big cleanup of LDT code. This code has very little type checking and is
not frequently used, so I audited the code, added type checking and size
optimizations to generate smaller assembly code.
First, just introduce some small definitions that will be used later.
Signed-off-by: Zachary Amsden <zach@vmware.com>
Index: linux-2.6.14-zach-work/arch/i386/kernel/entry.S
===================================================================
--- linux-2.6.14-zach-work.orig/arch/i386/kernel/entry.S 2005-10-27 17:02:08.000000000 -0700
+++ linux-2.6.14-zach-work/arch/i386/kernel/entry...
2007 Apr 18
2
[PATCH 4/21] i386 Broken bios common
...We limit the
access to the remainder of this physical page using a byte granular
limit. Rather than have this tricky code in multiple places, it makes
sense to define it in one place, and the GDT makes a very convenient
place for it. Use GDT entry 4 as the BAD_BIOS_CACHE segment.
Signed-off-by: Zachary Amsden <zach@vmware.com>
Index: linux-2.6.14-zach-work/include/asm-i386/segment.h
===================================================================
--- linux-2.6.14-zach-work.orig/include/asm-i386/segment.h 2005-11-04 15:46:10.000000000 -0800
+++ linux-2.6.14-zach-work/include/asm-i386/s...
2007 Apr 18
3
[PATCH 12/21] i386 Deprecate descriptor asm
...t operations.
Getting rid of the trickiness allows GCC to get better register allocation
and generate more compact code (and shorter code if constant base and
limit do not require transformations). Compactness is all that is required;
none of these functions are on critical paths.
Signed-off-by: Zachary Amsden <zach@vmware.com>
Index: linux-2.6.14-zach-work/include/asm-i386/desc.h
===================================================================
--- linux-2.6.14-zach-work.orig/include/asm-i386/desc.h 2005-11-04 17:45:04.000000000 -0800
+++ linux-2.6.14-zach-work/include/asm-i386/desc.h...
2007 Apr 18
2
[PATCH 4/21] i386 Broken bios common
...We limit the
access to the remainder of this physical page using a byte granular
limit. Rather than have this tricky code in multiple places, it makes
sense to define it in one place, and the GDT makes a very convenient
place for it. Use GDT entry 4 as the BAD_BIOS_CACHE segment.
Signed-off-by: Zachary Amsden <zach@vmware.com>
Index: linux-2.6.14-zach-work/include/asm-i386/segment.h
===================================================================
--- linux-2.6.14-zach-work.orig/include/asm-i386/segment.h 2005-11-04 15:46:10.000000000 -0800
+++ linux-2.6.14-zach-work/include/asm-i386/s...
2007 Apr 18
3
[PATCH 12/21] i386 Deprecate descriptor asm
...t operations.
Getting rid of the trickiness allows GCC to get better register allocation
and generate more compact code (and shorter code if constant base and
limit do not require transformations). Compactness is all that is required;
none of these functions are on critical paths.
Signed-off-by: Zachary Amsden <zach@vmware.com>
Index: linux-2.6.14-zach-work/include/asm-i386/desc.h
===================================================================
--- linux-2.6.14-zach-work.orig/include/asm-i386/desc.h 2005-11-04 17:45:04.000000000 -0800
+++ linux-2.6.14-zach-work/include/asm-i386/desc.h...
2007 Oct 04
2
nested describe blocks
...SHOULD
a
b
SHOULDN''T
Here is the output with 1.0.8:
a
SHOULD
b
SHOULDN''T
The 1.0.8 output is what I expect. I don''t believe this is a *feature*
of rspec in the first place, just an not-so-ordinary way to organize
some specs. Any chance of having this work as I expect?
Zach
--
Zach Dennis
http://www.continuousthinking.com
2005 Feb 07
7
New Docs - First Look
...I am going to work
on filtering the documenation and to create links and modify cpp style
method names to ruby-style names. For example where it would say
"wxApp::SetTopWindow" I would change that into a link "App::set_top_window"
I hope to have more progress later tonight.
Zach
2008 Mar 08
7
ridding away with do_request
...d
end
IMO is adds a little more readability when looking at an individual
"it" behavior on a controller spec. We''ve been keeping the request
helpers as the first things immediately following a controller
specification, ie: "describe SomeController do".
Thoughts?
--
Zach Dennis
http://www.continuousthinking.com
2007 Apr 18
2
[PATCH 21/21] i386 Ldt context inline
I was also able to get the LDT switching functionality out of the
critical path in switch_mm, which reduces the number of function calls,
potential TLB misses and code size.
Signed-off-by: Zachary Amsden <zach@vmware.com>
Index: linux-2.6.14-zach-work/include/asm-i386/desc.h
===================================================================
--- linux-2.6.14-zach-work.orig/include/asm-i386/desc.h 2005-11-05 02:30:35.000000000 -0800
+++ linux-2.6.14-zach-work/include/asm-i386/desc.h...
2007 Apr 18
2
[PATCH 21/21] i386 Ldt context inline
I was also able to get the LDT switching functionality out of the
critical path in switch_mm, which reduces the number of function calls,
potential TLB misses and code size.
Signed-off-by: Zachary Amsden <zach@vmware.com>
Index: linux-2.6.14-zach-work/include/asm-i386/desc.h
===================================================================
--- linux-2.6.14-zach-work.orig/include/asm-i386/desc.h 2005-11-05 02:30:35.000000000 -0800
+++ linux-2.6.14-zach-work/include/asm-i386/desc.h...
2007 Apr 18
0
[PATCH 8/21] i386 Segment protect properly
...egments. One of many ways to properly protect segments to zero
length is to map the base to an umapped page. Create a nicer way to do
this, and stop subtracting 1 from the length passed to set_limit (note
calling set limit with a zero limit does something very bad! - not anymore).
Signed-off-by: Zachary Amsden <zach@vmware.com>
Index: linux-2.6.14-zach-work/include/asm-i386/desc.h
===================================================================
--- linux-2.6.14-zach-work.orig/include/asm-i386/desc.h 2005-11-04 17:45:02.000000000 -0800
+++ linux-2.6.14-zach-work/include/asm-i386/desc.h...
2007 Apr 18
0
[PATCH 8/21] i386 Segment protect properly
...egments. One of many ways to properly protect segments to zero
length is to map the base to an umapped page. Create a nicer way to do
this, and stop subtracting 1 from the length passed to set_limit (note
calling set limit with a zero limit does something very bad! - not anymore).
Signed-off-by: Zachary Amsden <zach@vmware.com>
Index: linux-2.6.14-zach-work/include/asm-i386/desc.h
===================================================================
--- linux-2.6.14-zach-work.orig/include/asm-i386/desc.h 2005-11-04 17:45:02.000000000 -0800
+++ linux-2.6.14-zach-work/include/asm-i386/desc.h...
2007 Aug 14
12
expect_render, why does there need to be a warning
...times
pass the render call to the underlying template object?
Why not force all partials to be tested individually?
Testing partials individually seems like a cleaner, more consistent
and less confusing route to go, especially when you consider the
nesting of paritals which render other partials.
Zach
2005 Feb 24
15
New Docs - One and Three Quarter Look
...onding ruby names
(for classes, method, etc..) in descriptive text, and in methods arguments
- Allow developers to add comments to the documentation
If you spot any bugs or things that look wrong please feel free to let
me know. The docs will be added in the next release as well I do believe.
Zach
2007 Jul 26
5
Test errors without verification
...def test_something
mock = mock("some mock")
mock.expects(:message)
flunk # or fail
end
I''m expecting to get both the flunk / fail message AND the Mocha
expectation failure.
It''s a very minor change, but I''m interested in what you guys think,
-Zach