Python Community Server: Development

A weblog about programming in Python, C#, Java, Perl and C++ - and the occasional comment on PyCS development
new: discuss community servers on the CommunityServerWiki!

SunMonTueWedThuFriSat
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30

[ May ] [ Jul ]

the locals
also available in XML
Copyright (c) 2002 Phillip Pearson
spread the dot

2002-6-1

I'm starting to like this C# thing

Now, I guess all the Java coders out there have had this for ages, but I just ran into this incredibly helpful error message while doing a bit of C#.

<-- do not write code like this at home; it's just an example.

That is really handy.  One of the more common errors in C code.  A decent C/C++ compiler will say something along the lines of:

warning C4706: assignment within conditional expression

But if, for example, you've included a library that spits out hundreds of warnings when you compile with /Wall, that sort of thing tends to get lost.

Comment on this post [ so far]

Another test

This should bring 'dev progress' back up to #1

Comment on this post [ so far]

Blog updates should be more reliable now

Testing blog updates; the old system signalled an update every time somebody upstreamed a file, and my 'notes' blog seemed to be permanently at the top.

I've implemented the weblogs.com interface now - a more reliable updates page is at http://www.pycs.net/system/weblogUpdates.py

Let's see if it's working

Comment on this post [ so far]