similar to: Inconsistent Model creation behavior

Displaying 14 results from an estimated 14 matches similar to: "Inconsistent Model creation behavior"

2017 Nov 09
10
Experiment on how to improve our temporary file handing.
Currently a power failure or other hard crash can cause lld leave a temporary file around. The same is true for other llvm tools. As an example, put a breakpoint in Writer.cpp:236 ("writeBuildId()") and restart the run a few times. You will get t.tmp43a735a t.tmp4deeabb t.tmp9bacdd3 t.tmpe4115c4 t.tmpeb01fff The same would happen if there was a fatal error between the
2011 Jan 14
1
Asterisk 1.8.3 Now Available
The Asterisk Development Team has announced the release of Asterisk 1.8.2. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ The release of Asterisk 1.8.2 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following is a sample of the issues resolved in this release:
2011 Jan 14
1
Asterisk 1.8.3 Now Available
The Asterisk Development Team has announced the release of Asterisk 1.8.2. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ The release of Asterisk 1.8.2 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following is a sample of the issues resolved in this release:
2006 Aug 15
8
AGAIN: file object treated as string
I am trying to implement the uploading of a file to a remote server I get error while trying to write the file on the server. The error I get is the following: undefined method `rewind'' for #<String:0x2aaaad062eb8> It seems to be treating my file as a string instead of a File object. --------- Code is below ------------------ VIEW: <%=
2012 May 17
3
[LLVMdev] [RFC] llvm/include/Support/FileOutputBuffer.h
I now have an implementation of FileOutputBuffer (OutputBuffer was already taken). The patch supports the functionality listed below and I've tested that it works for lld. -------------- next part -------------- A non-text attachment was scrubbed... Name: FileOutputBuffer.patch Type: application/octet-stream Size: 25308 bytes Desc: not available URL:
2005 Dec 20
3
File Column Directory Add another layer
Quick Question. I understand how to change the default path to something other than public but what if I wanted to add another directory into the equation. I want to upload an image into the following structure: /public/image/userid/imageid/test.gif So basically I want to look up the userid in my users table and put all the images for that user in the same directory. So i have a one
2011 Jul 11
0
Asterisk 1.8.5.0 Now Available
The Asterisk Development Team announces the release of Asterisk 1.8.5.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ The release of Asterisk 1.8.5.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following is a sample of the issues resolved in this release:
2011 Jul 11
0
Asterisk 1.8.5.0 Now Available
The Asterisk Development Team announces the release of Asterisk 1.8.5.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ The release of Asterisk 1.8.5.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following is a sample of the issues resolved in this release:
2010 Nov 11
0
Asterisk 1.4.37 Released
The Asterisk Development Team has announced the release of Asterisk 1.4.37. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ The release of Asterisk 1.4.37 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following is a sample of the issues resolved in this
2010 Nov 11
0
Asterisk 1.4.37 Released
The Asterisk Development Team has announced the release of Asterisk 1.4.37. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ The release of Asterisk 1.4.37 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following is a sample of the issues resolved in this
2010 Sep 23
2
Asterisk 1.8.0 Release Candidate 2 Now Available
The Asterisk Development Team has announced the second release candidate of Asterisk 1.8.0. This release candidate is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ Asterisk 1.8.0-rc1 was not released due to an issue found prior to release. * Make AMI honor enabled=no (Closes issue #18040. Reported by: twilson Review:
2010 Sep 23
2
Asterisk 1.8.0 Release Candidate 2 Now Available
The Asterisk Development Team has announced the second release candidate of Asterisk 1.8.0. This release candidate is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ Asterisk 1.8.0-rc1 was not released due to an issue found prior to release. * Make AMI honor enabled=no (Closes issue #18040. Reported by: twilson Review:
2006 Aug 15
0
file object treated as a string
I am trying to implement the uploading of a file to a remote server My upload form looks like this: <%= start_form_tag(:action => "save_image", :multipart => true) %> <td><b>Description</b> </td> <td><%= text_area("image", "descript", "cols" => 33, "rows" => 5) %></td>
2012 May 18
0
[LLVMdev] [RFC] llvm/include/Support/FileOutputBuffer.h
On Thu, May 17, 2012 at 3:25 PM, Nick Kledzik <kledzik at apple.com> wrote: > I now have an implementation of FileOutputBuffer (OutputBuffer was already taken).  The patch supports the functionality listed below and I've tested that it works for lld. > > To implement the FileOutputBuffer, I needed to add some more functions to llvm/Support/FileSystem.h, including: >