Oooook.... this is getting worrying now...

Oooook.... this is getting worrying now...
Here I am stuck again with the same error as the night before but with a twist: I could not find any other file whose name ends with the same part of the one I am trying to add.

Hence, this sounds like I have found a second issue in code that, really, should be straightforward.

Marco Cantù this is getting worrying now.

Comments

  1. Are you able to reproduce it with a SCCE?

    ReplyDelete
  2. SO calls it MCVE (http://stackoverflow.com/help/mcve) but its the same and I wish more developers would stick to it. It would improve finding and fixing errors significantly as it reduces wasting time for "crystal ball debugging" due to missing or misleading information.

    ReplyDelete
  3. Alas, this was created in the proof of concept and we are now trying to integrate it.
    The thing is, though, this stuff should not happen.

    ReplyDelete
  4. Andrea Raimondi If it was a proof of concept, it should be a fairly small app, right? If you can reproduce this with any number of steps in a small app, then posting those steps to a QP would be really useful.

    You posted in the other thread wondering why Emb hadn't come across this bug - if it's hard to reproduce, that will be why. So if you are getting it to happen, there may be something about the specific order of steps you're doing, the way you're renaming, the version control maybe, anything - the point is that if you can figure that out, it would be very valuable and make a great bug report.

    ReplyDelete
  5. Andrea Raimondi The advice to post SSCCE is very sage. A lot of your posts omit an SSCCE. You'd get far better help if you adopted this discipline. Further, you'd solve most of the problems yourself.

    ReplyDelete

Post a Comment