search for: stringification

Displaying 15 results from an estimated 15 matches for "stringification".

2013 Nov 07
2
syslinux.efi pxeboot across multiple subnets
...and images, I don't think the slowness will be an problem. Thanks > > for the suggestions though. > > Could you please upload a pcap file somewhere? > I would be more clear if we could filter out the capture ourselves or > check the content of some packets, disable the "stringification" of > the ports number. To create such file use the option `-w `. > Moreover, your paste is not complete, the last line is cut. Another benefit of providing a file in libpcap format. Cheers Geert Stappers
2000 Nov 02
2
RSPerl...
Duncan - (but sent to R-devel, for any other thoughts?) How do you envision RSPerl being used? Without having seen the details, I can think of playing with strings; is there a preferred incantation for stringification of R objects (serialization)? (actually, the main problem I'm having is that I know how I want to code something like: Robject <- .Perl("perlfunctionhackery", "stringifedRObjectToHack") which might be something like: Robject <- eval(.Perl("perlfunction...
2020 Nov 16
4
set_max_expansion in perl-bindings?
Hi, I've just noticed that set_max_wildcard_expansion() has been removed in favour of set_max_expansion() in Xapian. Has the new method been added to the Perl-bindings? We have some old Perl code that uses set_max_wildcard_expansion(), and I have a test of too large expansion that now returns "something terrible happened" instead of"Exception: Wildcard ... expands too much
2005 Apr 19
3
Rails 0.12.1: No major update without a bit of pain
...ax.Base.options.asynchronous wasn''t being respected in Ajax.Request (thanks Jon Casey) * Fixed that :get, :post, and the others should take a flash array as the third argument just like process #1144 [rails-l0cZ0mwnNJulQ9BUahrlcQ@public.gmane.org] * Fixed a problem with Flash.now * Fixed stringification on all assigned hashes. The sacrifice is that assigns[:person] won''t work in testing. Instead assigns["person"] or assigns(:person) must be used. In other words, the keys of assigns stay strings but we''ve added a method-based accessor to appease the need for symbols....
2013 Nov 06
3
syslinux.efi pxeboot across multiple subnets
I'm using tftp-hpa. I had disabled the blocksize option (-r blocksize) for some reason that I can't remember now. Re-enabling it and setting to 1468 gives the same results. Considering I'm using http to transfer the kernels, initrd and images, I don't think the slowness will be an problem. Thanks for the suggestions though. On Tue, Nov 5, 2013 at 8:20 PM, Celelibi <celelibi at
2013 Nov 07
0
syslinux.efi pxeboot across multiple subnets
Could you please upload a pcap file somewhere? I would be more clear if we could filter out the capture ourselves or check the content of some packets, disable the "stringification" of the ports number. Moreover, your paste is not complete, the last line is cut. However, what I can say is that something should have gone wrong with the download of syslinux.efi since it ask again. 2013/11/6, Jason Matthews <jason.david.matthews at gmail.com>: > I'm using tft...
2013 Nov 07
0
syslinux.efi pxeboot across multiple subnets
...k the slowness will be an problem. > Thanks > > > for the suggestions though. > > > > Could you please upload a pcap file somewhere? > > I would be more clear if we could filter out the capture ourselves or > > check the content of some packets, disable the "stringification" of > > the ports number. > > To create such file use the option `-w `. > > > Moreover, your paste is not complete, the last line is cut. > > Another benefit of providing a file in libpcap format. > > > Cheers > Geert Stappers > _______________________...
2011 Jul 22
3
ANNOUNCE: Puppet Dashboard 1.2rc3 available
...y away from the included README to website: http://docs.puppetlabs.com/dashboard/index.html * Some minor UI bug fixes Commits for RC3 === 88771ec (#8589) Report events are now ordered by name. 8bd0ffb (#8544) Make empty inspected resources "red". d036276 (#8505) Update the default date stringification. bb99ed9 Properly Quote RAILS_ROOT in get_app_version method 08717e1 (#8508) Add delayed job worker script for debian/ubuntu package 2eef4f4 (#8529) Remove unneeded a print statement from sass.rb af8b6e9 (#8500) Replace README with a smaller one dff2256 (#8499) Update the usage of mktemp in Rakefil...
2008 Aug 30
1
[LLVMdev] Unit testing frameworks
...efit of hindsight.) I've been using GoogleTest (http://code.google.com/p/googletest) in my own project and I am pretty happy with it. Tests are easy to write without a lot of boilerplate, and it supports automatic test discovery, test fixtures, customized assertion predicates, customizable stringification of application-specific types, debugger integration, and so on. I use the svn 'external' feature to incorporate a link to GoogleTest, so that it gets checked out automatically as a result of checking out my project's sources. I didn't bother with trying to get autoconf's emb...
2005 Jan 19
1
build klibc with gcc 2.96 fails
...Warn if one comment starts inside another -Wno-comment{s} Do not warn about comments -Wtraditional Warn if a macro argument is/would be turned into a string if -tradtional is specified -Wno-traditional Do not warn about stringification -Wundef Warn if an undefined macro is used by #if -Wno-undef Do not warn about testing udefined macros -Wimport Warn about the use of the #import directive -Wno-import Do not warn about the use of #import -Werror...
2003 Nov 26
1
[PATCH] use 2.6 module syscalls in klibc
..._MOD_DEC_USE_COUNT(mod) \ - (atomic_dec(&(mod)->uc.usecount), (mod)->flags |= MOD_VISITED) -#define __MOD_IN_USE(mod) \ - (mod_member_present((mod), can_unload) && (mod)->can_unload \ - ? (mod)->can_unload() : atomic_read(&(mod)->uc.usecount)) - -/* Indirect stringification. */ - -#define __MODULE_STRING_1(x) #x -#define __MODULE_STRING(x) __MODULE_STRING_1(x) - -#endif /* _SYS_MODULE_H */
2007 Nov 10
0
Radiant 0.6.4 - Gem Shaper Release
...roller::RoutingError. [Sean Cribbs] * Update Rails to 1.2.5. [John Long] * Ensured that the request and response are passed along to other pages that are rendered within the same context. [John Long] * Added <r:if_dev /> and <r:unless_dev /> tags. [Peter Berkenbosch] * Removed session stringification patch in test helper. [Sean Cribbs] * Update Rails to 1.2.4. [Sean Cribbs] * Add extensions paths to the standard $LOAD_PATH so requires work properly. [Sean Cribbs] * Fixed some loading issues for plugins that are included in extensions. [Sean Cribbs] INSTALLATION We''ve worked hard...
2011 Aug 06
0
Announce: Dashboard 1.2rc6 available
...er error message when report host, kind and time are not unique e86526f (#8686) Handle concurrent DelayedJob workers importing for same node 88771ec (#8589) Report events are now ordered by name. 8bd0ffb (#8544) Make empty inspected resources "red". d036276 (#8505) Update the default date stringification. bb99ed9 Properly Quote RAILS_ROOT in get_app_version method 08717e1 (#8508) Add delayed job worker script for debian/ubuntu package 2eef4f4 (#8529) Remove unneeded a print statement from sass.rb af8b6e9 (#8500) Replace README with a smaller one dff2256 (#8499) Update the usage of mktemp in Rakefil...
2013 Nov 08
2
syslinux.efi pxeboot across multiple subnets
...n problem. >> Thanks >> > > for the suggestions though. >> > >> > Could you please upload a pcap file somewhere? >> > I would be more clear if we could filter out the capture ourselves or >> > check the content of some packets, disable the "stringification" of >> > the ports number. >> >> To create such file use the option `-w `. >> >> > Moreover, your paste is not complete, the last line is cut. >> >> Another benefit of providing a file in libpcap format. >> >> >> Cheers >>...
2002 Dec 23
1
klibc insmod for recent kernels
..._MOD_DEC_USE_COUNT(mod) \ - (atomic_dec(&(mod)->uc.usecount), (mod)->flags |= MOD_VISITED) -#define __MOD_IN_USE(mod) \ - (mod_member_present((mod), can_unload) && (mod)->can_unload \ - ? (mod)->can_unload() : atomic_read(&(mod)->uc.usecount)) - -/* Indirect stringification. */ - -#define __MODULE_STRING_1(x) #x -#define __MODULE_STRING(x) __MODULE_STRING_1(x) - -#endif /* _SYS_MODULE_H */ diff -urN klibc-0.70+insmod/klibc/SYSCALLS klibc-0.70+nooldmodules/klibc/SYSCALLS --- klibc-0.70+insmod/klibc/SYSCALLS 2002-12-20 01:05:35.000000000 +0100 +++ klibc-0.70+nooldmodul...