Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / markchenyutian/c0vm-ts issues and pull requests

#61 - [Bug Report] Buggy visualization for variables going out of scope

Issue - State: open - Opened by jetline0 5 months ago - 1 comment

#60 - ⬆️ Bump braces from 3.0.2 to 3.0.3

Pull Request - State: closed - Opened by dependabot[bot] 8 months ago
Labels: dependencies

#59 - ⬆️ Bump gh-pages from 4.0.0 to 5.0.0

Pull Request - State: closed - Opened by dependabot[bot] 10 months ago
Labels: dependencies

#58 - ⬆️ Bump follow-redirects from 1.15.5 to 1.15.6

Pull Request - State: closed - Opened by dependabot[bot] 11 months ago
Labels: dependencies

#57 - ⬆️ Bump postcss from 8.4.14 to 8.4.31

Pull Request - State: closed - Opened by dependabot[bot] 11 months ago
Labels: dependencies

#56 - ⬆️ Bump webpack-dev-middleware from 5.3.3 to 5.3.4

Pull Request - State: closed - Opened by dependabot[bot] 11 months ago
Labels: dependencies

#55 - ⬆️ Bump follow-redirects from 1.15.1 to 1.15.5

Pull Request - State: closed - Opened by dependabot[bot] 12 months ago
Labels: dependencies

#54 - ⬆️ Bump @babel/traverse from 7.22.5 to 7.23.2

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies

#53 - [Feature Request] When close last editor tab, create a new untitled empty tab instead

Issue - State: open - Opened by MarkChenYutian over 1 year ago
Labels: enhancement, Editor

#52 - [Feature Request] Highlight active function frame, Highlight editor tab currently executing

Issue - State: open - Opened by MarkChenYutian over 1 year ago
Labels: enhancement, React UI

#51 - Provide User Friendly Error Message

Pull Request - State: closed - Opened by MarkChenYutian over 1 year ago

#49 - [Feature Request] Flexible UI grid

Issue - State: open - Opened by MarkChenYutian over 1 year ago
Labels: enhancement, React UI

#48 - [Feature Request] Highlight the editor tab where execution is happening right now

Issue - State: open - Opened by MarkChenYutian over 1 year ago
Labels: enhancement, Editor

#47 - [Feature Request] Add garbage collection sign to the released memory blocks

Issue - State: open - Opened by MarkChenYutian over 1 year ago
Labels: enhancement, React UI

#46 - [Feature] Hide detailed data structure from object files in debugger (can turn on/off)

Issue - State: open - Opened by MarkChenYutian over 1 year ago
Labels: enhancement, React UI

#45 - [Feature Request] Friendly Error Message on array index out of bound

Issue - State: closed - Opened by MarkChenYutian over 1 year ago - 1 comment
Labels: enhancement, VM Core

#44 - Import 122 hw

Pull Request - State: closed - Opened by MarkChenYutian over 1 year ago - 1 comment

#43 - [Feature] Using the compile command provided in README.txt

Issue - State: closed - Opened by MarkChenYutian over 1 year ago - 1 comment
Labels: enhancement, React UI

#42 - [Bug Report] VM Step does not abort when dereference null pointer

Issue - State: closed - Opened by MarkChenYutian over 1 year ago - 1 comment
Labels: bug, React UI

#41 - [Bug Report] Memory Diagram not showing edges properly

Issue - State: open - Opened by MarkChenYutian over 1 year ago - 4 comments
Labels: bug, dependencies, React UI

#40 - ⬆️ Bump webpack from 5.74.0 to 5.76.0

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies

#39 - [Bug Report] Negation Mod does not work as expected

Issue - State: closed - Opened by cekington almost 2 years ago - 1 comment
Labels: wontfix

#38 - :bug: fix display error when out-of-scope variable is reused by cc0

Pull Request - State: closed - Opened by MarkChenYutian about 2 years ago

#37 - [Bug Report] Incorrect Variable Name

Issue - State: closed - Opened by MarkChenYutian about 2 years ago
Labels: bug, VM Core

#36 - :sparkles: add short cut keys and autostep option

Pull Request - State: closed - Opened by Helen0721 about 2 years ago

#35 - fix #34 by updating EditableTab when it should be updated

Pull Request - State: closed - Opened by chaosarium about 2 years ago

#34 - [Bug Report] Editor Tab Name not updated properly

Issue - State: closed - Opened by MarkChenYutian about 2 years ago - 5 comments
Labels: bug, Editor

#33 - :tada: Major Update: Add C1 support to C0VM.ts

Pull Request - State: closed - Opened by MarkChenYutian about 2 years ago - 3 comments
Labels: enhancement, VM Core, React UI

#32 - ⬆️ Bump json5 from 1.0.1 to 1.0.2

Pull Request - State: closed - Opened by dependabot[bot] about 2 years ago - 1 comment
Labels: dependencies

#31 - Folder import; addresses #22

Pull Request - State: closed - Opened by chaosarium about 2 years ago - 10 comments
Labels: enhancement, Editor

#30 - Major UI Update

Pull Request - State: closed - Opened by MarkChenYutian about 2 years ago - 4 comments

#29 - 9 struct fields dont appear until assignment

Pull Request - State: closed - Opened by MarkChenYutian about 2 years ago - 1 comment

#28 - Tab rename fix — double click to enter rename mode

Pull Request - State: closed - Opened by chaosarium about 2 years ago - 1 comment

#27 - :see_no_evil: Correct error messages

Pull Request - State: closed - Opened by Helen0721 about 2 years ago

#26 - :sparkles: Replace breakpoint with CSS-based element

Pull Request - State: closed - Opened by MarkChenYutian about 2 years ago

#25 - Unexpected type error when dereferencing Null pointer

Issue - State: closed - Opened by Helen0721 about 2 years ago - 1 comment
Labels: bug, VM Core

#24 - [Feature] Replace breakpoint 🔴 emoji into CSS-styled HTML Element

Issue - State: closed - Opened by MarkChenYutian about 2 years ago
Labels: enhancement, Editor

#23 - Fix editor breakpoint missing issue and clean up editor props

Pull Request - State: closed - Opened by MarkChenYutian about 2 years ago

#22 - [Feature] Import C0 source code Folder (C0 Project)

Issue - State: closed - Opened by MarkChenYutian about 2 years ago
Labels: enhancement, Editor

#21 - [Bug Report] Breakpoints are missing when switching between C0 and BC0 mode of the editor

Issue - State: closed - Opened by MarkChenYutian about 2 years ago - 1 comment
Labels: bug, Editor

#20 - [Feature] Shortcut key for Run/Step

Issue - State: closed - Opened by MarkChenYutian about 2 years ago
Labels: enhancement, React UI

#19 - Clean up existing code base and component interfaces

Pull Request - State: closed - Opened by MarkChenYutian about 2 years ago

#18 - ⬆️ Bump decode-uri-component from 0.2.0 to 0.2.2

Pull Request - State: closed - Opened by dependabot[bot] about 2 years ago
Labels: dependencies

#17 - Drag and drop not working

Issue - State: closed - Opened by chaosarium about 2 years ago - 7 comments
Labels: bug, wontfix, Editor

#16 - Rename tab not intuitive (UI improvement)

Issue - State: closed - Opened by chaosarium about 2 years ago - 1 comment
Labels: enhancement, React UI

#15 - [Feature] Friendly Error Message

Issue - State: closed - Opened by MarkChenYutian over 2 years ago - 4 comments
Labels: enhancement, VM Core

#14 - ⬆️ Bump loader-utils from 2.0.2 to 2.0.4

Pull Request - State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies

#13 - [Feature] Support object file (.o0 file)

Issue - State: closed - Opened by MarkChenYutian over 2 years ago - 2 comments
Labels: enhancement, Editor

#12 - Updated backend compile URL

Pull Request - State: closed - Opened by pranavaddepalli over 2 years ago

#11 - Remove StructuredClone dependency

Issue - State: closed - Opened by MarkChenYutian over 2 years ago
Labels: enhancement

#10 - Nested structs are not well supported

Issue - State: open - Opened by kopecs over 2 years ago - 2 comments
Labels: bug, VM Core

#9 - Struct fields don't appear until assignment

Issue - State: closed - Opened by kopecs over 2 years ago - 6 comments
Labels: bug, VM Core

#8 - [Bug Report] parse_ints function not working as expected in native libraray parse

Issue - State: closed - Opened by MarkChenYutian over 2 years ago - 3 comments
Labels: bug, VM Core

#7 - [Bug Report] Step Does Not Validate Modified C0 File

Issue - State: closed - Opened by haok1402 over 2 years ago - 1 comment
Labels: enhancement

#6 - [Bug Report] Not Compatible with WeChat Browser

Issue - State: closed - Opened by haok1402 over 2 years ago - 3 comments
Labels: bug, React UI

#5 - Type Inference with recursive function [Bug Report]

Issue - State: closed - Opened by MarkChenYutian over 2 years ago
Labels: bug, Type Inference

#4 - Display Operand Stack [Feature]

Issue - State: closed - Opened by amandaLi7 over 2 years ago - 2 comments
Labels: enhancement

#3 - Running factorial gives error [Bug Report]

Issue - State: closed - Opened by amandaLi7 over 2 years ago - 12 comments
Labels: bug, VM Core

#2 - ⬆️ Bump terser from 5.14.1 to 5.14.2

Pull Request - State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies

#1 - Better Graph Layout Algorithm

Issue - State: closed - Opened by MarkChenYutian over 2 years ago - 1 comment
Labels: enhancement, wontfix