|
Arjen Markus <[hidden email]>: Feb 01 11:56AM -0800
Hello,
I am experimenting a bit with Androwish and the basic app works. So now I want to turn it into a "genuine" app by creating a shortcut. According to the page http://wiki.tcl.tk/39249 I need
...more
|
Cecil Westerhof <[hidden email]>: Feb 01 01:21PM +0100
I am using a function to get a default database so I do not have to
work with configuration files. Something like:
proc ::dcblUtilities::getDefaultDB {{key ""} {DB db} {timeoutSecs 10} \
...more
|
Gerald Lester <[hidden email]>: Feb 01 09:22AM -0600
On 02/01/2018 06:21 AM, Cecil Westerhof wrote:
> But what is the tcl way when something goes wrong with opening the
> database(s): let the error propagate, or catching the error and
...more
|
Cecil Westerhof <[hidden email]>: Feb 01 06:55PM +0100
>> throwing my own error?
> Either way -- it depends on what you will think is clearer to the person
> using your code.
That you do not know when writing a public package. (I am going to
...more
|
Gerald Lester <[hidden email]>: Feb 01 01:01PM -0600
On 02/01/2018 11:55 AM, Cecil Westerhof wrote:
> That you do not know when writing a public package. (I am going to
> publish it on GitHub.) But I think that I will catch and throw my own
...more
|
Uwe Klein <[hidden email]>: Feb 01 11:56AM +0100
Am 31.01.2018 um 12:45 schrieb Cecil Westerhof:
> indentation was opposite to the logical situation. Nowadays we have
> our IDE's to reformat code, but not in the days. Often I needed half a
...more
|
Cecil Westerhof <[hidden email]>: Feb 01 01:09PM +0100
>> our IDE's to reformat code, but not in the days. Often I needed half a
>> day reformatting code before I could start working on it. :'-(
> I nearly killed someone for doing that :-)
...more
|
Rich <[hidden email]>: Feb 01 04:35PM
> without()
> reformating()
> }
I've seen issues similar to the above occur when programmer #1 uses
tabs for indentation, but programmer #2 uses spaces
...more
|
Uwe Klein <[hidden email]>: Feb 01 06:32PM +0100
Am 01.02.2018 um 17:35 schrieb Rich:
> such as the above, occurs, esp. if several different "space"
> programmers have their editors set to convert tabs to different numbers
> of spaces.
...more
|
Cecil Westerhof <[hidden email]>: Feb 01 06:54PM +0100
> such as the above, occurs, esp. if several different "space"
> programmers have their editors set to convert tabs to different numbers
> of spaces.
That was not the case here.
...more
|
Cecil Westerhof <[hidden email]>: Feb 01 11:59AM +0100
> Can tcl be used for posting on Social Media? For example (but not
> limiting to): Twitter, Facebook and LinkedIn.
Looking at the answers there are no packages that handle those things.
...more
|
briang <[hidden email]>: Jan 31 02:22PM -0800
> > "errno" as a global can't work in a threaded environment. Because Tcl is bringing in pthreads, the definition of "errno" is changed. I suspect the way the test program is compiled is not
...more
|
Ralf Fassel <[hidden email]>: Jan 31 10:21AM +0100
* [hidden email]
| Thanks for the responses - it does seem to be related to Linux shared
| library implementation - possibly some issue with the way Tcl is doing
| stubs etc? It is new between
...more
|
Ralf Fassel <[hidden email]>: Feb 01 10:54AM +0100
* [hidden email]
| Interestingly, the C++ library also seems to be involved. Here is a
| new version of the test program:
| #include <math.h>
| #include <errno.h>
| #include <stdio.h>
...more
|
Ralf Fassel <[hidden email]>: Feb 01 11:09AM +0100
* Ralf Fassel <[hidden email]>
| | The main program can be compiled with gcc. If the link is done with
| | c++, the bug is present. If it is done with gcc, then it is not:
| >
| | C linkage
...more
|
Ralf Fassel <[hidden email]>: Feb 01 11:21AM +0100
* briang <[hidden email]>
| "errno" as a global can't work in a threaded environment. Because Tcl
| is bringing in pthreads, the definition of "errno" is changed. I
...more
|
Ralf Fassel <[hidden email]>: Feb 01 11:12AM +0100
* Cecil Westerhof <[hidden email]>
| Ralf Fassel <[hidden email]> writes:
| > Looking at the source code (generic/tclTimer.c, static int
| > AfterDelay()), it seems that [after ms] splits up the
...more
|
[hidden email]: Jan 31 09:11PM -0800
> if you are seeking women for sex? find here local girls online looking for near me men for sex, romance, flirt, dating, nsa relationship. choose here best dating profile for fuck tonight.
...more
|
[hidden email]: Jan 31 02:34PM -0800
Simple tests appear to show there is an issue with the Tcl SMTP package when the invoking script has other open socket communications.
The situation is that a script opens a channel to a server
...more
|
Gerald Lester <[hidden email]>: Jan 31 05:27PM -0600
> Anybody have any thoughts on this? I find it hard to conceive of a cause within the Tcl interpreter and its socket channel handlers, but the test is reproducible
> on multiple machines.
...more
|
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to [hidden email].
|
|