Johannes Henning
Johannes Henning
In the class `SubmissionNewView` (web/opensubmit/views/frontend.py the `LoginRequiredMixin` redirection mechanism is overwritten by the dispatch function, which calls `can_create_submission `and produces an Exception, because an authorized user is expected. (`Exception: 'AnonymousUser'...
The following code crashes the VM: ```smalltalk i:=0. [ FileDirectory new primLookupEntryIn: 'C:' index: i] whileNotNil: [ i:= i+1]. FileDirectory new primLookupEntryIn: 'C:' index: i+1 ``` The reason is that...
Last line `ifFalse: [self should: [ a reciprocalModulo: b ] raise: Error]` causes deopts
I am running ```pyperformance run -r -m``` with a self built CPython 3.7.0 on Ubuntu 18.04.2 LTS. The command stalls at ```tornado_http```. I believe this was introduced with the last...
**Is your feature request related to a problem? Please describe.** When reading Cloud SDK code in the installed module folder or when stepping through it while debugging, the code is...