Releases: moosetechnology/FAST
Releases · moosetechnology/FAST
v2.1.3
What's Changed
- Move FAST, FASTSourceCode and FASTDump tabs after Navigation by @Gabriel-Darbord in #42
- DumpVisitor: handle unexpected FMMultivalueLink due to improper property description by @Gabriel-Darbord in #43
- Inspection: Export source code when source is not available by @Gabriel-Darbord in #44
- Ignore original parsing error in differential visitor by @NicolasAnquetil in #45
- Refactoring on DifferentialValidator towards more generic Validator by @NicolasAnquetil in #46
- adding "!unary" operator to the operators precedence dictionary by @RomainDeg in #48
- A generator for a copy visitor (ie. a visitor that creates a copy of … by @NicolasAnquetil in #50
- Copy generator by @NicolasAnquetil in #51
- Missing aggregation in generator by @NicolasAnquetil in #62
- Missing aggregation in generator by @NicolasAnquetil in #63
- Local resolver by @NicolasAnquetil in #68
- issue-52: TBinaryExpression should have an operator, left operand, right operand by @NicolasAnquetil in #69
- renamed #left/#right relation of TBinaryExpression to #leftOperand/#r… by @NicolasAnquetil in #71
- In FASTCopyVisitorCodeGenerator, categorized generated method in #vis… by @NicolasAnquetil in #72
- add setter for outptStream by @badetitou in #74
- Fix #76: add testing methods by @Gabriel-Darbord in #77
New Contributors
- @RomainDeg made their first contribution in #48
Full Changelog: v2.1.2...v2.1.3
v2.1.2
What's Changed
- updated Visitor code generator to add pragma by @NicolasAnquetil in #24
- adding BinaryExpression and UnaryExpression to the Core Fast Traits by @lsafina in #25
- Fix #28: move
dump
extensions to the Tools package by @Gabriel-Darbord in #29 - Created an abstract class for validation of meta-model through AST co… by @NicolasAnquetil in #30
- correct invocation of #getASTFromString: by @NicolasAnquetil in #31
- New check and raising error in differentialValidator by @NicolasAnquetil in #32
- Allow to work on only one file by @NicolasAnquetil in #33
- changed comparison of ASTs to give more indo by @NicolasAnquetil in #34
- DifferentialComparator now also compared on some properties values by @NicolasAnquetil in #36
- File encoding by @NicolasAnquetil in #37
- adding dependency to 'core' in baseline for 'tools' by @NicolasAnquetil in #39
- moved FASTTexporter trait from FASTFortran to FASTCore by @NicolasAnquetil in #40
- Refactoring a bit how indentation is handled by @NicolasAnquetil in #41
New Contributors
- @lsafina made their first contribution in #25
- @Gabriel-Darbord made their first contribution in #29
Full Changelog: v2.1.1...v2.1.2
BaselineLoadFamix only if not in a Moose Image
What's Changed
- Added package FAST-Core-Tools by @NicolasAnquetil in #15
- forgot test package by @NicolasAnquetil in #16
- correcting package dependency in baseline by @NicolasAnquetil in #17
- Removing dependency to FASTJava by @NicolasAnquetil in #18
- Local resolver by @NicolasAnquetil in #19
- Moved local-resolver extensions from FASTEntity to FASTTEntity by @NicolasAnquetil in #20
- Baseline patch by @NicolasAnquetil in #21
- Added a generator for visitor infrastructure by @NicolasAnquetil in #22
- Inspecting FASTEntities in "FAST" panel of the inspector by @NicolasAnquetil in #23
Full Changelog: v2.1.0...v2.1.1
v2.1.0 - Ensure compatibility with Moose10
Full Changelog: v1.0.5...v2.1.0
v2
Update testAndBuild.yml
master
Create testAndBuild.yml
Use new MooseCollection + add sourceCode method
new MooseCollections allow one to optimize its request and are faster
sourceCode can be called on all entity and returns the code of the method (before, we had to use sourceText and each time use copyFrom:to: with startPos and endPos)
add parameter correctly and fixed gt extension
v1.0.3 change sourcetext to not fail because of famix
Cleaning before next important release
add orderedChildren ^ self children asOrderedCollection sort: #startPos ascending
Cleaning and integration of the highlighter
v1.0.1 add highlighter