Created on 2006-08-18.15:04:17 by robk-darcsspam, last changed 2009-10-24.09:10:35 by admin.
msg916 (view) |
Author: evilrob |
Date: 2006-08-18.15:04:13 |
|
the example char class given works, but the one I tried - listing
specific chars - didn't work with any combination of backslash escaping...
#[Thu Aug 17 16:02:09] rabbit$ darcs replace --token-chars "[selfrd\._]" self.r
self.block_in_file amdlib/storage/tinystore.py
darcs failed: Bad token spec: [selfrd\._]
#[Thu Aug 17 16:02:28] rabbit$ darcs replace --token-chars "[a-zA-Z_0-9\-\.]" s
elf.r self.block_in_file amdlib/storage/tinystore.py
#[Thu Aug 17 16:02:57] rabbit$
|
msg976 (view) |
Author: jch |
Date: 2006-09-06.22:04:33 |
|
Hi,
This message usually means that one of your tokens is not a token according to
your spec. For example, self.block_in_file contains a ``b'', but ``b'' is not
allowed in a token in your spec.
I agree that the message is not comprehensible -- I'll fix that.
|
msg4518 (view) |
Author: E.Y.Kow |
Date: 2008-05-03.16:47:48 |
|
The following patch updated the status of issue245 to be resolved in the unstable branch:
* resolve issue245: more precise 'Bad token spec' error messages.
I think this resolves issue371 as well.
You can view the patch details online here:
http://darcs.net/cgi-bin/darcs.cgi/unstable/?c=annotate&p=20080502204426-2067a-2e3873100fbddebd953c7c1b90fd48cd0657eb3d.gz
|
|
Date |
User |
Action |
Args |
2006-08-18 15:04:17 | robk-darcsspam | create | |
2006-09-06 22:04:39 | jch | set | status: unread -> unknown nosy:
+ jch messages:
+ msg976 title: --token-chars doesn't recognise normal regex -> "Bad token spec" message not comprehensible |
2007-08-06 08:57:17 | kowey | set | nosy:
+ kowey, beschmi |
2007-08-09 07:35:51 | kowey | link | issue371 superseder |
2007-08-09 07:36:10 | kowey | unlink | issue371 superseder |
2008-02-09 19:04:48 | markstos | set | status: unknown -> deferred nosy:
droundy, jch, tommy, beschmi, kowey, robk-darcsspam assignedto: jch -> |
2008-04-30 19:46:53 | kowey | set | status: deferred -> unknown nosy:
+ dagit, jaredj topic:
+ ProbablyEasy, UI |
2008-05-03 16:47:51 | E.Y.Kow | set | status: unknown -> resolved-in-unstable nosy:
+ E.Y.Kow messages:
+ msg4518 title: "Bad token spec" message not comprehensible -> more precise 'Bad token spec' error messages. |
2008-08-05 23:27:04 | kowey | set | status: resolved-in-unstable -> resolved nosy:
droundy, jch, tommy, beschmi, kowey, dagit, robk-darcsspam, jaredj, E.Y.Kow |
2009-08-06 17:37:55 | admin | set | nosy:
+ markstos, jast, Serware, dmitry.kurochkin, darcs-devel, zooko, mornfall, simon, thorkilnaur, - droundy, jch, robk-darcsspam, jaredj, E.Y.Kow |
2009-08-06 20:34:38 | admin | set | nosy:
- beschmi |
2009-08-10 21:54:40 | admin | set | nosy:
+ E.Y.Kow, robk-darcsspam, jch, jaredj, - markstos, darcs-devel, zooko, jast, Serware, mornfall |
2009-08-10 23:55:32 | admin | set | nosy:
- dagit |
2009-08-25 17:51:32 | admin | set | nosy:
+ darcs-devel, - simon |
2009-08-27 14:01:43 | admin | set | nosy:
jch, tommy, kowey, darcs-devel, robk-darcsspam, thorkilnaur, jaredj, dmitry.kurochkin, E.Y.Kow |
2009-10-24 00:45:18 | admin | set | nosy:
+ robk, - robk-darcsspam |
2009-10-24 09:10:35 | admin | set | nosy:
+ evilrob, - robk |
2010-05-29 13:08:21 | kowey | link | patch242 issues |
|