✨ Added additional distance functions and distance maps #1027
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
2 errors
Draft Release
Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"}
{
name: 'HttpError',
id: '5597184575',
status: 422,
response: {
url: 'https://api.github.com/repos/cda-tum/fiction/releases/97501859',
status: 422,
headers: {
'access-control-allow-origin': '*',
'access-control-expose-headers': 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset',
connection: 'close',
'content-length': '195',
'content-security-policy': "default-src 'none'",
'content-type': 'application/json; charset=utf-8',
date: 'Wed, 19 Jul 2023 10:09:30 GMT',
'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin',
server: 'GitHub.com',
'strict-transport-security': 'max-age=31536000; includeSubdomains; preload',
vary: 'Accept-Encoding, Accept, X-Requested-With',
'x-content-type-options': 'nosniff',
'x-frame-options': 'deny',
'x-github-api-version-selected': '2022-11-28',
'x-github-media-type': 'github.v3; format=json',
'x-github-request-id': '9606:7656:C3B893:18EC730:64B7B65A',
'x-ratelimit-limit': '1000',
'x-ratelimit-remaining': '944',
'x-ratelimit-reset': '1689762949',
'x-ratelimit-resource': 'core',
'x-ratelimit-used': '56',
'x-xss-protection': '0'
},
data: {
message: 'Validation Failed',
errors: [
{
resource: 'Release',
code: 'invalid',
field: 'target_commitish'
}
],
documentation_url: 'https://docs.github.com/rest/releases/releases#update-a-release'
}
},
request: {
method: 'PATCH',
url: 'https://api.github.com/repos/cda-tum/fiction/releases/97501859',
headers: {
accept: 'application/vnd.github.v3+json',
'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/16.16.0 (linux; x64)',
authorization: 'token [REDACTED]',
'content-type': 'application/json; charset=utf-8'
},
body: '{"body":"## 👀 What\'s Changed\\n\\n- Fast three state @Drewniok (#206)\\n\\n## ✨ Features and Enhancements\\n\\n- ✨ Added a library for data types of units used within the physical simulation algorithms @Drewniok (#236)\\n- :sparkles: Added a unified `print_layout` function @marcelwa (#240)\\n- ✨ Add function to generate a random coordinate. @Drewniok (#233)\\n- ✨ Added a hexagonalization algorithm for mapping QCA layouts to SiDB ones @simon1hofmann (#198)\\n- :sparkles: SiQAD coordinate iteration @wlambooy (#223)\\n- ✨ Add ISCAS85 and EPFL benchmarks @simon1hofmann (#221)\\n- :sparkles: Enable charge layout printing @wlambooy (#219)\\n- :sparkles: Temperature-aware physical SiDB simulation @Drewniok (#120)\\n- :sparkles: Make ClangFormat aware of different line ending types and enforce `LF` @marcelwa (#177)\\n- :sparkles: Added an SiDB simulation file writer @marcelwa (#176)\\n- :sparkles: Added a function to round a number to `n` decimal places @Drewniok (#189)\\n\\n## ⚡️ Performance\\n\\n- :zap: Use `mold` instead of `ld` for faster link times @marcelwa (#210)\\n\\n## 🐛 Bug Fixes\\n\\n- :memo: Fixed remaining fragments from the move to `cda-tum` and adjusted the tracking of publications @marcelwa (#249)\\n- 🐛 Missing physical validity check in quicksim for special cases @Drewniok (#241)\\n- 🐛 Bug fixes and improvements related to the coordinate system @wlambooy (#225)\\n- 🐛 Fixed wrong SiDB locations in a Bestagon tile\'s input wire @Drewniok (#224)\\n- :bug: Fixed an issue with `charge_distribution_surface` not being recognized as a `cell_level_layout` @marcelwa (#222)\\n- :sparkles: SiQAD coordinate iteration @wlambooy (#223)\\n- :bug: Fixed port routing determination for unconnected gates in the Bestagon library @marcelwa (#212)\\n- :bug: Wrong position of output wire @Drewniok (#211)\\n- :green_heart: Fixed the Dock
|
Draft Release
HttpError: Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"}
at /home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:8462:21
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:30793:18)
{
name: 'AggregateError',
event: {
id: '5597184575',
name: 'pull_request',
payload: {
action: 'synchronize',
after: '8a2085915bda8b3be928e1b856a98188af7f69e5',
before: '501e600e96799281cfb3613588ccd0cf49872c27',
number: 250,
organization: {
avatar_url: 'https://avatars.githubusercontent.com/u/99202016?v=4',
description: 'The CDA provides expertise for all main steps in the design and realization of integrated circuits, embedded systems, as well as cyber-physical systems.',
events_url: 'https://api.github.com/orgs/cda-tum/events',
hooks_url: 'https://api.github.com/orgs/cda-tum/hooks',
id: 99202016,
issues_url: 'https://api.github.com/orgs/cda-tum/issues',
login: 'cda-tum',
members_url: 'https://api.github.com/orgs/cda-tum/members{/member}',
node_id: 'O_kgDOBemz4A',
public_members_url: 'https://api.github.com/orgs/cda-tum/public_members{/member}',
repos_url: 'https://api.github.com/orgs/cda-tum/repos',
url: 'https://api.github.com/orgs/cda-tum'
},
pull_request: {
_links: {
comments: {
href: 'https://api.github.com/repos/cda-tum/fiction/issues/250/comments'
},
commits: {
href: 'https://api.github.com/repos/cda-tum/fiction/pulls/250/commits'
},
html: { href: 'https://github.com/cda-tum/fiction/pull/250' },
issue: {
href: 'https://api.github.com/repos/cda-tum/fiction/issues/250'
},
review_comment: {
href: 'https://api.github.com/repos/cda-tum/fiction/pulls/comments{/number}'
},
review_comments: {
href: 'https://api.github.com/repos/cda-tum/fiction/pulls/250/comments'
},
self: {
href: 'https://api.github.com/repos/cda-tum/fiction/pulls/250'
},
statuses: {
href: 'https://api.github.com/repos/cda-tum/fiction/statuses/8a2085915bda8b3be928e1b856a98188af7f69e5'
}
},
active_lock_reason: null,
additions: 823,
assignee: {
avatar_url: 'https://avatars.githubusercontent.com/u/19913620?v=4',
events_url: 'https://api.github.com/users/marcelwa/events{/privacy}',
followers_url: 'https://api.github.com/users/marcelwa/followers',
following_url: 'https://api.github.com/users/marcelwa/following{/other_user}',
gists_url: 'https://api.github.com/users/marcelwa/gists{/gist_id}',
gravatar_id: '',
html_url: 'https://github.com/marcelwa',
id: 19913620,
login: 'marcelwa',
node_id: 'MDQ6VXNlcjE5OTEzNjIw',
organizations_url: 'https://api.github.com/users/marcelwa/orgs',
received_events_url: 'https://api.github.com/users/marcelwa/received_events',
repos_url: 'https://api.github.com/users/marcelwa/repos',
site_admin: false,
starred_url: 'https://api.github.com/users/marcelwa/starred{/owner}{/repo}',
subscriptions_url: 'https://api.github.com/users/marcelwa/subscriptions',
type: 'User',
url: 'https://api.github.com/users/marcelwa'
},
assignees: [
{
avatar_url: 'https://avatars.githubusercontent.com/u/19913620?v=4',
events_url: 'https://api.github.com/users/marcelwa/events{/privacy}',
followers_url: 'https://api.github.com/users/marcelwa/followers',
following_url: 'https://api.github.com/users/marcelwa/following{/other_user}',
gists_url: 'https://api.github.com/users/marcelwa/gists{/gist_id}',
|