Pyjaco version on pyjaco.org is outdated (was: Compiler doesn't construct a dict in the right manner)
Open
compiler
- Dominant language
- Python
- Stars
- 140
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
Example code:
def createDict(key, value):
return {key: value}
if str(createDict("k", "v")) != "{'k': 'v'}":
raise Exception("Dict wrong")
The result is:
{'key': 'v'}
And it should be:
{'k': 'v'}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.