Matthew Asplund

Results 25 issues of Matthew Asplund

**Describe the bug** When the build is successful the build history should be cleared to remove old operations. It should still keep un-run operations for failed incremental builds, but when...

bug
good first issue

CppToml does not support pretty printing the toml files and throws away comments. This causes edits to the recipe file to blow away formatting and comments. May want to look...

enhancement
good first issue

**Describe the bug** When using the SetupEntryPoint to call a batch script at startup the script will exit with status code 0 to indicate it successfully completed, however SFX is...

type-code-defect
status-last6months

A lot of work toward allowing non built in language extensions. It now mostly works, with some quirks around restore and resolving partial version references.

Including a file multiple times should automatically guard against re-loading the same file multiple times. This is especially important with diamond dependencies. Main.gravity ```swift #include "A.gravity" #include "B.gravity" func main()...

fixes #389 The lexer was incorrectly peeking at the current character when seeing if a carriage return also has a trailing line feed. Updated to use peek next to correctly...

I need to be able to compare strings ignoring case. This can be accomplished by introducing a string.compare with direct support for ignore case or by introducing toUpper/toLower (Best to...

**Is your feature request related to a problem? Please describe.** Add ability to filter dependencies directly in the recipe declaration. For example add ability to have windows only dependency. **Describe...

It may be useful for distributed builds and moving package builds around to allow for source and target folders to be macro values that are only expanded during evaluate time....

Unique file hashing does not sort ValueLists. This may cause different orders to generate different folders. It is not as important as sorting the ValueTable since those have many different...