legend-pure icon indicating copy to clipboard operation
legend-pure copied to clipboard

Legend Pure module

Results 40 legend-pure issues
Sort by recently updated
recently updated
newest added

## Bug Report In Java 11.0.9 the use of timezone "CST" no longer works causing the test on line 55 of TestPureDate.java to fail: https://github.com/finos/legend-pure/blob/f98651e4c3e0f76e41905c3f63aebb8eb4ec40b1/legend-pure-m4/src/test/java/org/finos/legend/pure/m4/primitives/TestPureDate.java#L55 ``` Tests run: 13, Failures:...

Since repositories are found through the Java service loader framework, a static cache of them makes little sense. This deprecates that static cache (PureRepositoriesExternal) and replaces it with a non-static...

cla-present

## Bug Report ### Steps to Reproduce: The following code compiles in Pure, but yields a Java compilation error in compiled mode. ``` import test::*; function test::inspect(values:T[m], fn:FunctionAny[*]}>[1]):T[m] { $fn->eval($values);...

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits 40674a4 update changelog, version d8cc569...

cla-present
dependencies
javascript

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.10.5.1 to 2.13.4.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.10.5.1&new-version=2.13.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

cla-present
dependencies
java

Only spec change (implementation to follow)

Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.25 to 8.29. Release notes Sourced from checkstyle's releases. checkstyle-8.29 https://checkstyle.org/releasenotes.html#Release_8.29 checkstyle-8.28 https://checkstyle.org/releasenotes.html#Release_8.28 checkstyle-8.27 https://checkstyle.org/releasenotes.html#Release_8.27 checkstyle-8.26 https://checkstyle.org/releasenotes.html#Release_8.26 Commits 8933d03 [maven-release-plugin] prepare release checkstyle-8.29 bd45909 Issue #7487: refactor...

dependencies
java