Creation of DeferredVariableBinding

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Creation of DeferredVariableBinding

Holger Freyther
Good Afternoon,

I tried to load DBD-PostgreSQL using the Compiler package and it fails
because the first file imported is Connection.st but it refers to a
#{PQResultSet} which will be added by ResultSet.st.

The STInST.STCompiler>>#bindingOf: should probably create an instance
of DeferredVariableBinding?


Example:

  #{ABC}


Is it as simple as creating a DeferredVariableBinding?


commnents?
        holger


_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk