You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With current master (1e5db18) I get the following error messages:
robert@linuxPC:~/projects/tester_stats> vibe
Checking dependencies in '/home/robert/projects/tester_stats'
filterform.dt(1): Error: #line integer ["filespec"]\n expected
filterform.dt(2): Error: found 'import' when expecting ';' following statement
filterform.dt(3): Error: #line integer ["filespec"]\n expected
filterform.dt(4): Error: found '}' when expecting ';' following statement
filterform.dt(2): Error: #line integer ["filespec"]\n expected
filterform.dt(3): Error: found 'import' when expecting ';' following statement
filterform.dt(4): Error: #line integer ["filespec"]\n expected
filterform.dt(5): Error: found '}' when expecting ';' following statement
filterform.dt(3): Error: #line integer ["filespec"]\n expected
filterform.dt(4): Error: found 'import' when expecting ';' following statement
filterform.dt(5): Error: #line integer ["filespec"]\n expected
filterform.dt(6): Error: found '}' when expecting ';' following statement
filterform.dt(25): Error: found 'EOF' when expecting '}' following compound statement
filterform.dt(25): Error: found 'EOF' when expecting '}' following compound statement
filterform.dt(25): Error: found 'EOF' when expecting '}' following compound statement
filterform.dt(1): Error: string has no effect in expression ("")
filterform.dt(2): Error: module range has no effect
filterform.dt(3): Error: string has no effect in expression ("")
filterform.dt(2): Error: string has no effect in expression ("")
filterform.dt(3): Error: module dynamicinput has no effect
filterform.dt(4): Error: string has no effect in expression ("")
Failed: 'dmd' '-debug' '-g' '-w' '-property' '-g' '-I/home/robert/projects/vibe.d/source' '-Isource' '-Jviews' '-I/home/robert/projects' '-L-lssl' '-L-lpq' '-Isource' '-Jviews' '-L-levent_pthreads' '-L-levent' '-L-lssl' '-L-lcrypto' '-v' '-o-' 'source/app.d' '-Isource'
robert@linuxPC:~/projects/tester_stats>
I tried to git bisect it to a concrete commit, but prior to commit: 65f5df4
I get the following error:
robert@linuxPC:~/projects/tester_stats> vibe
Checking dependencies in '/home/robert/projects/tester_stats'
widgets/dynamicinput.dt(21): Error: found 'htmlAttribEscape' when expecting ','
widgets/dynamicinput.dt(23): Error: found 'htmlAttribEscape' when expecting ','
widgets/dynamicinput.dt(21): Error: function vibe.core.stream.OutputStream.write (const(ubyte[]) bytes, bool do_flush = true) is not callable using argument types (string,string,bool)
widgets/dynamicinput.dt(21): Error: cannot implicitly convert expression (htmlAttribEscape(_toString(this.prefix))) of type string to vibe.core.stream.InputStream
widgets/dynamicinput.dt(21): Error: cannot implicitly convert expression (_toString(row)) of type string to ulong
widgets/dynamicinput.dt(23): Error: function vibe.core.stream.OutputStream.write (const(ubyte[]) bytes, bool do_flush = true) is not callable using argument types (string,string,bool)
widgets/dynamicinput.dt(23): Error: cannot implicitly convert expression (htmlAttribEscape(_toString(this.prefix))) of type string to vibe.core.stream.InputStream
widgets/dynamicinput.dt(23): Error: cannot implicitly convert expression (_toString(row)) of type string to ulong
widgets/dynamicinput.dt(21): Error: function vibe.core.stream.OutputStream.write (const(ubyte[]) bytes, bool do_flush = true) is not callable using argument types (string,string,bool)
widgets/dynamicinput.dt(21): Error: cannot implicitly convert expression (htmlAttribEscape(_toString(this.prefix))) of type string to vibe.core.stream.InputStream
widgets/dynamicinput.dt(21): Error: cannot implicitly convert expression (_toString(row)) of type string to ulong
widgets/dynamicinput.dt(23): Error: function vibe.core.stream.OutputStream.write (const(ubyte[]) bytes, bool do_flush = true) is not callable using argument types (string,string,bool)
widgets/dynamicinput.dt(23): Error: cannot implicitly convert expression (htmlAttribEscape(_toString(this.prefix))) of type string to vibe.core.stream.InputStream
widgets/dynamicinput.dt(23): Error: cannot implicitly convert expression (_toString(row)) of type string to ulong
widgets/dynamicinput.dt(21): Error: function vibe.core.stream.OutputStream.write (const(ubyte[]) bytes, bool do_flush = true) is not callable using argument types (string,string,bool)
widgets/dynamicinput.dt(21): Error: cannot implicitly convert expression (htmlAttribEscape(_toString(this.prefix))) of type string to vibe.core.stream.InputStream
widgets/dynamicinput.dt(21): Error: cannot implicitly convert expression (_toString(row)) of type string to ulong
widgets/dynamicinput.dt(23): Error: function vibe.core.stream.OutputStream.write (const(ubyte[]) bytes, bool do_flush = true) is not callable using argument types (string,string,bool)
widgets/dynamicinput.dt(23): Error: cannot implicitly convert expression (htmlAttribEscape(_toString(this.prefix))) of type string to vibe.core.stream.InputStream
widgets/dynamicinput.dt(23): Error: cannot implicitly convert expression (_toString(row)) of type string to ulong
filterform.dt(9): Error: template instance widgets.dynamicinput.DynamicInput!(DateSpan) error instantiating
Failed: 'dmd' '-debug' '-g' '-w' '-property' '-g' '-I/home/robert/projects/vibe.d/source' '-Isource' '-Jviews' '-I/home/robert/projects' '-L-lssl' '-L-lpq' '-Isource' '-Jviews' '-L-levent_pthreads' '-L-levent' '-L-lssl' '-L-lcrypto' '-v' '-o-' 'source/app.d' '-Isource'
robert@linuxPC:~/projects/tester_stats>
I can't really tell if it got worse ( so that filterform failed before dynamicinput) or better (dynamic input got fixed and only filterform fails now).
Thanks a lot.
Best regards,
Robert
The text was updated successfully, but these errors were encountered:
Okay, first I couldn't reproduce it, but it turned out that was caused by the changes in 23e60b0 and 8cb1027. Some invalid line markers were output. Should be fixed now.
Hi!
With current master (1e5db18) I get the following error messages:
for the following diet template:
It used to work with vibe prior to: 1e5db18
I tried to git bisect it to a concrete commit, but prior to commit: 65f5df4
I get the following error:
for the following diet file:
I can't really tell if it got worse ( so that filterform failed before dynamicinput) or better (dynamic input got fixed and only filterform fails now).
Thanks a lot.
Best regards,
Robert
The text was updated successfully, but these errors were encountered: