#emc-devel | Logs for 2010-01-13

Back
[08:35:31] <micges_work> hi alex_joni
[08:36:58] <alex_joni> hi
[09:09:07] <christel> [Global Notice] Hi all, We are now in the final stages of preparing the change over from hyperion to ircd-seven, we would encourage users and projects to read http://announce.freenode.net and familiarise yourselves with upcoming migration plans, we also suggest making sure that your bots and scripts work with the new ircd. Thank you and have a good day!
[12:18:54] <CIA-5> EMC: 03jthornton 07master * r58aea10b28bf 10/docs/man/man1/ (comp.1 halui.1): spelling fix
[12:18:55] <CIA-5> EMC: 03jthornton 07master * re2a3300618a5 10/docs/src/config/ini_config.lyx: cycle time change
[20:42:47] <micges> in inifile there are allowed comments at end of lines with variables? like name = value # comment
[20:42:58] <micges> and comment should be ignored?
[20:45:11] <micges> if so then we probably have bug in inifile handling
[20:52:43] <micges> hmm docs says that 'name = value # comment' is wrong
[21:03:23] <jepler> one reason we might not want to change that is that ";" is a comment character too, but a character that is more plausibly useful in a value
[21:03:43] <jepler> such as a hypothetical new option RUN_AT_SHUTDOWN = shell command 1; shell command 2
[21:04:00] <jepler> it would be worse than now if "#" can be a comment anywhere in the line, but ";" only at the beginning
[21:04:22] <micges> no I don't want any change
[21:04:27] <micges> it's ok for me
[21:04:32] <jepler> Here's another not totally impossible value: RS274NGC_STARTUP = #1=100
[21:05:34] <micges> but while working on ja3 I've noticed some configs with bad comments
[21:06:20] <micges> now I know that they're wrong
[21:08:44] <jepler> which ones? I grepped but didn't find anything right away
[21:09:29] <christel> [Global Notice] Hi all, we are currently experiencing a "new sort of spam" -- where the spammer claims to be tunelling via HTTP POST and encourages you to visit a url. Visiting the URL opens another connecting via YOUR ip which spams further, we encourage you to NOT click the link to avoid being banned from channels or the network. Thank you.
[21:11:23] <micges> scara had bad ones fixed in http://git.linuxcnc.org/gitweb?p=emc2.git;a=commit;h=c0a6ece737b3813c99bf50b3fe001280dbd50713
[21:13:38] <jepler> looks like that one was introduced on the branch, never on master
[21:13:48] <jepler> if there are some that exist only on the branch then just fix them there
[21:14:34] <jepler> if they exist on master and branch, then one strategy is to fix them on master and merge master to branch; or fix on a branch started from the common ancestor and merge that to both branches
[21:15:01] <micges> I see, thanks