microsoft / debug-adapter-protocol

Defines a common protocol for debug adapters.
https://microsoft.github.io/debug-adapter-protocol/
Other
1.44k stars 131 forks source link

Added OpenQASM DAP protocol implementation #472

Closed sergeysalata closed 8 months ago

sergeysalata commented 8 months ago

OpenQASM is assembler language for quantum computers. New of DAP protocol for OpenQASM has been added.

connor4312 commented 8 months ago

Your PR seems to be based on the gh-pages branch rather than main -- can you rebase?

sergeysalata commented 8 months ago

Your PR seems to be based on the gh-pages branch rather than main -- can you rebase?

ok. somehow in 'master' branch link in 'adapters.md' points to 'gh-pages' branch. why?

connor4312 commented 8 months ago

Ah, thanks for pointing that out, I'll fix it.

gh-pages is where the site is published from, but we stage our changes in master and only push to gh-pages during release. It looks like we were not careful enough with PRs and some were made directly to gh-pages. I'll add a workflow to avoid that in the future.

https://github.com/microsoft/debug-adapter-protocol/pull/473

sergeysalata commented 7 months ago

Will it published on web https://microsoft.github.io/debug-adapter-protocol/implementors/adapters/ ?

From: Connor Peet @.> Sent: Monday, April 1, 2024 13:38 To: microsoft/debug-adapter-protocol @.> Cc: Sergii Salata @.>; Author @.> Subject: Re: [microsoft/debug-adapter-protocol] Added OpenQASM DAP protocol implementation (PR #472)

Merged #472https://github.com/microsoft/debug-adapter-protocol/pull/472 into main.

— Reply to this email directly, view it on GitHubhttps://github.com/microsoft/debug-adapter-protocol/pull/472#event-12309774214, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AXOGDZUQYD6L6SFZLOJQL53Y3FBJDAVCNFSM6AAAAABFPY42JKVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJSGMYDSNZXGQZDCNA. You are receiving this because you authored the thread.Message ID: @.**@.>>

connor4312 commented 7 months ago

Yes, at the end of this month

sergeysalata commented 6 months ago

Yes, at the end of this month

seems not yet.