jackwyand

Results 15 comments of jackwyand

Yep, I think all of these stem from duplicate UIDs so fixing those is the priority.

All of these duplicates have been fixed so no more diffs should occur if the ordering of adding them is changed, hence I think this issue can be closed.

To confirm, the duplicates within the concept table that this was fixing were UIDs of the constraints added in `defSymbols` conflicting with the physics concepts also added in the concept...

The problematic chunks are the following: - `angularVelocity` - `force` - `gravitationalConst` - `momentOfInertia` - `orientation` - `position` - `restitutionCoef` - `torque` - `velocity` The output states that they are...

Sure! In the `conceptChunk` list that is added to the ChunkDB, there is a list called `defSymbols` (Ln 149) https://github.com/JacquesCarette/Drasil/blob/def8f55cbdd4cd2b2cd857e8b6958009b4513c06/code/drasil-example/gamephysics/lib/Drasil/GamePhysics/Body.hs#L144-L153 Within this list, there are two other lists added, including...