Skip to content
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

[FEATURE] Report bugs #66

Closed
PranshulDobriyal opened this issue Sep 27, 2020 · 4 comments
Closed

[FEATURE] Report bugs #66

PranshulDobriyal opened this issue Sep 27, 2020 · 4 comments
Labels
easy Easy problem enhancement New feature or request

Comments

@PranshulDobriyal
Copy link
Contributor

PranshulDobriyal commented Sep 27, 2020

Report any bug you encounter while using SimC

Format of Bug Submission
The format can be found in the file bugs/format.txt.
Separate files should be made for different bugs. The extension of all the bug-reports should be .txt

@PranshulDobriyal PranshulDobriyal added enhancement New feature or request easy Easy problem hacktoberfest Part of hacktoberfest labels Sep 27, 2020
@frankhart2018 frankhart2018 changed the title Bug Bounty [FEATURE] Report bugs Sep 28, 2020
@suraj-shivu
Copy link
Contributor

In parser,
When brackets are involved to specify precedence in expressions such as (x1-x2)*x3 or any expression with a set of brackets and a few variables (not constants) out of the bracket, we get the error expected assignment operator after the identifier.

for example, let's say variables x,y,z have some value:
The expression (x-y)*z gives the above-specified error

@adenashameem
Copy link
Contributor

Bug reported - When printing with variables embedded in strings all occurrences of the variable in the string are converted into format specifier #149.

@Martianmellow12
Copy link
Contributor

Bug reported - Using "s" to read in a string doesn't generate the proper C code - #183.

@DevLokCodes
Copy link
Contributor

Bug reported - Wrong Interpretation of ( ) parenthesis in cases of multiple brackets - #190

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy Easy problem enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

7 participants