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

Legend Pure module

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

This is the interpreted side of https://github.com/finos/legend-pure/pull/681, which enable this for compile.

Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 9.4.44.v20210927 to 10.0.14. Release notes Sourced from jetty-server's releases. 10.0.14 Special Thanks to the following Eclipse Jetty community members @​pzygielo (Piotrek Żygieło) @​jluehe (jluehe) @​dzoech (Dominik Zöchbauer)...

dependencies
java

same as https://github.com/finos/legend-engine/pull/1337 checking result with ``` mvn -Prelease clean install -DskipTests -Dmaven.javadoc.skip -Dgpg.skip && mvn -Prelease clean verify -DskipTests -Dmaven.javadoc.skip -Dgpg.skip artifact:compare ``` shows that there is at least...

Bumps [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.33 to 2.0. Commits c98ffba issue 561: add negative test case e2ca740 Use Maven wrapper on github 49d91a1 Fix target for github 19e331d Disable toolchain for github...

cla-present

Uplift and fix canReactivateDynamically native function

cla-present

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.10.5.1 to 2.12.7.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.12.7.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

cla-present
dependencies
java

https://github.com/finos/legend-pure/blob/cbf7fcef2ecd76a8e1e82afd85431c3d613dc9a7/legend-pure-m3-core/src/main/java/org/finos/legend/pure/m3/compiler/validation/functionExpression/GetAllValidator.java#L73 Currently the method checks that the business date is a constant or a VariableExpression, expecting use cases of ``` MyClass.all(%2015-01-01) ``` or ``` let businessDate = today(); MyClass.all($businessDate );...

## Feature Request ### Description of Problem: When defining a lambda function without typing its arguments, the error message is cryptic: {x|fooBarFunction($x)} // fails with "Function type is not fully...

Add several methods to SourceInformation: intersects, isValid, and a suite of methods for comparing source positions (i.e., line-column pairs).

https://github.com/finos/legend-pure/pull/740 was reverted, committing it again