Skip to content

Issues: open2b/scriggo

Issues by specification
#794 opened Jul 20, 2021 by gazerro
Open
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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Context may be altered by characters in comments bug Bug: something already implemented does not work as it should InvalidBehavior A valid or not valid code has an invalid behavior at runtime templates Related to the template
#946 opened Sep 21, 2023 by zapateo
Invalid swapping of elements in slice within a global slice bug Bug: something already implemented does not work as it should InvalidBehavior A valid or not valid code has an invalid behavior at runtime needsInvestigation Need to investigate templates Related to the template
#945 opened Jun 12, 2023 by zapateo
compiler/checker: the compiler panics instead of returning a type-checking error with invalid default statement bug Bug: something already implemented does not work as it should tchecker Related to type checker templates Related to the template
#941 opened Sep 19, 2022 by zapateo
Runtime panic in template related to defer (needs investigation) bug Bug: something already implemented does not work as it should needsInvestigation Need to investigate RuntimeError A bug in Scriggo caused an error/panic at runtime templates Related to the template
#936 opened Jun 8, 2022 by zapateo
Some variables are reported more than once by method 'Template.UsedVars' api Related to Scriggo's exported APIs bug Bug: something already implemented does not work as it should needsInvestigation Need to investigate templates Related to the template
#933 opened Mar 24, 2022 by zapateo
compiler/parser: invalid behaviour with struct composite literals bug Bug: something already implemented does not work as it should InvalidBehavior A valid or not valid code has an invalid behavior at runtime parser Related to parser templates Related to the template
#932 opened Mar 17, 2022 by zapateo
compiler/checker: invalid convertion from 'html' to 'string' in return statement needsDiscussion Something that must be discussed before going on tchecker Related to type checker
#931 opened Mar 4, 2022 by gazerro
"reflect.Value.Slice3: slice of unaddressable array" when slicing arrays when iterating over maps bug Bug: something already implemented does not work as it should needsInvestigation Need to investigate RuntimeError A bug in Scriggo caused an error/panic at runtime
#926 opened Dec 13, 2021 by zapateo
"reflect: call of reflect.Value.Set on zero Value" instead of "nil panic" when accessing nil pointer bug Bug: something already implemented does not work as it should needsInvestigation Need to investigate
#922 opened Nov 22, 2021 by zapateo
Invalid behaviour with pointers InvalidBehavior A valid or not valid code has an invalid behavior at runtime needsInvestigation Need to investigate
#921 opened Nov 16, 2021 by zapateo
Invalid behavior when calling variadic methods bug Bug: something already implemented does not work as it should emitter/builder Related to VM's emitter and builder InvalidBehavior A valid or not valid code has an invalid behavior at runtime needsInvestigation Need to investigate
#900 opened Oct 10, 2021 by jopbrown
Invalid behavior in some functions with return parameters bug Bug: something already implemented does not work as it should InvalidBehavior A valid or not valid code has an invalid behavior at runtime needsInvestigation Need to investigate
#898 opened Oct 5, 2021 by zapateo
Invalid behaviour in assignments with slice indexing on left side bug Bug: something already implemented does not work as it should InvalidBehavior A valid or not valid code has an invalid behavior at runtime needsInvestigation Need to investigate
#892 opened Sep 30, 2021 by zapateo
panic: reflect.Set: value of type *goldmark.markdown is not assignable to type []uint8 bug Bug: something already implemented does not work as it should needsInvestigation Need to investigate RuntimeError A bug in Scriggo caused an error/panic at runtime
#877 opened Sep 21, 2021 by zapateo
Add support for Scriggo template in text editors editorPlugin Related to Scriggo plugins for various editors
#872 opened Sep 17, 2021 by zapateo
compiler/checker: investigate if importing the same name twice is handled correctly bug Bug: something already implemented does not work as it should tchecker Related to type checker
#859 opened Sep 10, 2021 by zapateo
reflect: call of reflect.Value.Elem on zero Value bug Bug: something already implemented does not work as it should needsInvestigation Need to investigate RuntimeError A bug in Scriggo caused an error/panic at runtime
#858 opened Sep 10, 2021 by zapateo
runtime: unwanted escape from HTML to Markdown InvalidBehavior A valid or not valid code has an invalid behavior at runtime runtime Related to the execution of VM templates Related to the template
#854 opened Sep 8, 2021 by gazerro
compiler/checker: Scriggo defined types does not include promoted methods in its method set bug Bug: something already implemented does not work as it should InvalidBehavior A valid or not valid code has an invalid behavior at runtime tchecker Related to type checker
#840 opened Aug 29, 2021 by gazerro
compiler: using a[x] on left side of for range panics the compiler bug Bug: something already implemented does not work as it should ForRange Related to the For range statement
#832 opened Aug 20, 2021 by zapateo
ProTip! Type g i on any issue or pull request to go back to the issue listing page.