dodona2

Results 11 issues of dodona2

Please answer these questions before submitting your issue. Thanks! Please download LiteIDE latest version and test before submitting your issue. Thanks! ### What version of LiteIDE are you using (LiteIDE...

Please answer these questions before submitting your issue. Thanks! Please download LiteIDE latest version and test before submitting your issue. Thanks! ### What version of LiteIDE are you using (LiteIDE...

just for the case it is not known: vbindiff.cpp: In member function ‘void FileDisplay::setByte(short int, short int, Byte)’: vbindiff.cpp:635:6: warning: ‘%02X’ directive writing between 2 and 8 bytes into a...

make {result} causes: l at_fs_open_close.c:63:9: warning: implicit declaration of function ‘get_quota_n’ [-Wimplicit-function-declaration] ret = get_quota_n(state->filename, ^~~~~~~~~~~ lat_fs_open_close.c: In function ‘main’: lat_fs_open_close.c:177:2: warning: implicit declaration of function ‘mili_op’ [-Wimplicit-function-declaration] mili_op("res ",...

just for the records: Fedora release 29 gcc (GCC) 8.2.1 20181215 (Red Hat 8.2.1-6) In file included from /usr/include/termios.h:25, from kilo.c:40: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use...

since GNU Emacs 30.0.50 fails.

ModuleNotFoundError: No module named 'toml' ### Steps to Reproduce 1. python setup.py build 2. python setup.py install 3. cmd> gourmet 4.ModuleNotFoundError: No module named 'toml' ### Expected Behavior ### Current...

Fedora 32, python Python 3.8.3 python setup.py install: File "setup.py", line 37 raise TypeError, \ ^ SyntaxError: invalid syntax

Proposal: // -_\- compile-command: "go build main.go" -_- // https://golang.org/pkg/errors/#pkg-index package main import ( "errors" "fmt" "os" "github.com/mitchellh/go-ps" "github.com/pborman/getopt" ) const () func PS(){ ps, _ := ps.Processes() fmt.Println(ps[0].Executable()) for...

Line: 411 ``` ;; hide tags (when epresent-hide-tags (goto-char (point-min)) (while (re-search-forward (org-re "^\\*+.*?\\([ \t]+:[[:alnum:]_@#%:]+:\\)[ \r\n]") nil t) (push (make-overlay (match-beginning 1) (match-end 1)) epresent-overlays) (overlay-put (car epresent-overlays) 'invisible 'epresent-hide)))...