code2seq icon indicating copy to clipboard operation
code2seq copied to clipboard

Code for the model presented in the paper: "code2seq: Generating Sequences from Structured Representations of Code"

Results 13 code2seq issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps commons-io from 1.3.2 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=1.3.2&new-version=2.7)](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 it yourself. You can also trigger a...

dependencies

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.10.4 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.9.10.4&new-version=2.12.7.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...

dependencies

Hello. MAX_PATH_LENGTH is referenced from config.py in line 17 of interactive_predict.py. Therefore, MAX_PATH_LENGTH in line 5 don't need. Also, shouldn't MAX_PATH_WIDTH in line 5 be referenced in line 17? Please...