What do I do about a bug that can't include a "code file"? #729
Replies: 2 comments 3 replies
-
The docs could obviously be improved, sice you obviously didn't get it. What it means is that depending on your environment, it could work with or without the bundler. Now... you got the error without bundler, so that means that in your case you need I actually don't get your complaint, but if you have some better sentence to use, we are open to suggestions. |
Beta Was this translation helpful? Give feedback.
-
I thought you didn't get the meaning of the sentence, hence I thought that the sentence may not be clear and I asked if you have a better way of saying it. It was self criticism about the docs, not about your understanding.
"useless to find a gem not in a Gemfile"... of course. But that is not the only thing
No, here it's not failing at all. What is failing is your assumption that the doc is wrong because you don't use bundle to install the pagy gem and think that it would be useless. But the playground apps use bundle inline to install the gems that they use. Depending on your environment you can call
Never changed
The demo does work here... just follow the docs
No bug as long as you use the launch statement that applies AFAIK.
A lot of wrong assumptions here. If there is a bug you CAN reproduce it. For example, just posting the app that show the failure of some pagination feature even without modification. That would be the easiest reproducible bug. Of course if you cannot run the app because you want to use the wrong statement for your environment, it's a problem of environment (and wrong assumptions), not an app bug and much less a pagy bug. Indeed if you find a bug in the playground system, that wouldn't even be a gem core bug. That would affect the playground, not the pagination, however you could absolutely use the app to show the app bug. HTH |
Beta Was this translation helpful? Give feedback.
-
I just found a bug in the Pagy gem, but it's not a bug that appears in my app, it's a bug that appears when using the
pagy
executable according to the directions found in the documentation.Here's the text I would be posting in the bug report, if not for the threat of automatically closing bug reports that don't have a code file (thus eliminating the possibility of reporting bugs for which no code file can be included, and thus guaranteeing that bugs of this sort are never reported or the reports are never seen):
The documentation claims that you can see the demos without Bundler by mentioning Bundler as something you might possibly need to use. Yet when I try to see them without Bundler, I am met with errors:
If the documentation is in error, then this could be reclassified as a request to correct the docs, but I'm assuming the docs reflect the intended behavior of the gem, and this is merely an oversight because most of us are using a Gemfile almost all of the time.
Beta Was this translation helpful? Give feedback.
All reactions