search for: linkabl

Displaying 20 results from an estimated 74 matches for "linkabl".

Did you mean: linkable
2006 May 14
2
object class with STI and Polymorphic Assoc''s.
...orphic associations. One of the associations is to the "person" table, and there are several other associations. "Person" has 2 types, "slacker" and "suckup". It is modelled as such: class Linking < ActiveRecord::Base belongs_to :person belongs_to :linkable, :polymorphic => true end class Person < ActiveRecord::Base has_many :linkables end class Slacker < Person end class Yadda < Person end I''d like to have one controller for both "slacker" and "suckup", so I tried using this: @linkable.class If the link...
2001 Sep 18
3
OpenSSH linkable library
Has anyone considered making a linkable library of the OpenSSH code so that one could programatically interact with ssh? Or is there some other method to accomplish this? Thanks, -Eric
2006 Jan 30
4
symlinks and initramfs (was klibc-1.2.1: kinit works...)
On Mon Jan 30 08:56:06 PST 2006, H. Peter Anvin wrote: > That being said, there is no reason that you can't run code before it; > to make that simpler, in fact, I'm trying to set it up so that the > default initramfs looks like: > > /dev/console > /dev/zero > /dev/null > /kinit > /init -> /kinit I would request we not put in symlinks. The problem is that
2019 Jul 18
2
Eager compilation and relocatable dynamic linkable code-generation
Hi all, I am following the LLVM JIT tutorial API based on: https://llvm.org/docs/tutorial/BuildingAJIT1.html I have 2 independent questions: 1. The tutorial mentions that "*will defer compilation of the module until any of its definitions is looked up*". Does that mean to force eager compilation, i have to keep track of all functions added to the Module and do a lookup? I want the
2015 May 06
2
[LLVMdev] LLD improvement plan
...ted through the years. They too > used to have their own script format. Now most (all?) popular debuggers > do scripting through embedding an actual programming language. This > could be a better way forward for linkers as well -- embed Python in the > linker, define a Python API for linkable item placement, entry point, > symbol operations, etc..., and then you also have the rest of Python at > your fingertips. I mostly care about specifying address where specific symbols will be placed and specifying the memory layout of the platform. I normally use __attribute__((section(&...
2020 Aug 05
2
Debugging a potential bug when generating wasm32
...(;4;) (type 1))) So there's no need to import it from "GOT.func" and I want to get rid of that "GOT.func" import. This LLVM IR is generated when compiling Rust code to a "staticlib", which is supposed to include *all* dependencies of the code so that it'll be linkable with code for other languages. Because of the "GOT.func" import this module is not linkable, it needs to resolve that "GOT.func" import in runtime using dynamic linking for Wasm [2]. I'm trying to understand whether this is a rustc bug or an LLVM bug. I'm using LLVM 10...
2023 Mar 16
1
[libnbd PATCH v4 3/3] lib/utils: add unit test for async-signal-safe assert()
...nction merely because we didn't > include the right header, rather than because its symbol was not > exported. > > On the other hand, prctl() is definitely Linux-specific, so I think > you are quite safe in assuming that <sys/prctl.h> exists if and only > if prctl() is a linkable entry point. If it does turn out to break > someone, we can fix it in a followup patch, so no change needed in > your usage at this time. *shudder* Another hideous piece of complexity that's orthogonal to what one wants to do :) So, I investigated a bit. If I understand correctly, y...
2006 May 02
6
Is there a link_to ''external url''?
I''ve checked the Rails documentation but find no mention of link_to ''external url'' or equivalent. Does rails have a built in method to do this? thanks -Lindsay -- Posted via http://www.ruby-forum.com/.
2019 May 21
2
official package lists: the future
...owland penny via samba wrote: > There was some talk of this happening automatically, but this seems > to > have not come to fruition yet. It has. See the bootstrap/ system in master. This hasn't been backported to Samba 4.10 however. The files in generated-dists are intended to be linkable from the wiki as the definitive list of packages for a developer install, which will always be a superset of packages needed in production. So for 4.11 onwards we can finally get rid of the mostly-but-not- entirely-accurate package lists in the wiki and replace with what we test with. Thanks,...
2015 May 06
4
[LLVMdev] LLD improvement plan
...hey too >> >> used to have their own script format. Now most (all?) popular debuggers >> do scripting through embedding an actual programming language. This >> could be a better way forward for linkers as well -- embed Python in the >> linker, define a Python API for linkable item placement, entry point, >> symbol operations, etc..., and then you also have the rest of Python at >> your fingertips. > > > I mostly care about specifying address where specific symbols will be placed > and specifying the memory layout of the platform. I normally us...
2023 Mar 17
1
[libnbd PATCH v4 3/3] lib/utils: add unit test for async-signal-safe assert()
...#39;t > > include the right header, rather than because its symbol was not > > exported. > > > > On the other hand, prctl() is definitely Linux-specific, so I think > > you are quite safe in assuming that <sys/prctl.h> exists if and only > > if prctl() is a linkable entry point. If it does turn out to break > > someone, we can fix it in a followup patch, so no change needed in > > your usage at this time. > > *shudder* > > Another hideous piece of complexity that's orthogonal to what one wants > to do :) > > So, I inve...
2005 Sep 27
3
Too much recursion
Hey Guys, I''ve just encountered this error in Firefox will I pulled the latest scriptaculous rc into project. Sadly, I don''t have a linkable page for you to look over at the point. My question is what is this error exactly? My code before this never got it but now it does. My few searches suggest it''s the browsers way of keeping infinite loops from happening so it sets some arbitrary number of function calls you can m...
2006 May 31
7
Rails, Transactions, and statements
...g over hard coded SQL. This is what I started out with: 1 def add_album 2 Album.transaction do 3 @page = Page.find(params[:id]) 4 @album = Album.new(params[:album]) #creates a new Album in the database 5 6 linking = Linking.new(:page_id => params[:id]) 7 linking.linkable = @album 8 9 create_path(@album.id) #makes a directory using the album id 10 11 linking.save! #sends statement AND commits? 12 @album.save! 13 14 redirect_to :action => ''index'' 15 end 16 end The problem with this is that @album''s id has not...
2006 Sep 03
7
using polymorphic associations with acts_as_list
This is what I have class Photo < ActiveRecord::Base belongs_to :image, :polymorphic => true acts_as_list :scope => image end class Place < ActiveRecord::Base has_many :photos, :as => :image end class Child < ActiveRecord::Base has_many :photos, :as => :image end I want to be able to reorder the images. What I need is for the position of the photos to be set
2017 Jul 01
2
[LLD] Adding WebAssembly support to lld
Hi Sam, First, I want to know the symbol resolution semantics. I can imagine that that is set in stone yet, but just that you guys are still discussing what would be the best semantics or file format for the linkable wasm object file. I think by knowing more about the format and semantics, we can give you guys valuable feedback, as we've been actively working on the linker for a few years now. (And we know a lot of issues in existing object file format, so I don't want you guys to copy these failures.)...
2018 Sep 26
2
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
Absolutely. The goal of the tool is to produce both textual and binary DSO stubs. This means you could take a DSO, produce a textual stub, modify it however you wish, and then produce a linkable binary stub from that modified .tbe. That, or you could bypass the textual portion altogether and just produce binary stubs from DSOs. While the textual format is useful, the goal is to make the tool complete and maximally applicable by producing ELF stubs as well. Alphabetical symbol sorting is...
2018 Sep 26
4
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
...lar to the vein of Apple’s TAPI, as the original TAPI also uses human-readable stubs. In general, llvm-tapi should: 1. Produce human-readable text files from dynamic shared objects that are concise, readable, and contain everything required for linking that can’t be implicitly derived. 2. Produce linkable files from said human readable text files. 3. Provide tools to track and control the exposed interfaces of object files. 4. Integrate well with LLVM’s existing tools. 5. Strive to enable integration of the original TAPI code for Mach-O support. There are a number of key benefits to using stubs an...
2013 Nov 26
1
[LLVMdev] an option to add bit code to .s or .o
I think it would be interesting to have a compiler option to add the bit code to the .s or .o file in some kind of a non linkable section. This would give you the option at link time of doing lto without having to change make files, etc. The driver would need to have some kind of prelink step to extract the bitcode in the case of lto. Just a thought...
2008 Oct 02
1
VS2005 build stability?
...to get around the issue? I know this may not be the case for speex, but I'm curious for C++, because I would *love* to get rid of the VS project files for another project (which uses C++). If not that, are there any tools that can alter a mingw-produced DLL (produced from C++ code) to make it linkable to VS produced executables? -- Keith Kyzivat SIPez LLC. SIP VoIP, IM and Presence Consulting http://www.SIPez.com tel: +1 (617) 273-4000 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20081002/4ac9bbf7/attach...
2006 Aug 31
0
Wiki: CentOS Media Sightings
Hi, I just started a new page on the CentOS wiki called "InTheMedia" <http://wiki.centos.org/InTheMedia>. I'd like to collect sightings of CentOS in all (linkable) media formats on that page, like newspapers, news tickers, magazines on the web or even TV and Radio. If you've seen some report on the news about CentOS and you have a link - send this link and a short description to me, I'll add those to this page. If you have TV and Radio "sight...