Skip to content

Informaticup Documentation Pull Request #58

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 165 commits into
base: master
Choose a base branch
from

Conversation

CaptainUnbrauchbar
Copy link
Owner

PR to see achieved goals and before-after comparison for Informaticup Open-Source Competition

All work for the competition was done on the "informaticup" branch. The master branch represents the previously existing project and its state from before the contest!

richilino and others added 30 commits March 27, 2025 16:50
clingo output is now displayed in its own panel tab inside of a webview with answers divided into boxes
added welcome screen with tips, basic functioanlity of using path clingo
Replace console output with webpanel output
…om input files

WASM Clingo doesnt support large input files so removing comments improves this problem
richilino and others added 30 commits June 29, 2025 17:25
…ons/github-actions-c5f5c95947

ci: 👷 bump the github-actions group with 3 updates
…n/vscode-extension-tester-8.15.0

ci: :arrow-up: bump vscode-extension-tester from 8.13.0 to 8.15.0
…n/npm_and_yarn-9886f77e80

ci: :arrow-up: bump the npm_and_yarn group with 1 update
Makes the extension easier to find as ASP is a widely used term with many different compilers and we only support clingo
* fix: 🐛 fixed multiline comments being processed incorrectly

* style: 🎨 removed commented code, fixed dependency version

* fix: 🎨 package lock missing

* fix: 🐛 package lock regenerated

* fix: 🐛 removed obsolete code

* fix: 🐛 package lock final final

---------

Co-authored-by: Richard Hegewald <[email protected]>
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.7.0 to 30.0.5.
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.0.5/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-version: 30.0.5
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps the github-actions group with 2 updates: [step-security/harden-runner](https://github.com/step-security/harden-runner) and [github/codeql-action](https://github.com/github/codeql-action).


Updates `step-security/harden-runner` from 2.12.1 to 2.12.2
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@002fdce...6c439dc)

Updates `github/codeql-action` from 3.29.0 to 3.29.2
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@ce28f5b...181d5ee)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-version: 2.12.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-version: 3.29.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@vscode/codicons](https://github.com/microsoft/vscode-codicons) from 0.0.36 to 0.0.39.
- [Release notes](https://github.com/microsoft/vscode-codicons/releases)
- [Commits](microsoft/vscode-codicons@0.0.36...v0.0.39)

---
updated-dependencies:
- dependency-name: "@vscode/codicons"
  dependency-version: 0.0.39
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…ons/github-actions-e144074ff2

ci: 👷 bump the github-actions group with 2 updates
…n/jest-30.0.5

ci: :arrow-up: bump jest from 29.7.0 to 30.0.5
…n/vscode/codicons-0.0.39

ci: :arrow-up: bump @vscode/codicons from 0.0.36 to 0.0.39
Bumps the npm_and_yarn group with 1 update: [tmp](https://github.com/raszi/node-tmp).


Updates `tmp` from 0.2.3 to 0.2.4
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
- [Commits](raszi/node-tmp@v0.2.3...v0.2.4)

---
updated-dependencies:
- dependency-name: tmp
  dependency-version: 0.2.4
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
…n/npm_and_yarn-5a0513363d

ci: :arrow-up: bump tmp from 0.2.3 to 0.2.4 in the npm_and_yarn group
style: 💫 Update display name and add categories/tags
DAS BRINGT IHNEN NICHTS
docs: 📝 misc changes to citation
docs: 📝add zenodo batch to readme
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [github/codeql-action](https://github.com/github/codeql-action).


Updates `actions/checkout` from 4.2.2 to 5.0.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@11bd719...08c6903)

Updates `github/codeql-action` from 3.29.4 to 3.29.8
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@4e828ff...76621b6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-version: 3.29.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
…ons/github-actions-0bcac4bc46

ci: 👷 bump the github-actions group with 2 updates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants