text-based
Here are 210 public repositories matching this topic...
-
Updated
Jul 9, 2021 - C++
-
Updated
Jun 10, 2021 - Elixir
Brief summary of issue / Description of requested feature:
We have one usage of Q_FOREACH. This had been discouraged for some time (since 2016-06-16).
https://github.com/Mudlet/Mudlet/blob/c5285d17615029a7af245948f7dad18c8c39fecc/src/Host.cpp#L1785
Steps to reproduce the issue / Reasons for adding feature:
- Look at Qt documentation within Qt Creator:
`Q_FOREACH(variable, co
-
Updated
Jul 26, 2021 - C
-
Updated
Oct 18, 2020 - Java
-
Updated
Jun 4, 2021 - SCSS
Refactor DI
Refactor classes (including tests) to resolve dependencies out of the IoC container with $this->dep = app($class::class)
in the constructor, instead of through the constructor method arguments.
Constructor arg lists get quite long (see PopulationCalculator), and needs fixing test constructors whenever this changes.
Beep, boop, I'm a bot! Th
-
Updated
Jun 20, 2021 - Java
-
Updated
Jun 13, 2021
-
Updated
Feb 14, 2018 - C#
-
Updated
Jan 17, 2021 - Java
-
Updated
Jul 7, 2021 - R
-
Updated
May 12, 2018 - Haskell
-
Updated
Jul 24, 2021
-
Updated
May 6, 2021 - JavaScript
-
Updated
Apr 26, 2021 - Java
-
Updated
Oct 1, 2020 - C
-
Updated
May 10, 2021 - Python
The number of tests should probably be increased, and each test should cover all possible use cases of each commands. Certain existing tests might contain useless lines or need to check more use cases.
-
Updated
Jan 17, 2021 - C++
-
Updated
May 11, 2021 - JavaScript
-
Updated
Jun 12, 2017 - OCaml
-
Updated
Jul 22, 2021 - Go
Improve this page
Add a description, image, and links to the text-based topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the text-based topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Right now, this condition check on the delete() outcome has no value.

Describe the solution you'd like
I'd like to see the
DefaultScript.delete()
method check to make sure the deletion was done properly and then return a boolean value.Or as @Griatch put it