-
| | |
| --- | --- |
| Bugzilla Link | [39545](https://llvm.org/bz39545) |
| Resolution | LATER |
| Resolved on | Jan 17, 2019 14:19 |
| Version | trunk |
| OS | All |
| Attachments | [IR with…
-
Sharing some thoughts / notes on a possible code smell in our compiler architecture.
Our compiler stores type information internally using the `Type` enum data structure. Throughout the compiler, w…
-
(I have provided a heavily cut down version of the problem)
While using boost program_options, I noticed that the program crashed when using the line:
```
boost::program_options::value()
```
…
-
```
$ sqlitis "select count('typeID'),character_id from skills where active>0 and ('typeID'=3337 or 'typeID'=3336 or 'typeID'=12212) group by character_id having count('typeID') =3"
ERROR: Failed t…
-
Hi funannotate team,
First, congratulations on the development of funannotate, is a great annotation tool for fungal genomes, I am having great fun using it!
I am trying to annotate some yeast g…
-
I've identified an inconsistency in the API documentation regarding the typeId query parameter on Appointment endpoint. Currently, the documentation states that typeId accepts an array , but the API …
-
**Steps to Reproduce**
Create an empty class with the HiveType annotation.
```
@HiveType(typeId: 0)
class EmptyClass {}
```
Start the generator. The result is:
```
class EmptyClassAdapte…
-
Dear Community,
I receive an incorrect query-capture using the treesitter api on a rare if-statement edge case. I want to grab the condition inside an if-statement. In this particular case, there i…
-
[typeid::hash_code](https://en.cppreference.com/w/cpp/types/type_info/hash_code) guarantees all Objects of same type have same hash but doesn't guarantee uniqueness. Also, hashes change between runs.
…
-
In non-beta gmod, TypeID() performance remains about
```
TYPE_NONE: 0.023719499999999
TYPE_NIL: 0.024682200000001
TYPE_BOOL: 0.024915000000007
TYPE_NUMBER: 0.024916000000005
TYPE_STRING: 0.025…