curiousdannii-testing / inform7-imported-bugs

0 stars 0 forks source link

[I7-1996] [Mantis 2032] Past tense of digging action incorrectly set to "digged" #88

Closed curiousdannii-testing closed 2 years ago

curiousdannii-testing commented 2 years ago

Reported by : otistdog

Description :

If a digging action is created, the past participle derived is "digged" instead of "dug". This means checking automatic state tracking of actions requires:

If we have digged...

instead of:

If we have dug...

Steps to reproduce :

"Bug Report"

Place is a room.

Digging is an action applying to one thing.

[Check digging action in Index to see derived past tense.]

Additional information :

See discussion on this issue at http://www.intfiction.org/forum/viewtopic.php?f=7&t=23091&sid=e3aac7fdb0604d527535c221d454b3e8

Interestingly, if the verb "to dig" is declared, it seems to get the correct past participle.

I'm filing this under "actions" since it seems specific to the action version of the word, and with effect "compiler rejects valid code" on the theory that "if we have dug..." should be valid. Feel free to recategorize.

imported from: [Mantis 2032] Past tense of digging action incorrectly set to "digged"
  • status: Closed
  • resolution: Resolved
  • resolved: 2022-04-10T04:42:06+10:00
  • imported: 2022/01/10
curiousdannii-testing commented 2 years ago

61eedb62875fc10070240916:

Fixed via this commit: https://github.com/ganelson/inform/commit/0dc42eb46fd7efe886e2ac943afc943e2103802e

Comment from Graham Nelson:
A single character typo in the tables of inflections of English irregular verbs.