-
### Description
The model below compiles and runs without complaint. Silently, in the C code, the doubles are converted to ints.
### MWE
```modelica
model IntegerToReal
Integer k = 2.71; …
-
It looks like there are some fail states that we're handling silently right now. We should give some kind of feedback to the user when for example the session state has not yet reached "running"
-
ConeSearch states (end of §2.1)
> If a query includes an optional parameter, either one specified by this document or not, that is not supported by the service implementation, the service must igno…
-
Operation "Buy My Mixtape"
* [ ] Curate a library of music tracks with consistent BPM.
* [ ] Organize tracks into categories based on themes or game states (e.g., combat, exploration, victory).
*…
-
The Python Zen states
```
Errors should never pass silently.
Unless explicitly silenced.
```
The following code
``` python
if isinstance(value, basestring):
try:
…
-
We are told to use asserts liberally. However for example, if we have a constructor with 3 parameters, would writing asserts for all boundary values for all parameters be too much? This could easily…
-
Provide an option for changing the logical operation used for Device States. An advanced mode allowing any combination (like a user created conditional) would be great.
There have been a few requests…
-
On today's TF kickoff call, Aaron G brought up an interesting point-- migrating between a server that supports lots of extensions/FEP-specific Activities (with, say, custom properties defined in a sup…
-
When used as intended, `coverTable` gives a coverage warning:
```
> quickCheck $ coverTable "A" [("B", 10)] $ tabulate "A" ["A"] ()
+++ OK, passed 1 test.
A (1 in total):
100% A
Table 'A' ha…
-
UG states that command flags are order-insensitive.
![image.png](https://raw.githubusercontent.com/nus-cs2103-AY1920S1/pe/master/imageFolderTXT/4525735909_04e35e0e-5bbe-48ea-9945-d28c3c4280bf.png)
Ho…