iets3.opensource
iets3.opensource copied to clipboard
Open Source Parts of IETS3
The base type implementation was missing for some types. More info about the TaggedType: https://github.com/IETS3/iets3.opensource/pull/627
**Minor corrections in the existing unit libs (SIUnits & SIUnitsDerivedAndScaled) and a new lib (SIUnitsDerivedAndScaledWithSpecialNames)** The newly added unit library "" is based on the units from the International System...
- small fixes related to the minimization of groups and fractions - exponent expression now doesn't use references as the base anymore - improvement and fixes in substitute menus -...
We now have the following units: - byte and bit - with binary scaling: kibibyte, mebibyte... - with metric scaling: kilobyte, megabyte... The binary scaling prefix is according to [IEC](https://en.wikipedia.org/wiki/IEC_80000-13)...
When the type system expects a certain concept, we should not use the colon cast (:) to cast nodes to a different type but rather use the `as` cast. This...
As described in #651 ,the Nix semantics of `&&` and `||` are inconsistent with those of the other logic operators `==` and `!=`. This PR tries to address this issue...
Some examples: components.Parameter, components.Variable, adt.AlgebraicConstructorArg, adt.Ancestor, adt.QuotedTermType, EmptyValue... I encountered the issue, for example, with the concept _EnumDeclaration_. We should also check if _IOptionallyTyped_ could extend _ITyped_.
### About This PR is related to issue #172 (reexporting imports for Library) There is nothing to do for the issue: mbeddr provides a **reexport-intention** for Chunks, so that you...
We need to fix the publication behavior. In the case visible below, the tests are succeeding, but the Teamcity build is failing, because we set the build to fail when...
When generating kernel concepts that have documentation attached, the resulting code comments in the Java code are misaligned (and in cases also duplicated). Screenshot attached below, tested on maintenance/20223 